Plumtree EDK (Enterprise Web Development Kit) 5.4.0

ISelectionListManager.RemoveSelectionList Method 

Deletes the selection list.

void RemoveSelectionList(
   ISelectionList selectionList
);

Parameters

selectionList
Selection list to be deleted; cannot be null.

Remarks

Note: When a selection list is deleted, all the ISelectionListPropertys associated with this selection list will be automatically removed from the IDataEntryTemplates containing the ISelectionListProperty.

Exceptions

Exception TypeCondition
ContentSecurityException The user does not have permission to delete the selection list.
ContentException The method call resulted in a Content Server exception.
SoapException There was a communication problem during the execution of the remote method call.

See Also

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