MetadataItem class

MetadataItem class

Represents an item of metadata, common for all supported formats and used in metadata redactions.

The MetadataItem type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance.

Methods

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

Properties

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.

See Also