C# 클래스 Microsoft.Legal.MatterCenter.UpdateTaxonomyFields.Program

This class updates taxonomy fields.
파일 보기 프로젝트 열기: Microsoft/mattercenter

공개 메소드들

메소드 설명
GetClientContext ( string login, string password ) : ClientContext

Storing Credentials For SharePoint

Main ( string args ) : void

Staic main method

비공개 메소드들

메소드 설명
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

메소드 상세

GetClientContext() 공개 정적인 메소드

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

Main() 공개 정적인 메소드

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