EventAttendeeInfoProvider.GetEventAttendees 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: System.Int32
Event node ID - where
- Type: System.String
Where condition - orderBy
- Type: System.String
Order by - columns
- Type: System.String
Columns - topN
- Type: System.Int32
Top N
Return Value
Type:
DataSet
See Also