PublicationOutput 2.5 SetMetadataByIshLngRefs
Updates the metadata of the specified Publication Output objects.
Every Publication Output object is updated one-by-one.
- If the update succeed, the update is submitted to the database.
- If the update fails, the exception with some extra information about the object is returned in the
psOutXMLErrorReportparameter.
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. |
| palLngRefs | LongArray | In | Long list with the unique identifiers of the language objects. |
| 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. |
| psOutXMLErrorReport | String | Out | Error Report XML structure containing the exception per object. |
Requirements are:
- The user must have write access for the folder in which the object is going to be updated.
- When
psXMLMetaDataspecifies a status transition for the object that is updated, this transition has to be compliant with the configured workflow.
Note that:
- The parameter
psXMLRequiredCurrentMetaDatacan be used to require that the update only is carried out when the object is still in the same state as the users thinks it is. - 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.