ExportManager

ExportManager class

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

public class ExportManager

Constructors

Name Description
ExportManager(IEnumerable<MetadataProperty>) Initializes a new instance of the ExportManager class.

Methods

Name Description
Export(Stream, ExportFormat) Exports the metadata properties to a stream.
Export(string, ExportFormat) Exports the metadata properties to a file.
Export(Stream, ExportFormat, ExportOptions) Exports the metadata properties to a stream.
Export(string, ExportFormat, ExportOptions) Exports the metadata properties to a file.

See Also