Walter.Web.FireWall
SiteMapSearchResult Enumeration
Walter.Web.FireWall Assembly > Walter.Web.FireWall.Models Namespace : SiteMapSearchResult Enumeration
Site-map search result contains information on the navigation by the user
Syntax
public enum SiteMapSearchResult : System.Enum 
Members
MemberDescription
AccessibleFromReferrer The url makes sense as it is accessible from a previous page that the user came from (referrer),
Exists Url exists in the site-map rendered on the current page
NotAccessibleFromReferrer the url was Not accessible from the page the user came from (referrer), he should not know about it
NotConfugured No option matched as the firewall as it is not configured for it, this may happen if URL's are set using JavaScript
NotEvaluated the value has not been evaluated
NotFound The URL is not discovered on the rendered pages for the user on the site
Remarks
For this to work you will need to have memory chasing enabled as well as sufficient memory for the site to work. Larger sites can use the Walter.Web.FireWall.SiteMap NuGet extension. You enable it using .UseSeitemap(connectionString) in you services configuration.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Walter.Web.FireWall.Models.SiteMapSearchResult

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

Walter.Web.FireWall.Models Namespace