Click or drag to resize
EventAttendeeInfoProviderGetEventAttendees Method (Int32)
Gets the ObjectQuery of event attendees of the specific event.

Namespace: CMS.EventManager
Assembly: CMS.EventManager (in CMS.EventManager.dll) Version: 9.0.0
Syntax
C#
public static ObjectQuery<EventAttendeeInfo> GetEventAttendees(
	int eventNodeId
)

Parameters

eventNodeId
Type: SystemInt32
Event node ID

Return Value

Type: ObjectQueryEventAttendeeInfo
See Also