C# Class Microsoft.Legal.MatterCenter.Common.TermStoreOperations

A Class provides Term Store related operations
Datei anzeigen Open project: Microsoft/mattercenter

Public Methods

Method Description
GetClientDetails ( ClientContext clientContext, string groupName, string termSetName, string clientIdProperty, string clientPropertyName ) : ClientTermSets

Function to return client id and client URL from term store

Private Methods

Method Description
GetClientTermSets ( TermCollection fillteredTerms, string clientIdProperty, string clientPropertyName ) : ClientTermSets

Method to get client term sets

Method Details

GetClientDetails() public static method

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
return ClientTermSets