Click or drag to resize
IWebServerSetRestrictedPath Method
Sets access on a restricted path. If access is null then the restrictions are removed from the path.

Namespace: VirtualRadar.Interface.WebServer
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void SetRestrictedPath(
	string pathFromRoot,
	Access access
)

Parameters

pathFromRoot
Type: SystemString
access
Type: VirtualRadar.Interface.SettingsAccess
See Also