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.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void AddAdministratorPath(
string pathFromRoot
)
Sub AddAdministratorPath (
pathFromRoot As String
)
void AddAdministratorPath(
String^ pathFromRoot
)
abstract AddAdministratorPath :
pathFromRoot : string -> unit
Parameters
- pathFromRoot
- Type: SystemString
See Also