You are here: RainWorx.FrameWorx.MVC Namespaces > RainWorx.FrameWorx.MVC.Controllers > EventController Class > Index Method

EventControllerIndex Method

AuctionWorx 3.5 API
Displays a list of all events

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

Syntax

C#
public ActionResult Index(
	string viewFilter,
	int? page
)

Parameters

viewFilter
Type: SystemString
the filter code for the specified search criteria (e.g. "All", "Current", "Preview", "Closed")
page
Type: SystemNullableInt32
0-based page index

Return Value

Type: ActionResult
View()
See Also

Reference

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