IDocumentWebService GetDocumentsByUri Method Ankiro Enterprise Suite Reference Documentation
Retrieves information about a specified set of documents as specified by a set of data source uris.

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<IndexDocumentData> GetDocumentsByUri(
	int dataSourceId,
	string[] documentUris,
	bool includeData
)

Parameters

dataSourceId
Type: System Int32
documentUris
Type:  System String 
includeData
Type: System Boolean

Return Value

Type: IList IndexDocumentData 
See Also