Documentation Center

Folder 2.5 RetrieveMetadataByIshFolderRefs

This function returns the metadata of multiple folders.


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.
palFolderRefsLongArrayInLong array with the unique identifiers of the folders
psXMLRequestedMetaDataStringInRequested Metadata XML structure indicating which metadata has to be retrieved for a given object.
psOutXMLFolderListStringOutThe Folders Metadata XML structure containing the metadata of the folders

Requirements are:
  • The user must have read access for the folder holding the object.

Note that:

  • When a folder is not found for a given folder id, either because it does not exist or the user does not have read access to the folder, no error is given. No ishfolder entry is returned for that folder id.
  • The order of the returned folders in psOutXMLFolderList is random.