Skip to main content

CompareOptions Properties

An object defining properties for the CompareOptions class.

SourceProperty

The property of the source object used in the comparison.

Type: string


Results

A list of results from the comparison.

Type: List<JObject>


IsChanged

Indicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications.

Type: bool


ComparisonValueType

The type of value to use in the comparison.

Type: ComparisonValueType
Accepted Values:

NameValue
Code0
Identity1

ResultType

The type of result expected from the comparison.

Type: CompareResultType
Accepted Values:

NameValue
User0
Position1

SourceObjectName

The name of the source object used for comparison.

Type: string


SourceObjectTypeCode

Specifies the type code of the source object used in the comparison.

Type: int


Caption

A dictionary containing captions for workflow objects, mapping identifiers to their display names.

Type: Dictionary<string, string>