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

EventControllerDetails Method

AuctionWorx 3.5 API
Displays detailed event view

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

Syntax

C#
public ActionResult Details(
	int? id,
	string breadcrumbs,
	int? page,
	int? SortFilterOptions,
	string ViewStyle,
	string StatusFilter
)

Parameters

id
Type: SystemNullableInt32
the id of the event tlo display
breadcrumbs
Type: SystemString
list of applicable category data, formatted for SEO
page
Type: SystemNullableInt32
index of the page to be displayed (default 0)
SortFilterOptions
Type: SystemNullableInt32
index of the requested sort option defined in QuerySortDefinitions.BrowseOptions
ViewStyle
Type: SystemString
"list" (default) or "grid"
StatusFilter
Type: SystemString
"active_only" (default), "completed_only" or "all"

Return Value

Type: ActionResult
View(Event) or NotFound() is event doesn't exist or is inelleigible to be viewed by current user
See Also

Reference

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