| CollectionOptionsDocument Constructor | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|  | CollectionOptionsDocument | 
            Initializes a new instance of the CollectionOptionsDocument class.
             | 
|  | CollectionOptionsDocument(Boolean) | 
            Initializes a new instance of the CollectionOptionsDocument class specifying whether duplicate element names are allowed
            (allowing duplicate element names is not recommended).
             | 
|  | CollectionOptionsDocument(DictionaryString, Object) | 
            Initializes a new instance of the CollectionOptionsDocument class and adds new elements from a dictionary of key/value pairs.
             | 
|  | CollectionOptionsDocument(IEnumerableKeyValuePairString, Object) | 
            Initializes a new instance of the CollectionOptionsDocument class and adds new elements from a dictionary of key/value pairs.
             | 
|  | CollectionOptionsDocument(IDictionary) | 
            Initializes a new instance of the CollectionOptionsDocument class and adds new elements from a dictionary of key/value pairs.
             | 
|  | CollectionOptionsDocument(BsonElement) | 
            Initializes a new instance of the CollectionOptionsDocument class and adds one element.
             | 
|  | CollectionOptionsDocument(BsonElement) | Obsolete. 
            Initializes a new instance of the CollectionOptionsDocument class and adds one or more elements.
             | 
|  | CollectionOptionsDocument(IEnumerableBsonElement) | 
            Initializes a new instance of the CollectionOptionsDocument class and adds new elements from a list of elements.
             | 
|  | CollectionOptionsDocument(DictionaryString, Object, IEnumerableString) | Obsolete. 
            Initializes a new instance of the CollectionOptionsDocument class and adds new elements from a dictionary of key/value pairs.
             | 
|  | CollectionOptionsDocument(IDictionaryString, Object, IEnumerableString) | Obsolete. 
            Initializes a new instance of the CollectionOptionsDocument class and adds new elements from a dictionary of key/value pairs.
             | 
|  | CollectionOptionsDocument(IDictionary, IEnumerable) | Obsolete. 
            Initializes a new instance of the CollectionOptionsDocument class and adds new elements from a dictionary of key/value pairs.
             | 
|  | CollectionOptionsDocument(String, BsonValue) | 
            Initializes a new instance of the CollectionOptionsDocument class and creates and adds a new element.
             | 
 See Also
See Also