Method | Description | |
---|---|---|
GetClientContext ( string login, string password ) : ClientContext |
Storing Credentials For SharePoint
|
|
Main ( string args ) : void |
Staic main method
|
Method | Description | |
---|---|---|
UpdateAllClients ( string practiceGroupFieldName, string areaOfLawFieldName, string subareaOfLawColumnName, List |
To update all clients
|
|
UpdateListCollection ( string practiceGroupFieldName, string areaOfLawFieldName, string subareaOfLawColumnName, List |
To update List Collection
|
public static GetClientContext ( string login, string password ) : ClientContext | ||
login | string | Login detail |
password | string | Pass word |
return | ClientContext |
public static Main ( string args ) : void | ||
args | string | Command line arguement |
return | void |