IWebServerSetRestrictedPath Method |
Sets access on a restricted path. If access is null then the restrictions are removed
from the path.
Namespace: VirtualRadar.Interface.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void SetRestrictedPath(
string pathFromRoot,
Access access
)
Sub SetRestrictedPath (
pathFromRoot As String,
access As Access
)
void SetRestrictedPath(
String^ pathFromRoot,
Access^ access
)
abstract SetRestrictedPath :
pathFromRoot : string *
access : Access -> unit
Parameters
- pathFromRoot
- Type: SystemString
- access
- Type: VirtualRadar.Interface.SettingsAccess
See Also