Displays detailed event view
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: 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: ActionResultView(Event) or NotFound() is event doesn't exist or is inelleigible to be viewed by current user
See Also