DocumentObj 2.0 EvaluateDocument [deprecated]
Evaluates a document meaning that conditional publishing is invoked on the given xml document. The entries in the given product definition (also known as publishing context) will be combined in all possible variations to make all ishcondition entries valid.
Parameters
| Name | Type | Direction | Description |
|---|---|---|---|
| psAuthContext | String | InOut | 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. |
| psXmlInDocument | String | In | The XML-document on which conditional publishing has to be invoked |
| psXMLProductDef | String | In | Product Definition XML structure that defines which publishing context has to be used for conditional publishing. |
| pbValidateConditions | Boolean | In | When the product definition is empty, this parameter can be set to check the syntax of the condition statements in the document |
| psOutDocument | String | InOut | The result of the conditional publishing (as string) |