Documentation Center

DocumentObj 2.5 RetrieveVersionMetadata

Retrieves the version information of the given LogicalIds matching the specified criteria


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.
pasLogicalIdsStringArrayInString array with the logical identifiers of the objects
psVersionStringInThe version number (e.g. 1, latest, latest 1.1) of an object. For more information see Behaviour of Version Number.
psXMLRequestedMetadataStringInRequested Metadata XML structure indicating which metadata has to be retrieved for a given object.
psOutXMLObjListStringOutObjectList XML structure containing the metadata of the objects.

Requirements are:
  • The user must have read access for the folder holding the object.
Note that:
  • All logical identifiers within Content Manager are in uppercase.
  • The Requested Metadata XML can only contain metadata fields on logical and version level.
  • The order of the returned objects in psOutXMLObjList is random.
  • For publications use the dedicated API function PublicationOutput.RetrieveVersionMetaData.