IHomepageTaskListProvider 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.
Enables an object to add task items to the Connection tasks list that is displayed on the Start page in IIS Manager.
public interface class IHomepageTaskListProvider
public interface IHomepageTaskListProvider
type IHomepageTaskListProvider = interface
Public Interface IHomepageTaskListProvider
- Derived
Examples
The following example implements the IHomepageTaskListProvider interface.
Remarks
The object is registered by the IExtensibilityManager interface.
Methods
GetTaskList(IServiceProvider, ModulePageInfo) |
Returns the list of task items to be added to the Connection tasks list on the Start page. |