Click or drag to resize
SearchIndexerDocumentUpdate Method
Update specified document

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
protected void DocumentUpdate(
	int documentId,
	SearchTaskInfo taskInfo
)

Parameters

documentId
Type: SystemInt32
Document id
taskInfo
Type: CMS.SearchSearchTaskInfo
Search task
See Also