Click or drag to resize
SiteRootPriority Property
Gets or sets a value that indicates the order in which site roots are searched for files to serve. Lower numbers are searched before higher numbers. The VRS default website has a priority of 0.

Namespace: VirtualRadar.Interface.WebSite
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int Priority { get; set; }

Property Value

Type: Int32
Remarks
The default priority is 100. The relative order of two site roots with the same priority is not defined and may not be constant over the life of the site.
See Also