IModulePage Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides properties and methods for developing and managing an IIS Manager extension.
public interface class IModulePage : IDisposable
public interface IModulePage : IDisposable
type IModulePage = interface
interface IDisposable
Public Interface IModulePage
Implements IDisposable
- Derived
- Implements
Remarks
The ModulePage class implements this interface.
Properties
CanRefresh |
Gets a value indicating whether the page can be refreshed. |
HasChanges |
Gets a value indicating whether the module page has changes. |
PageInfo |
Gets the ModulePageInfo object for the page. |
Tasks |
Gets a list of the tasks for the page. |
Methods
Initialize(Module, ModulePageInfo, Object) |
Initializes the module with the |
OnActivated(Boolean) |
Provides processing information when the page is activated. |
OnDeactivating(CancelEventArgs) |
Provides a mechanism to cancel a page view change. |
Refresh() |
Refreshes the module page. |
ShowHelp() |
Indicates whether a Help dialog box is available for a module page. |