DocumentObj 2.5 FolderLocations
This method retrieves the BaseFolders and the folder paths of multiple logical objects in Content Manager. This can be used to show the folder paths in Inbox and Search screens.
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. |
| pasLogicalIds | StringArray | In | String array with the logical identifiers of the objects |
| psOutXMLObjLocationList | String | Out | ObjectLocationList XML structure containing the folder paths of the objects. |
Note that:
- Only content folders are returned. Shortcut or Query Folders that contain the object are never returned.
- The basefolder returned in
peOutBaseFolderis always one of the root folders. So for an editor template, thepeBaseFolderwill contain the valueSystemandpasOutFolderPathwill contain an entry forEditor template, if located withinSystem. - When a logical object is not found for a given logical identifier (either because it does not exist or the user does not have read access to the object), no error is given and no
ishobjectis returned for that logical identifier. - The order of the returned objects in
psOutXMLObjLocationListis random. - All logical identifiers within Content Manager are in uppercase.
- For publications use the dedicated API function PublicationOutput25.FolderLocations.