ImportManager

ImportManager class

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

public class ImportManager

Constructors

Name Description
ImportManager(RootMetadataPackage) Initializes a new instance of the ImportManager class.

Methods

Name Description
Import(Stream, ImportFormat, ImportOptions) Exports the metadata properties to a file.
Import(string, ImportFormat, ImportOptions) Exports the metadata properties to a file.

See Also