EventAttendeeInfoProviderGetEventAttendees Method (Int32, String, String, String, Int32) |
Note: This API is now obsolete.
Gets the DataSet of event attendees of the specific event.
Namespace: CMS.EventManagerAssembly: CMS.EventManager (in CMS.EventManager.dll) Version: 9.0.0
Syntax [ObsoleteAttribute("Use method GetEventAttendees(int eventNodeId).")]
public static DataSet GetEventAttendees(
int eventNodeId,
string where,
string orderBy,
string columns,
int topN
)
Parameters
- eventNodeId
- Type: SystemInt32
Event node ID - where
- Type: SystemString
Where condition - orderBy
- Type: SystemString
Order by - columns
- Type: SystemString
Columns - topN
- Type: SystemInt32
Top N
Return Value
Type:
DataSetSee Also