Click or drag to resize
IWebSiteExtenderRestrictAccessToFolder Method
Restricts access to a folder based on IP address.

Namespace: VirtualRadar.Interface.WebSite
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void RestrictAccessToFolder(
	string folder,
	Access access
)

Parameters

folder
Type: SystemString
access
Type: VirtualRadar.Interface.SettingsAccess
Remarks
Similar to ProtectFolder(String) except you can call this method many times after you have called Initialise(PluginStartupParameters). To remove access restrictions pass a null reference for access.
See Also