Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

ISelectionListManager.GetSelectionLists Method 

Returns all ISelectionLists contained in a given IFolder.

ISelectionList[] GetSelectionLists(
   IFolder folder
);

Parameters

folder
The folder to retrieve selection lists from; cannot be null.

Return Value

An array of ISelectionLists in the specified folder. The returned array is not ordered.

Exceptions

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

See Also

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