CompareResultDifference::Source property¶
Indicates the source of the difference.
DifferenceSource Source { get; }
DifferenceSource getSource() throws IGRException;
@property
def Source(self) -> DifferenceSource
Return Value¶
DifferenceSource : Indicates the source of the difference
| Name | Constant |
|---|---|
| Original | ISYS11dfConstants.IGR_COMPARE_DOCUMENTS_DIFFERENCE_SOURCE_ORIGINAL |
| Revised | ISYS11dfConstants.IGR_COMPARE_DOCUMENTS_DIFFERENCE_SOURCE_REVISED |
| Both | ISYS11dfConstants.IGR_COMPARE_DOCUMENTS_DIFFERENCE_SOURCE_BOTH |