FlowXmlExportProperties
Represents the configuration properties for XML export operations in workflow objects.
The FlowXmlExportProperties class defines the configuration settings for XML export operations within workflow objects. It inherits from BimserWorkflowObjectProperties and implements IFlowXmlExportProperties. This class manages error handling, export options, and variable value settings for XML export operations. Note that this class is marked as obsolete as it has been removed from the UI.
Properties
Name | Description |
---|---|
ValueOptions | Gets or sets the configuration options for variable value handling during XML export. |
ResumeOnError | Gets or sets whether the workflow should continue execution after encountering an error. |
ErrorDescriptionObjectName | Gets or sets the name of the object that contains error description information. |
ErrorOptions | Gets or sets the error handling configuration options for the XML export operation. |
ExportOptions | Gets or sets the configuration options for the XML file export operation. |