ExternalDataFile.ExternalDataFile(ImportSettingsBase importSettings, String filePath, String identifier, String description, Boolean isMainFile)
Construct a instance.
If `identifier` is provided, it should be unique, otherwise, an exception will be thrown during the import.
An import settings can be created by calling the GetSettingsForFormat
method from the factory class .
Examples
Parameters
-
importSettings
The specified import Settings for this external data file (optional).
-
filePath
Type: String
The specified file path for this external data file (optional).
-
identifier
Type: String
The specified unique identifier for this external data file (optional).
-
description
Type: String
The specified description for this external data file (optional).
-
isMainFile
Type: Boolean
The main file flag for this external data file (optional).
Return Value
Type: @RETURN_TYPE_NAME@
@RETURN_TYPE_DESCRIPTION@