Click or drag to resize
IWebSiteExtenderWebRootSubFolder Property
Gets or sets the folder under the plugin's installation folder that contains the files to add to the root of the web site.

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

Property Value

Type: String
Remarks

If this property is null then no files will be added to the root of the site. To avoid accidentally interferring with future updates of VRS it is recommended that you create a sub-folder under this folder that is named after your plugin and put all of your files there. So, if your plugin is called 'MyPlugin' then you might:

Create a folder in your plugin installation folder called Web.Set this property to "Web".Create a sub-folder under Web called MyPlugin.Put all of your HTML, JavaScript and CSS into the MyPlugin folder.
See Also