Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

ISelectionList.GetContainingFolder Method 

Returns the IFolder that this selection list is created in.

IFolder GetContainingFolder();

Return Value

The IFolder that this selection list is created in.

Exceptions

Exception Type Condition
ContentSecurityException The user does not have permission to access the containing folder.
ContentException The method call resulted in a Publisher exception.
InvalidOperationException The selection list has not yet been persisted or has already been removed.
SoapException There was a communication problem during the execution of the remote method call.

See Also

ISelectionList Interface | Plumtree.Remote.PRC.Content.SelectionList Namespace