You are here: RainWorx.FrameWorx.MVC Namespaces > RainWorx.FrameWorx.MVC.Controllers > AdminController Class > EventActivityReport Method

AdminControllerEventActivityReport Method

AuctionWorx 3.5 API
Displays "Event Activity" admin report

Namespace:  RainWorx.FrameWorx.MVC.Controllers
Assembly:  RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5

Syntax

C#
public ActionResult EventActivityReport(
	int? EventID,
	string sort,
	int? page,
	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
page
Type: SystemNullableInt32
index of the page to be displayed (default 0)
descending
Type: SystemNullableBoolean
true to order the results from highest to lowest

Return Value

Type: ActionResult
View(Page<ReportRow>)
See Also

Reference

Copyright © 2002-2022. RainWorx Software. All rights reserved.