IFileObject interface.CopyFromImportFile Method

Definition

Namespace: ASNA.DataGate.Client
Assembly: ASNA.QSys.DataGate.Client.dll

Copies data from an import file to the file.

IFileObject CopyFromImportFile(string filePath, CopyFromImportFileOptions options)

Copies data from an import file to the file.

IFileObject CopyFromImportFile(string filePath, CopyFromImportFileOptions options)

Parameters

Type Parameter name Description
String filePath The path of the import file.
CopyFromImportFileOptions options The options to use when copying the data.

Returns

Type Description
IFileObject The file with the copied data.

See Also