ImportDeviceList(String,String,Format) Method
In This Topic
This function imports a device list into a given project.
Syntax
Parameters
| Parameter Name | Description |
|---|
| strFullLinkFileName | Full link file name of the project into which the device list will be imported. |
| strImportFilePath | Full file name of the device list file to import. |
| fileFormat | Format of the import file\: By default the following file formats are available\: XML or CSV. The enum FILE_FORMAT defines the available values. If an invalid format is set, the file is expected to be XML. |
Exceptions
See Also