import_metadata method
Leave feedback
On this page
Imports the metadata properties to a file.
def import_metadata(self, file_path, format, import_options):
...
| Parameter | Type | Description |
|---|---|---|
| file_path | System.String | The full name of the input file. |
| format | groupdocs.metadata.importing.ImportFormat | The format of the input file. |
| import_options | groupdocs.metadata.importing.ImportOptions | Additional options to use when importing. |
Imports the metadata properties to a file.
def import_metadata(self, stream, format, import_options):
...
| Parameter | Type | Description |
|---|---|---|
| stream | io.RawIOBase | The filestream of the input file. |
| format | groupdocs.metadata.importing.ImportFormat | The format of the input file. |
| import_options | groupdocs.metadata.importing.ImportOptions | Additional options to use when importing. |
- module
groupdocs.metadata.importing - class
ImportManager
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.