ITermListWebService GetTermList Method Ankiro Enterprise Suite Reference Documentation
Retrieves information about a term list given a term list id. If the term list does not exist, null is returned.

Namespace: Ankiro.SearchServer.Web.Services
Assembly: Ankiro.SearchServer.Web (in Ankiro.SearchServer.Web.dll) Version: 1.13.770.19253 (1.13.770.19253)
Syntax

TermListData GetTermList(
	int termListId
)

Parameters

termListId
Type: System Int32

Return Value

Type: TermListData
See Also