Click or drag to resize
IWebSiteExtenderUnprotectFolder Method
Marks a URL folder as unprotected. Anyone can access unprotected folders (subject to global authentication rules).

Namespace: VirtualRadar.Interface.WebSite
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void UnprotectFolder(
	string folder
)

Parameters

folder
Type: SystemString
See Also