IDocumentWebService ProcessDocuments Method Ankiro Enterprise Suite Reference Documentation
Processes one or more DocumentData entries for a specified data source. The method accepts both DocumentData and DocumentDataUpdate entries, allowing both for adding/updating documents, as well as deleting them, as a reflection of changes to the underlying external data store. Changes made to document data does not take effect until an invocation of Commit has been made.

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 ProcessDocuments(
	int dataSourceId,
	DocumentData[] dataSourceDocuments
)

Parameters

dataSourceId
Type: System Int32
Id of DataSource invoking the document service.
dataSourceDocuments
Type:  Ankiro.SearchServer.Data DocumentData 
Collection of documents to add/update/delete.
See Also