IDocumentWebService GetDocumentTermBindingLists Method Ankiro Enterprise Suite Reference Documentation
Retrieves the collection of term bindings associated with a list of data source documents, as identified by their database id.

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

IList<KeyValuePair<int, IEnumerable<DocumentTermBindingData>>> GetDocumentTermBindingLists(
	IList<int> documentIds
)

Parameters

documentIds
Type: System.Collections.Generic IList Int32 

Return Value

Type: IList KeyValuePair Int32, IEnumerable DocumentTermBindingData   
See Also