DatStat Illume 4.5 SDK Class Reference

WebServiceContext.DeleteParticipantList Method 

This method will delete the named participant list from the system.

public void DeleteParticipantList(
   String listName
);

Parameters

listName
The name of the participant list to delete.

Remarks

If the participants on the given list are not used on any other participant list, they will be deleted from the system as well.

If there is an error during the delete, an exception will be thrown with an appropriate error message.

See Also

WebServiceContext Class | DatStat.SDK.WebServiceWrappers Namespace