IModulePage Interface

 

Provides properties and methods for developing and managing an IIS Manager extension.

Namespace:   Microsoft.Web.Management.Client
Assembly:  Microsoft.Web.Management (in Microsoft.Web.Management.dll)

public interface IModulePage : IDisposable

NameDescription
System_CAPS_pubpropertyCanRefresh

Gets a value indicating whether the page can be refreshed.

System_CAPS_pubpropertyHasChanges

Gets a value indicating whether the module page has changes.

System_CAPS_pubpropertyPageInfo

Gets the ModulePageInfo object for the page.

System_CAPS_pubpropertyTasks

Gets a list of the tasks for the page.

NameDescription
System_CAPS_pubmethodDispose()

(Inherited from IDisposable.)

System_CAPS_pubmethodInitialize(Module, ModulePageInfo, Object)

Initializes the module with the pageInfo properties when the page is first created.

System_CAPS_pubmethodOnActivated(Boolean)

Provides processing information when the page is activated.

System_CAPS_pubmethodOnDeactivating(CancelEventArgs)

Provides a mechanism to cancel a page view change.

System_CAPS_pubmethodRefresh()

Refreshes the module page.

System_CAPS_pubmethodShowHelp()

Indicates whether a Help dialog box is available for a module page.

The ModulePage class implements this interface.

Return to top
Show: