Method | Description | |
---|---|---|
CreateClientContextBasedOnAuthMode ( bool useAppModel, string domain, string username, |
||
CreateSecureString ( string data ) : |
Creates a Secure String
|
|
ParseInputLine ( string inputLine ) : string[] | ||
ReadInputFile ( string inputFileSpec, bool hasHeader ) : string[] |
Method | Description | |
---|---|---|
CreateAppOnlyClientContext ( string siteUrl ) : ClientContext | ||
CreateAuthenticatedUserContext ( string domain, string username, |
public static CreateClientContextBasedOnAuthMode ( bool useAppModel, string domain, string username, |
||
useAppModel | bool | |
domain | string | |
username | string | |
password | ||
siteUrl | string | |
return | ClientContext |
public static CreateSecureString ( string data ) : |
||
data | string | string to be converted |
return |
public static ParseInputLine ( string inputLine ) : string[] | ||
inputLine | string | |
return | string[] |
public static ReadInputFile ( string inputFileSpec, bool hasHeader ) : string[] | ||
inputFileSpec | string | |
hasHeader | bool | |
return | string[] |