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

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

Parameters

eventNodeId
Type: SystemInt32
Event node ID

Return Value

Type: DataSet
See Also