Table of Contents

Class IndexDocument

Namespace
Dynamicweb.Indexing
Assembly
Dynamicweb.Indexing.dll
Represents Index Document object
[Serializable]
public sealed class IndexDocument : Dictionary<string, object>, IDictionary<string, object>, ICollection<KeyValuePair<string, object>>, IReadOnlyDictionary<string, object>, IReadOnlyCollection<KeyValuePair<string, object>>, IEnumerable<KeyValuePair<string, object>>, IDictionary, ICollection, IEnumerable, IDeserializationCallback, ISerializable
Inheritance
IndexDocument
Implements
Inherited Members
Extension Methods

Constructors

IndexDocument()

Default constructor
public IndexDocument()
To top