PublicationOutput 2.0 SetReport [internal]
Saves a status report of the Publish Service operation on the specified Publication Output object.
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. |
| psDocId | String | InOut | The logical identifier of the object |
| psVersion | String | In | The version of the object. This version number has to be an exact number. |
| psOutputFormat | String | In | The name of the output format (e.g. Manual, Online Documentation, Booklet, Compiled Help,...) |
| psLngCombination | String | In | The ordered list of languages separated by the '+' character indicating the languages used in the content of the object. |
| psXMLPublicationOutputReport | String | In | The Publication Output Report XML contains all warnings, errors and informational messages that occured during the last publish action. |
Requirements are:
- The Publication Output object must be in the 'Publishing' status.
- The Report XML must be saved by the same user who requested the Publish operation.
Note that:
- All logical identifiers within Content Manager are in uppercase.