Click or drag to resize
IWebAdminViewManagerAddWebAdminView Method
Registers a view with the web admin site. The view's folder must previously have been registered with a call to RegisterWebAdminViewFolder(String, String).

Namespace: VirtualRadar.Interface.WebSite
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void AddWebAdminView(
	WebAdminView webAdminView
)

Parameters

webAdminView
Type: VirtualRadar.Interface.WebSiteWebAdminView
See Also