PublicationOutput 2.5 Release [deprecated]
Starts the actions required to release a 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. |
| psLogicalId | String | In | 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. |
| psOutXMLBaselineFreezeReport | String | InOut | The Baseline Freeze Report XML indicates why the Baseline freeze could not be executed successfully |
| pbOutIsFrozen | Boolean | Out | Boolean that indicates whether the baseline freeze action was executed successful or not. When the parameter is false, the reason why the baseline freeze was not executed successful can be found in the psOutXMLBaselineFreezeReport parameter. |
Requirements are:
- The user has write access to the folder that contains the Publication object of which a Publication Output needs to be published.
- The Publication Output object must be in the 'Published release candidate' status.
Note that:
- All logical identifiers within Content Manager are in uppercase.