Walter.BOM
LinkType Enumeration
Walter.BOM Assembly > Walter.BOM Namespace : LinkType Enumeration
Enum LinkType shows the type of resource that is referenced
Syntax
public enum LinkType : System.Enum 
Members
MemberDescription
ApiEndpoint The API endpoint calls a enumerable or single answer like a HTTP status
HoneyPotResponse The honey pot response
JsonEndpoint The endpoint returns JSON object
NotAssigned access to the link type was done but the endpoint was not found in the firewall's runtime database
Page The item is a page and may consume other link types. the Page is the root and usually is an action
PhysicalFile Indicates that the items maps to a file on disk
Resource A resource used by the system, could be a embedded javascript or other resource. Requesting a resource without a page will trigger the firewall
UnKnown The resource is not known and therefore will become an issue when evaluated. default assumptions will be made
VirualFile A file that is created at runtime
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Walter.BOM.LinkType

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.BOM Namespace