  | IIndexWriterAddOrUpdateDocument Method  | 
 
            Defines Add or update document method contract
            
 
    Namespace: 
   Dynamicweb.Indexing
    Assembly:
   Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntaxvoid AddOrUpdateDocument(
	IndexDocument document,
	string keyFieldName,
	string keyFieldValue
)
Sub AddOrUpdateDocument ( 
	document As IndexDocument,
	keyFieldName As String,
	keyFieldValue As String
)
Parameters
- document
 - Type: Dynamicweb.IndexingIndexDocument
Index document instance - keyFieldName
 - Type: SystemString
Key field name - keyFieldValue
 - Type: SystemString
Key field value 
See Also