Click or drag to resize
IWebSiteExtenderPriority Property
Gets or sets the priority of your plugin relative to the standard Virtual Radar Server web site and other plugins.

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

Property Value

Type: Int32
Remarks

Under normal use you can leave this at the default value, in which case if there is a clash between a file you are serving and a file that Virtual Radar Server is serving then the standard Virtual Radar Server file is served. If you make sure that your files are in a well named sub-folder then clashes should not occur and priority should not be an issue.

If you want to override a standard VRS file then set this to a value that is below zero. However you need to be careful with this as your plugin may end up breaking with a future version of VRS.

See Also