[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Contains all user interface (UI) related elements that are defined in the management pack.

Schema Hierarchy

ManagementPack
  Presentation

Syntax

Xml
<Presentation>
   <Forms>…</Forms>
   <ConsoleTasks>…</ConsoleTasks>
   <Views>…</Views>
   <Folders>…</Folders>
   <FolderItems>…</FolderItems>
   <ImageReferences>…</ImageReferences>
   <StringResources>…</StringResources>
</Presentation>

Attributes and Elements

The following sections describe attributes, child elements, and the parent element of the Presentation element.

Attributes

None.

Child Elements

Element Description

Forms

Optional element. Contains all form definitions in a management pack.

ConsoleTasks

Optional element. Contains console task definitions in a management pack.

Views

Optional element. Contains view type implementations in a management pack.

Folders

Optional element. Contains all folder definitions to be displayed in the Operations console.

FolderItems

Optional element. Contains all folder item definitions in a management pack.

ImageReferences

Optional element. Contains all image reference definitions in a management pack.

StringResources

Optional element. Contains all string resource definitions in a management pack.

Parent Elements

Element Description

ManagementPack

Represents the root element of a management pack.

See Also

Reference

ManagementPack