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: 11.0.0
Syntax public static EventAttendeeInfo GetEventAttendeeInfo(
int eventNodeId,
string attendeeEmail
)
Parameters
- eventNodeId
- Type: SystemInt32
Event node id - attendeeEmail
- Type: SystemString
Attendee email
Return Value
Type:
EventAttendeeInfoSee Also