Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

ISelectionListManager.GetSelectionList Method 

Returns an ISelectionList by its UUID.

ISelectionList GetSelectionList(
   string uuid
);

Parameters

uuid
The ISelectionList UUID; cannot be null, empty, or longer than 255 characters. The UUID of an object can be obtained using the UUID property in the ISelectionList class.

Return Value

The ISelectionList or null if the selection list does not exist.

Exceptions

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 selection list.
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 selection list has been removed.

See Also

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