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

A Class provides Term Store related operations
Afficher le fichier Open project: Microsoft/mattercenter

Méthodes publiques

Méthode 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

Méthode Description
GetClientTermSets ( TermCollection fillteredTerms, string clientIdProperty, string clientPropertyName ) : ClientTermSets

Method to get client term sets

Method Details

GetClientDetails() public static méthode

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
Résultat ClientTermSets