Displays a page of log results
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: 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: ActionResultPage<LogEntry>
See Also