DatStat Illume 4.5 SDK Class Reference

WebServiceContext.AddParticipant Method (SDK_ParticipantList, Int32, String, String, String, String, Hashtable, Boolean, Boolean, Boolean, Boolean, SDK_Participant[]&)

Any collisions that occur using this overload will be returned in the ref parameter collisions.

public SDK_Participant[] AddParticipant(
   SDK_ParticipantList list,
   Int32 lcid,
   String email,
   String lastName,
   String firstName,
   String customId,
   Hashtable dataHash,
   Boolean isTest,
   Boolean lastFirstNameUnique,
   Boolean emailUnique,
   Boolean customIdUnique,
   ref SDK_Participant[]& collisions
);

Parameters

list
The SDK_ParticipantList that the participant is being added to.
lcid
The localization id for this participant.
email
The email address of the participant.
lastName
The last name of the participant.
firstName
The first name of the participant.
customId
A custom identifier for this participant.
dataHash
A Hashtable of custom data for the participant.
isTest
Boolean indicating if this participant is a test user.
lastFirstNameUnique
Boolean indicating if the system should check that the full name of the participant is unique.
emailUnique
Boolean indicating if the system should check that the email address of the participant is unique.
customIdUnique
Boolean indicating if the system should check that the customId is unique.
collisions
Ref parameter that will contain an array of SDK_Participant objects for each collision that occurs.

Return Value

SDK_Participant

See Also

WebServiceContext Class | DatStat.SDK.WebServiceWrappers Namespace | WebServiceContext.AddParticipant Overload List