BuiltInDocumentPropertiesDictionary Class
Represents a dictionary that contains BuiltInDocumentProperty key and System.String value pairs.
public sealed class BuiltInDocumentPropertiesDictionary : DictionaryBase<BuiltInDocumentProperty, String>, IDictionary<BuiltInDocumentProperty, String>, ICollection<KeyValuePair<BuiltInDocumentProperty, String>>, IEnumerable<KeyValuePair<BuiltInDocumentProperty, String>>, IEnumerable
Public NotInheritable Class BuiltInDocumentPropertiesDictionary
Inherits DictionaryBase(Of BuiltInDocumentProperty, String)
Implements IDictionary(Of BuiltInDocumentProperty, String), ICollection(Of KeyValuePair(Of BuiltInDocumentProperty, String)), IEnumerable(Of KeyValuePair(Of BuiltInDocumentProperty, String)), IEnumerable
- Inheritance:
- System.ObjectBuiltInDocumentPropertiesDictionary
Implements
System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<BuiltInDocumentProperty, System.String>>
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<BuiltInDocumentProperty, System.String>>
System.Collections.IEnumerable
Remarks
System.String values cannot be null or System.String.Empty.
Built-in and custom document properties are contained in DocumentProperties class which is used in DocumentProperties property.
For more information, see document properties example.
Implements
System.Collections.Generic.IDictionary<TKey, TValue>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable