ExportManager
ExportManager class
Provides a row of methods allowing the user to export metadata properties to various formats.
public class ExportManager
Constructors
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