Click or drag to resize
IWebSiteExtender Methods

The IWebSiteExtender type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodInitialise
Initialises the web extender.
Public methodInjectMapPages
Adds the map page addresses to InjectPages. Has no effect if called after Initialise(PluginStartupParameters).
Public methodInjectReportPages
Adds the report page addresses to InjectPages. Has no effect if called after Initialise(PluginStartupParameters).
Public methodProtectFolder
Marks a URL folder as protected. Only administrators may access protected folders.
Public methodRestrictAccessToFolder
Restricts access to a folder based on IP address.
Public methodUnprotectFolder
Marks a URL folder as unprotected. Anyone can access unprotected folders (subject to global authentication rules).
Top
See Also