public void ExportCustomTaskConfigurations( string directoryPath, string fileName )
Parameters
- directoryPath
- Directory to which you want to export the file.
- fileName
- Name of the file. If not filled name of the active configuration is used.
public void ExportCustomTaskConfigurations( string directoryPath, string fileName )
| Exception | Description |
|---|---|
| EPLAN.Harness.API.Exceptions.ArgumentNullException | Argument is null. |
| EPLAN.Harness.API.Exceptions.ArgumentException | Argument is invalid. The exception is thrown when a wrong argument is passed to the method or the setter of property. |
| EPLAN.Harness.API.Exceptions.DirectoryNotFoundException | This directory was not found. |