Click or drag to resize

IIndexWriterAddDocument Method

Defines Add document method contract

Namespace:  Dynamicweb.Indexing
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
void AddDocument(
	IndexDocument document
)

Parameters

document
Type: Dynamicweb.IndexingIndexDocument
Index document instance
See Also