DocumentObj 2.5 RetrieveLanguageMetadata
Retrieves the language information of the given LogicalIds matching the specified criteria
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. |
| pasLogicalIds | StringArray | In | String array with the logical identifiers of the objects |
| psVersion | String | In | The version number (e.g. 1, latest, latest 1.1) of an object. For more information see Behaviour of Version Number. |
| pasLanguages | StringArray | In | String array with the language filter. |
| pasResolutions | StringArray | In | String array with the resolution filter |
| peStatusFilter | eISHStatusGroup | In | The 'status category' in which an object has in order to return metadata |
| psXMLRequestedMetadata | String | In | Requested Metadata XML structure indicating which metadata has to be retrieved for a given object. |
| psOutXMLObjList | String | Out | ObjectList XML structure containing the metadata of the objects. |
Requirements are:
- The user must have read access for the folder holding the object.
- The Requested Metadata XML must contain at least one field of the level 'lng' (e.g. DOC-LANGUAGE).
Note that:
- All logical identifiers within Content Manager are in uppercase.
- When the version number is 'latestafterfilter', the lastest version is calculated for each of the given LogicalIds in one of the given languages and/or resolutions. So, maybe you will not get a result for all languages if not all languages are already available in the latest version.
- The resolution filter is only implemented for illustrations.
- The order of the returned objects in psOutXMLObjList is random.
- This method cannot be used for publications.