PublicationOutput 2.5 Delete
Deletes Publication Output objects from the Content Manager repository.
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. |
| psXMLRequiredCurrentMetadata | String | In | Metadata XML structure with the metadata that object is required to have set currently. The update of the object is only carried out when the object has exactly the same metadata specification, i.e. the metadata was not changed by someone else. |
Requirements are:
- The user has write access to the folder that contains the Publication object of which a Publication Output needs to be deleted.
- The Publication Output object in the following statuses cannot be deleted:
- Publish Pending
- Publishing
- Released
The table describes the behavior depending on your starting situation. [SRQ-3834]
| Action | Delete will fail... | Result |
|---|---|---|
| Delete the publication starting from the logical object |
| The complete publication is deleted including all versions and publication outputs |
| Delete one version of a publication |
| The version including all publication outputs is deleted |
| Delete one publication output |
| This publication output is deleted |
Note that:
- All logical identifiers within Content Manager are in uppercase.
- The parameter
psXMLRequiredCurrentMetaDatacan be used to require that the delete only is carried out when the object is still in the same state as the users thinks it is.