Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Operations Manager 2007 R2, System Center Operations Manager 2007
Represents a reference to a UI page within the UI page set.
Schema Hierarchy
ManagementPack
  PresentationTypes
    UIPageSets
      UIPageSet
        UIPageReference
Syntax
<UIPageReference ID=”UIPageReferenceID”  Comment=”Comment” PageID=”UIPageID” Usage=”CreationOnly/CreationAndUpdate/UpdateOnly”>
    <InputParameters>…</InputParameters>
    <InputTransform>transform XSLT</InputTransform>
    <Title>Title</Title>
    <SubTitle></SubTitle>
    <TabName></TabName>
</UIPageReference>
Attributes and Elements
The following sections describe attributes, child elements, and the parent element of the UIPageReference element.
Attributes
| Attribute | Description | 
|---|---|
| ID | Required attribute. Represents the identity of the element. To learn how to identify your element in a management pack, see Element Identity and Namespace Conventions. | 
| Comment | Optional attribute. Represents commentary by the management pack author. | 
| PageID | Required attribute. Represents the ID of the UI page defined either in the current management pack or in an external management pack. | 
| Usage | Optional attribute. Determines whether this UI page in the UI page set is intended to create and/or edit the management pack or management pack fragment. If unspecified, the value defaults to CreateAndUpdate. | 
Usage Attribute Values
| Value | Description | 
|---|---|
| CreationOnly | Indicates that the UI page in this set is used only to create the management pack or management pack fragment. | 
| CreationAndUpdate | Indicates that the UI page in this set is used to both create and update the management pack or management pack fragment. | 
| UpdateOnly | Indicates that the UI page in this set is used only to update the management pack or management pack fragment. | 
Child Elements
| Element | Description | 
|---|---|
| InputParameters | Optional element. Contains all of the required input parameters to the UI page as valid XML. | 
| InputTransform | Optional element. Contains the XSLT required to transform the configuration section of the target module type, monitor type, or template into a format that the UI page expects. Important No configuration is ever passed during the creation of a management pack or management pack fragment. Configuration is passed only during the update process. | 
| Title | Optional element. Provides an override to the default title of the UI page when creating a management pack or management pack fragment. | 
| SubTitle | Optional element. Provides an override to the default subtitle of the UI page when creating a management pack or management pack fragment. | 
| TabName | Optional element. Provides an override to the default tab name of the UI page when updating a management pack or management pack fragment. | 
Parent Elements
| Element | Description | 
|---|---|
| Represents a group of UI pages that are used to configure a monitor, template, or module type. | 
Remarks
Warning
Operations Manager 2007 R2 does not currently support the creation of custom UI pages.