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

AdminControllerEventLog Method

AuctionWorx 3.5 API
Displays a page of log results

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

Syntax

C#
public ActionResult EventLog(
	string[] FunctionalArea,
	string[] Severity,
	string FromDate,
	string ToDate,
	string SearchTerm,
	int? page
)

Parameters

FunctionalArea
Type: SystemString
optional string to filter results (exact match)
Severity
Type: SystemString
optional string to filter results (exact match)
FromDate
Type: SystemString
local date/time to specify lower bound of oldest entries
ToDate
Type: SystemString
local date/time to specify upper bound of newest entries
SearchTerm
Type: SystemString
optional string to filter results (fulltext search)
page
Type: SystemNullableInt32
the 0-based index of which page of results to retrieve

Return Value

Type: ActionResult
Page<LogEntry>
See Also

Reference

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