PageProvider Class
Provides a top-level tab in the Dashboard.
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
System::MarshalByRefObject
Microsoft.WindowsServerSolutions.Administration.ObjectModel::PageProvider
Microsoft.WindowsServerSolutions.Administration.ObjectModel::PageProviderV2
| Name | Description | |
|---|---|---|
![]() | PageProvider(Guid, String^, String^) | Initializes a new instance of the PageProvider class. |
| Name | Description | |
|---|---|---|
![]() | Site | Sets and gets the site for the PageProvider. |
| Name | Description | |
|---|---|---|
![]() | CreateHelpTopicInfo() | Initializes a new instance of the HelpTopicInfo class that provides help information for the top-level tab in the Dashboard. |
![]() | CreateImage() | Creates an Icon object that provides an icon for the PageProvider. |
![]() | CreateObjRef(Type^) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.(Overrides MarshalByRefObject::CreateObjRef(Type^).) |
![]() | CreatePages() | Defines the pages in the PageProvider that are displayed as sub-tabs in the Dashboard. |
![]() | Dispose() | Releases all resources used by the PageProvider object. |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the PageProvider object and optionally releases the managed resources. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | Releases unmanaged resources and performs other cleanup operations before the PageProvider object is reclaimed by garbage collection.(Overrides Object::Finalize().) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() | GetType() | (Inherited from Object.) |
![]() | InitializeLifetimeService() | Obtains a lifetime service object to control the lifetime policy for this instance.(Overrides MarshalByRefObject::InitializeLifetimeService().) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



