Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners Namespace
The Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners namespace provides a set of APIs that enables content to be merged with an existing page.
Classes
Class | Description | |
---|---|---|
AddinErrorRecord | Contains error handling details from the Hosted email adaptor. |
|
AddinPageContent | Contains the page content passed between an adorner and the main form. |
|
AddinTaskException | Occurs when an add-in task throws an exception. |
|
FormContentAdorner | Adorns a dialog or wizard with UI extensions. |
|
FormExtensionAdorner | Extends an existing hosted email add-in UI. |
|
FormPropertyBag | Used to pass data from built-in UI to an adorner. |
|
ListObject | Contains the context of a list item from an adorned page. The ListObject provides the object identifier of an item in the list. |
|
ListProviderAdorner | The ListProviderAdorner object is used by an adorned page to enable business object to be loaded. This occurs immediately after the page has loaded its own list. |
|
PageContentAdorner | Contains page content that can be merged with page content from an existing page. This class can be overridden to return list columns, tasks, and details, which can then be merged with an existing page. |
|
TaskContentAdorner | Adorns a dialog or wizard to run additional tasks. |
Interfaces
Interface | Description | |
---|---|---|
IHostedEmailExtension | Indicates a hosted email extension. |
Return to top