Click or drag to resize
IWebAdminViewManagerRegisterWebAdminViewFolder Method
Registers a folder with web admin view HTML files on behalf of a plugin.

Namespace: VirtualRadar.Interface.WebSite
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void RegisterWebAdminViewFolder(
	string pluginFolder,
	string subFolder
)

Parameters

pluginFolder
Type: SystemString
subFolder
Type: SystemString
Remarks
Do not put web admin views in or under the plugin's normal Web folder, keep them separate so that they are not served if the WebAdmin plugin is not installed.
See Also