Folder 2.5 GetMetaData
This function returns the properties of the folder
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. |
| peBaseFolder | eBaseFolder | In | Indicates the root folder to use as starting point for folder actions |
| pasFolderPath | StringArray | In | String array with the label of the parent folders (except the base folder) and the requested folder (e.g. "MobilePhones","330","Modules"). |
| psXMLRequestedMetaData | String | In | Requested Metadata XML structure indicating which metadata has to be retrieved for a given object. |
| psOutXMLFolderList | String | Out | The Folder Metadata XML structure containing the metadata of the folder |
Requirements are:
- The user must have read access for the object.
Note that:
- When the
paFolderPathparameter is empty, the metadata of the base folder is returned.