Import
Leave feedback
On this page
Imports the metadata properties to a file.
public void Import(string filePath, ImportFormat format, ImportOptions importOptions)
| Parameter | Type | Description |
|---|---|---|
| filePath | String | The full name of the input file. |
| format | ImportFormat | The format of the input file. |
| importOptions | ImportOptions | Additional options to use when importing. |
- enum ImportFormat
- class ImportOptions
- class ImportManager
- namespace GroupDocs.Metadata.Import
- assembly GroupDocs.Metadata
Imports the metadata properties to a file.
public void Import(Stream stream, ImportFormat format, ImportOptions importOptions)
| Parameter | Type | Description |
|---|---|---|
| stream | Stream | The filestream of the input file. |
| format | ImportFormat | The format of the input file. |
| importOptions | ImportOptions | Additional options to use when importing. |
- enum ImportFormat
- class ImportOptions
- class ImportManager
- namespace GroupDocs.Metadata.Import
- 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.