DatStat Illume 4.5 SDK Class Reference

WebServiceContext.CreateParticipantList Method 

Creates a new participant list with the given name in the indicated project. An SDK_ParticipantList object representing this new list is returned.

public SDK_ParticipantList CreateParticipantList(
   String projectName,
   String listName
);

Parameters

projectName
The name of the project the participant list will be added to.
listName
The name of the new participant list.

Return Value

SDK_ParticipantList

Remarks

Participant lists must be created within a project. Accordingly, when a participant list is created, the system needs to know the project that will contain the new participant list. Also note, that the user you are connected as must have the appropriated privileges for the request to succeed.

If the list cannot be created, an exception will be thrown with an appropriate error message.

See Also

WebServiceContext Class | DatStat.SDK.WebServiceWrappers Namespace