Click or drag to resize
IIndexWriterAddDocument Method
Adds the document to the index

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
void AddDocument(
	ISearchDocument doc
)

Parameters

doc
Type: CMS.DataEngineISearchDocument
Document to add
See Also