Import

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


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