| EventAttendeeInfoProviderGetEventAttendeeInfo Method (Int32, String) | 
            Gets attendee info by event node ID and attendee's e-mail.
            
 
Namespace: CMS.EventManagerAssembly: CMS.EventManager (in CMS.EventManager.dll) Version: 10.0.0
 Syntax
Syntaxpublic static EventAttendeeInfo GetEventAttendeeInfo(
	int eventNodeId,
	string attendeeEmail
)
Parameters
- eventNodeId
- Type: SystemInt32
 Event node id
- attendeeEmail
- Type: SystemString
 Attendee email
Return Value
Type: 
EventAttendeeInfo See Also
See Also