Click or drag to resize
IWebServerAddAdministratorPath Method
Tells the server that all access to this path must be authenticated and that the user must be configured as an administrator.

Namespace: VirtualRadar.Interface.WebServer
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void AddAdministratorPath(
	string pathFromRoot
)

Parameters

pathFromRoot
Type: SystemString
See Also