DatStat Illume 4.5 SDK Class Reference

WebServiceContext.ImportParticipants Method (SDK_ParticipantList, Stream, Boolean, Boolean, Boolean, SDK_Participant[]&)

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

public SDK_Participant[] ImportParticipants(
   SDK_ParticipantList list,
   Stream stream,
   Boolean lastFirstNameUnique,
   Boolean emailUnique,
   Boolean customIdUnique,
   ref SDK_Participant[]& collisions
);

Parameters

list
The SDK_ParticipantList the participants will be imported to.
stream
The stream pointing to the tab-delimited file containing the participant data.
lastFirstNameUnique
Boolean value indicating if the full name of the participant should be checked for uniqueness.
emailUnique
Boolean value indicating if the email address should be checked for uniqueness.
customIdUnique
Boolean value indicating if the custom id should be checked for uniqueness.
collisions
Ref parameter that will contain an array of SDK_Participant if there are any collisions.

Return Value

SDK_Participant[]

See Also

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