ITermListWebService AddTermListTerms Method Ankiro Enterprise Suite Reference Documentation
Adds a collection of terms to a specified term list. No checks are carried out as to whether terms added are already contained in the term list.

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

void AddTermListTerms(
	int id,
	string[] terms
)

Parameters

id
Type: System Int32
terms
Type:  System String 
See Also