IDocumentWebService GetDocumentTermBindingsByUri 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> GetDocumentTermBindingsByUri(
	int dataSourceId,
	string documentUri
)

Parameters

dataSourceId
Type: System Int32
documentUri
Type: System String

Return Value

Type: IList DocumentTermBindingData 
See Also