IDocumentWebService GetDocumentTermBindings Method Ankiro Enterprise Suite Reference Documentation
Retrieves the set of term bindings associated with a specific document, as identified by a document database id.DocumentTermBindingData

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<DocumentTermBindingData> GetDocumentTermBindings(
	int documentId
)

Parameters

documentId
Type: System Int32

Return Value

Type: IList DocumentTermBindingData 
See Also