Folder 2.5 RetrieveMetadataByIshFolderRefs
This function returns the metadata of multiple folders.
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. |
| palFolderRefs | LongArray | In | Long array with the unique identifiers of the folders |
| psXMLRequestedMetaData | String | In | Requested Metadata XML structure indicating which metadata has to be retrieved for a given object. |
| psOutXMLFolderList | String | Out | The 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
ishfolderentry is returned for that folder id. - The order of the returned folders in
psOutXMLFolderListis random.