ImportManager class

ImportManager class

Provides a row of methods allowing the user to import metadata properties to various formats.

The ImportManager type exposes the following members:

Constructors

Constructor Description
__init__(self, root_metadata_package) Initializes a new instance of the ImportManager class.

Methods

Method Description
import_metadata(self, file_path, format, import_options) Imports the metadata properties to a file.
import_metadata(self, stream, format, import_options) Imports the metadata properties to a file.

See Also