IWebServerRemoveAdministratorPath Method |
Tells the server that anyone can now access this path.
Namespace: VirtualRadar.Interface.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void RemoveAdministratorPath(
string pathFromRoot
)
Sub RemoveAdministratorPath (
pathFromRoot As String
)
void RemoveAdministratorPath(
String^ pathFromRoot
)
abstract RemoveAdministratorPath :
pathFromRoot : string -> unit
Parameters
- pathFromRoot
- Type: SystemString
See Also