Displays "Event Activity" admin report
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult EventActivityReportCSV( int? EventID, string sort, bool? descending )
Parameters
- EventID
- Type: SystemNullableInt32
The ID of the spcified Event; if missing, the most recent closed event is used - sort
- Type: SystemString
the name of the column to sort the results by - descending
- Type: SystemNullableBoolean
true to order the results from highest to lowest
Return Value
Type: ActionResultresulting CSV data
See Also