MetadataItem class

MetadataItem class

Represents a metadata item which is used in container items and metadata extraction functionality.

The MetadataItem type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of the MetadataItem class.

Properties

Property Description
name Gets the name of the metadata item.
value Gets the value of the metadata item.

Remarks

An instance of MetadataItem class is used as return value of Parser.get_metadata method and as a item in ContainerItem.metadata collection. See the usage examples there.

See Also