IWebSiteExtenderWebRootSubFolder Property |
Namespace: VirtualRadar.Interface.WebSite
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.