MetadataItem class
Leave feedback
On this page
Represents an item of metadata, common for all supported formats and used in metadata redactions.
The MetadataItem type exposes the following members:
| Constructor | Description |
|---|---|
| init | Initializes a new instance. |
| Method | Description |
|---|---|
| create_clone | Creates a deep clone of the current instance. |
| get_object_data | Returns information about serializable properties. |
| get_object_data_serialization_info |
| Property | Description |
|---|---|
| actual_value | The string representation of the metadata item value. |
| category | The category of the metadata item, for example resource ID for an embedded resource metadata item. |
| dictionary_key | The dictionary key for a MetadataCollection, derived from its OriginalName and other data. |
| filter | The filter assigned to this metadata item, represented by a MetadataFilters value, used for item filtration. |
| is_custom | The item is custom (added by the authors of the document). |
| original_name | The original name of the metadata item as it appears in the document. |
| values | The metadata item value. |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.