ITermListWebService GetTermListTerms Method Ankiro Enterprise Suite Reference Documentation
Retrieves registered terms for the specified term list. The method supports the retrieval of a set of terms using the offset and count parameters.

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

string[] GetTermListTerms(
	int id,
	int offset,
	int count
)

Parameters

id
Type: System Int32
The id of the term list instance to retrieve terms from.
offset
Type: System Int32
The offset (starting from zero) to retrieve.
count
Type: System Int32
The number of terms to retrieve. If this parameter is below zero, all terms (after offset) are retrieved.

Return Value

Type:  String 
The set of terms contained in the term list, or an empty array if the specified offset/count are outside the set of terms contained in the term list.
See Also