Walter.Web.FireWall
HasRuleMappedToIncedent Method
Walter.Web.FireWall Assembly > Walter.Web.FireWall.RuleEngine Namespace > IRuntimeRulesEngine Interface : HasRuleMappedToIncedent Method
The page.
The incident.
The action.
Determines whether [has rule mapped to incident] [the specified page].
Syntax
bool HasRuleMappedToIncedent( 
   IPageRequest page,
   IIncident incident,
   out IIncidentAction? action
)

Parameters

page
The page.
incident
The incident.
action
The action.

Return Value

true if [has rule mapped to incident] [the specified page]; otherwise, false.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IRuntimeRulesEngine Interface
IRuntimeRulesEngine Members