ConstantContact GetAllRegistrants Method CTCT Wrapper Documented Class Library
Retrieve a list of registrants for the specified event

Namespace: CTCT
Assembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax

public ResultSet<Registrant> GetAllRegistrants(
	string eventId
)

Return Value

ResultSet containing a results array of Registrant
See Also