IWebSiteExtenderUnprotectFolder Method |
Marks a URL folder as unprotected. Anyone can access unprotected folders (subject to global authentication rules).
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void UnprotectFolder(
string folder
)
Sub UnprotectFolder (
folder As String
)
void UnprotectFolder(
String^ folder
)
abstract UnprotectFolder :
folder : string -> unit
Parameters
- folder
- Type: SystemString
See Also