Returns an IFolder
by its UUID.
IFolder
UUID. The UUID of an object can be obtained using the UUID
property in the IFolder
class; cannot be null
, empty or longer than 255 characters. The IFolder
or null
if the folder does not exist.
Exception Type | Condition |
---|---|
ArgumentException | The UUID is an empty string or longer than 255 characters. |
ContentSecurityException | The user does not have permission to access the folder. |
ContentException | The method call resulted in a Content Server exception. |
SoapException | There was a communication problem during the execution of the remote method call. |
IFolderManager Interface | Plumtree.Remote.PRC.Content.Folder Namespace