ConditionManagement 1.0 CompareConditionLists
Compares the original Condition List XML with the new Condition List XML, and returns the Change XML that can be used to update the original Condition List XML into the new Condition List XML.
Parameters
| Name | Type | Direction | Description |
|---|---|---|---|
| psAuthContext | String | In | Deprecated proprietary authentication context only used by .ASMX web services based on internal username/password authentication. Claims based security standards drive all the WCF .SVC web services making this parameter redundant. |
| psXMLOriginalConditionList | String | In | The original list of categories. Content Manager uses this to check if no intermediate changes have been done in the meanwhile. |
| psXMLNewConditionList | String | In | The list of new categories that is to be updated in Content Manager. |
| psOutXMLChanges | String | Out | The Changes XML that describes the updates that have to be executed upon the Condition Categorization. Errors on modification actions are logged within this XML. |