Retrieve a list of registrants for the specified event
Namespace: CTCTAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public ResultSet<Registrant> GetAllRegistrants( string eventId )
Parameters
- eventId
- Type:
System String
Event id
Return Value
ResultSet containing a results array of RegistrantSee Also