Click or drag to resize

IIndexWriterAddOrUpdateDocument Method

Defines Add or update document method contract

Namespace:  Dynamicweb.Indexing
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
void AddOrUpdateDocument(
	IndexDocument document,
	string keyFieldName,
	string keyFieldValue
)

Parameters

document
Type: Dynamicweb.IndexingIndexDocument
Index document instance
keyFieldName
Type: SystemString
Key field name
keyFieldValue
Type: SystemString
Key field value
See Also