| IWebSiteExtender Methods | 
The IWebSiteExtender type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.  (Inherited from IDisposable.) | |
| Initialise | 
            Initialises the web extender.
              | |
| InjectMapPages | 
            Adds the map page addresses to InjectPages. Has no effect if called after Initialise(PluginStartupParameters).
              | |
| InjectReportPages | 
            Adds the report page addresses to InjectPages. Has no effect if called after Initialise(PluginStartupParameters).
              | |
| ProtectFolder | 
            Marks a URL folder as protected. Only administrators may access protected folders.
              | |
| RestrictAccessToFolder | 
            Restricts access to a folder based on IP address.
              | |
| UnprotectFolder | 
            Marks a URL folder as unprotected. Anyone can access unprotected folders (subject to global authentication rules).
              |