Class IndexDocument
- Namespace
- Dynamicweb.Indexing
- Assembly
- Dynamicweb.Core.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()
IndexDocument(IDictionary<string, object>)
public IndexDocument(IDictionary<string, object> values)
Parameters
values
IDictionary<string, object>
Properties
DocId
public int DocId { get; set; }