Click or drag to resize
EventAttendeeInfoProviderIsRegisteredForEvent Method
Returns true if attendee is registered for the event.

Namespace: CMS.EventManager
Assembly: CMS.EventManager (in CMS.EventManager.dll) Version: 9.0.0
Syntax
C#
public static bool IsRegisteredForEvent(
	int eventNodeId,
	string attendeeEmail
)

Parameters

eventNodeId
Type: SystemInt32
Event node
attendeeEmail
Type: SystemString
Attendee's e-mail

Return Value

Type: Boolean
See Also