ExportManager
Leave feedback
On this page
Provides a row of methods allowing the user to export metadata properties to various formats.
public class ExportManager
| Name | Description |
|---|---|
| ExportManager(IEnumerable<MetadataProperty>) | Initializes a new instance of the ExportManager class. |
| 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. |
- namespace GroupDocs.Metadata.Export
- assembly GroupDocs.Metadata
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.