C# 클래스 Microsoft.Legal.MatterCenter.Common.TermStoreOperations

A Class provides Term Store related operations
파일 보기 프로젝트 열기: Microsoft/mattercenter

공개 메소드들

메소드 설명
GetClientDetails ( ClientContext clientContext, string groupName, string termSetName, string clientIdProperty, string clientPropertyName ) : ClientTermSets

Function to return client id and client URL from term store

비공개 메소드들

메소드 설명
GetClientTermSets ( TermCollection fillteredTerms, string clientIdProperty, string clientPropertyName ) : ClientTermSets

Method to get client term sets

메소드 상세

GetClientDetails() 공개 정적인 메소드

Function to return client id and client URL from term store
public static GetClientDetails ( ClientContext clientContext, string groupName, string termSetName, string clientIdProperty, string clientPropertyName ) : ClientTermSets
clientContext ClientContext Tenant client context
groupName string TermStore Practice Group Name
termSetName string TermSet name
clientIdProperty string Name of Client ID property
clientPropertyName string Name of Client URL property
리턴 ClientTermSets