Harness proD API Help
EPLAN.Harness.API.DataStructures Namespace / TasksController Class / ExportCustomTaskConfigurations Method
Directory to which you want to export the file.
Name of the file. If not filled name of the active configuration is used.
In This Topic
    ExportCustomTaskConfigurations Method
    In This Topic
    Export all customizable task configurations to the file.
    Syntax
    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.
    Exceptions
    ExceptionDescription
    Argument is null.
    Argument is invalid. The exception is thrown when a wrong argument is passed to the method or the setter of property.
    This directory was not found.
    See Also