Import
Contents
[
Hide
]
Import(string, ImportFormat, ImportOptions)
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. |
See Also
- enum ImportFormat
- class ImportOptions
- class ImportManager
- namespace GroupDocs.Metadata.Import
- assembly GroupDocs.Metadata
Import(Stream, ImportFormat, ImportOptions)
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. |
See Also
- enum ImportFormat
- class ImportOptions
- class ImportManager
- namespace GroupDocs.Metadata.Import
- assembly GroupDocs.Metadata