EventAttendeeInfoProviderGetEventAttendees Method (Int32, String, String, String, Int32) |
Gets the DataSet of EventAttendeeInfos of the specific event.
Namespace: CMS.EventManagerAssembly: CMS.EventManager (in CMS.EventManager.dll) Version: 8.2.23
Syntax public static DataSet GetEventAttendees(
int eventNodeId,
string where,
string orderBy,
string columns,
int topN
)
Parameters
- eventNodeId
- Type: SystemInt32
Event node ID - where
- Type: SystemString
Event node ID - orderBy
- Type: SystemString
Event node ID - columns
- Type: SystemString
Event node ID - topN
- Type: SystemInt32
Event node ID
Return Value
Type:
DataSetSee Also