MetadataBinding 2.5 ResolveIds
Resolves the specified ids for each field into labels/descriptions
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. |
| psXMLFieldTags | String | In | Field Tag XML structure with the ids to resolve. |
| psLanguage | String | In | The language in which the information must be returned. |
| psOutXMLFieldTags | String | InOut | Field Tag XML structure with the tags per field matching the specified ids. |
Note that:
- All element names within Content Manager are in uppercase.
- If the psLanguage parameter is empty, the language specified on the user will be used.
- It is not allowed to pass the
ishfieldlevelattribute or thelabel,descriptionorerrorelements in thepsXMLFieldTagsparameter. - The returned
psOutXMLFieldTagsparameter will not contain theishfieldlevelattribute. - The order of the returned tags is random.
- No tag is returned and no error is given if an id cannot be resolved.