Documentation Center

MetadataBinding 2.5 ResolveIds

Resolves the specified ids for each field into labels/descriptions

Parameters

NameTypeDirectionDescription
psAuthContextStringInOutDeprecated 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.
psXMLFieldTagsStringInField Tag XML structure with the ids to resolve.
psLanguageStringInThe language in which the information must be returned.
psOutXMLFieldTagsStringInOutField 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 ishfieldlevel attribute or the label, description or error elements in the psXMLFieldTags parameter.
  • The returned psOutXMLFieldTags parameter will not contain the ishfieldlevel attribute.
  • The order of the returned tags is random.
  • No tag is returned and no error is given if an id cannot be resolved.