Returns an ISelectionList
by its UUID.
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. The ISelectionList
or null
if the selection list 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 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. |
ISelectionListManager Interface | Plumtree.Remote.PRC.Content.SelectionList Namespace