Click or drag to resize
EventAttendeeInfoProvider.GetEventAttendees 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: System.Int32
Event node ID

Return Value

Type: ObjectQuery<EventAttendeeInfo>
See Also