Skip to main content

Documents

The Documents class provides a collection of DocumentOptions indexed by a string key, extending the functionality of BaseIndexer.

Properties

NameDescription
this[TKey key]Gets or sets the value associated with the specified key in the dictionary.

Constructors

NameDescription
Documents(dictionary)Initializes a new instance of the Documents class with a specified dictionary of document options.
BaseIndexer(dictionaryName, dictionary)Initializes a new instance of the BaseIndexer<TKey, TValue> class with a specified dictionary name and dictionary.

Generic Types

NameDescription
TValueValue type of the dictionary.
TKeyKey type of the dictionary.