C# Класс Microsoft.Legal.MatterCenter.Common.TermStoreOperations

A Class provides Term Store related operations
Показать файл Открыть проект

Открытые методы

Метод Описание
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