Click or drag to resize
SearchIndexer.DocumentUpdate Method
Update specified document

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

Parameters

documentId
Type: System.Int32
Document id
taskInfo
Type: CMS.Search.SearchTaskInfo
Search task
See Also