Click or drag to resize
IIndexWriterUpdateDocument Method
Updates the document within the index

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
void UpdateDocument(
	ISearchDocument doc,
	string docId
)

Parameters

doc
Type: CMS.DataEngineISearchDocument
Document to update
docId
Type: SystemString
Document ID
See Also