ICompareOptions
Defines options for comparing workflow elements, including source object properties, comparison type, result type, and tracking changes.
Properties
| Name | Description |
|---|---|
| ResultType | The type of result expected from the comparison. |
| SourceObjectTypeCode | Specifies the type code of the source object used in the comparison. |
| ComparisonValueType | The type of value to use in the comparison. |
| SourceProperty | The property of the source object used in the comparison. |
| Results | A list of results from the comparison. |
| IsChanged | Indicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications. |
| SourceObjectName | The name of the source object used for comparison. |