Click or drag to resize
EventAttendeeInfoProviderGetEventAttendeesCount Method
Gets the number of attendees who are assigned to the specific event.

Namespace: CMS.EventManager
Assembly: CMS.EventManager (in CMS.EventManager.dll) Version: 8.2.23
Syntax
C#
public static int GetEventAttendeesCount(
	int eventNodeId
)

Parameters

eventNodeId
Type: SystemInt32
Event node ID

Return Value

Type: Int32
See Also