Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IFolderManager.GetRootFolder Method 

Returns the Publisher root folder.

IFolder GetRootFolder();

Return Value

An IFolder for the root folder or null if the user does not have access to the folder.

Exceptions

Exception Type Condition
ContentSecurityException The user does not have permission to access the root folder.
ContentException The method call resulted in a Publisher exception.
SoapException There was a communication problem during the execution of the remote method call.

See Also

IFolderManager Interface | Plumtree.Remote.PRC.Content.Folder Namespace