PublicationOutput 2.5 SetMetadata
Sets the metadata of a Publication Output object in 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 | InOut | The version of the object. When no exact version is given, the version number will be returned. |
| 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. |
| psXMLMetadata | String | In | Metadata XML structure with the metadata that will be set on the current 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 to have write access for the folder that contains the object that is updated.
Note that:
- The metadata can also contain fields of the logical and version level. In that case the Publication and Publication version metadata will be updated.
- All logical identifiers within Content Manager are in uppercase.