| 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
)
Sub AddDocument (
document As IndexDocument
)
Parameters
- document
- Type: Dynamicweb.IndexingIndexDocument
Index document instance
See Also