C# Class Microsoft.Legal.MatterCenter.UpdateTaxonomyFields.Program

This class updates taxonomy fields.
Mostrar archivo Open project: Microsoft/mattercenter

Public Methods

Method Description
GetClientContext ( string login, string password ) : ClientContext

Storing Credentials For SharePoint

Main ( string args ) : void

Staic main method

Private Methods

Method Description
UpdateAllClients ( string practiceGroupFieldName, string areaOfLawFieldName, string subareaOfLawColumnName, List practiceGroups, Client client ) : void

To update all clients

UpdateListCollection ( string practiceGroupFieldName, string areaOfLawFieldName, string subareaOfLawColumnName, List practiceGroups, ClientContext clientContext, Client client, ListCollection collection ) : void

To update List Collection

Method Details

GetClientContext() public static method

Storing Credentials For SharePoint
public static GetClientContext ( string login, string password ) : ClientContext
login string Login detail
password string Pass word
return ClientContext

Main() public static method

Staic main method
public static Main ( string args ) : void
args string Command line arguement
return void