Folder 2.5 GetContents
Returns all logical objects stored inside a given 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. |
| plFolderRef | Long | In | Identifier of the folder |
| psOutXMLObjList | String | Out | ObjectList XML structure containing the metadata of the objects. |
Note that:
-
The only information which is returned are the attributes on the ObjectList XML:
ishrefishlogicalrefishtype
This information can be used to call (depending on the object type) DocumentObj.RetrieveMetadata or PublicationOutput.RetrieveMetadata.