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
System_CAPS_pubclass AddinErrorRecord

Contains error handling details from the Hosted email adaptor.

System_CAPS_pubclass AddinPageContent

Contains the page content passed between an adorner and the main form.

System_CAPS_pubclass AddinTaskException

Occurs when an add-in task throws an exception.

System_CAPS_pubclass FormContentAdorner

Adorns a dialog or wizard with UI extensions.

System_CAPS_pubclass FormExtensionAdorner

Extends an existing hosted email add-in UI.

System_CAPS_pubclass FormPropertyBag

Used to pass data from built-in UI to an adorner.

System_CAPS_pubclass ListObject

Contains the context of a list item from an adorned page. The ListObject provides the object identifier of an item in the list.

System_CAPS_pubclass 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.

System_CAPS_pubclass 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.

System_CAPS_pubclass TaskContentAdorner

Adorns a dialog or wizard to run additional tasks.

Interfaces

Interface Description
System_CAPS_pubinterface IHostedEmailExtension

Indicates a hosted email extension.

Return to top