MetadataCollection class

MetadataCollection class

Represents a dictionary of MetadataItem with its title as a key.

The MetadataCollection type exposes the following members:

Constructors

Constructor Description
__init__(self) Initializes a new instance of MetadataCollection class.

Methods

Method Description
add_range(self, items) Adds a specified collection of MetadataItem objects to this instance.

See Also