CustomDocumentPropertyCollection Methods |
The CustomDocumentPropertyCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add(String, Boolean) |
Creates a new custom document property of the PropertyType.Boolean data type.
|
![]() | Add(String, DateTime) |
Creates a new custom document property of the PropertyType.DateTime data type.
|
![]() | Add(String, Double) |
Creates a new custom document property of the PropertyType.Float data type.
|
![]() | Add(String, Int32) |
Creates a new custom document property of the PropertyType.Number data type.
|
![]() | Add(String, String) |
Creates a new custom document property of the PropertyType.String data type.
|
![]() | AddLinkToContent |
Creates a new custom document property which links to content.
|
![]() | Clear |
Removes all properties from the collection.
(Inherited from DocumentPropertyCollection.) |
![]() | Contains |
Returns true if a property with the specified name exists in the collection.
(Inherited from DocumentPropertyCollection.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetEnumerator | (Inherited from DocumentPropertyCollection.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | IndexOf |
Gets the index of a property by name.
(Inherited from DocumentPropertyCollection.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Remove |
Removes a property with the specified name from the collection.
(Inherited from DocumentPropertyCollection.) |
![]() | RemoveAt |
Removes a property at the specified index.
(Inherited from DocumentPropertyCollection.) |
![]() | ToString | (Inherited from Object.) |
![]() | UpdateLinkedPropertyValue |
Update custom document property value which links to content.
|
![]() | UpdateLinkedRange |
Update custom document property value to linked range.
|