Click or drag to resize

IndexDocument Class

Represents Index Document object
Inheritance Hierarchy
SystemObject
  System.Collections.GenericDictionaryString, Object
    Dynamicweb.IndexingIndexDocument

Namespace:  Dynamicweb.Indexing
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
[SerializableAttribute]
public sealed class IndexDocument : Dictionary<string, Object>

The IndexDocument type exposes the following members.

Constructors
  NameDescription
Public methodIndexDocument
Default constructor
Top
See Also