This element specifies a parameter that is passed to the parent Task or Validator element and corresponds to a setter element in the UDI Wizard configuration file.
Note The attributes for this element are different if the parent is the Task or Validator element.
Element Information
Table 59 provides information about the Param element.
Table 59. Param Element Information
Attribute |
Value |
Number of occurrences |
|
Parent elements |
TaskItem, Validator |
Contents |
Any well-formed XML content |
Element Attributes
Table 60 lists the attributes of the Param element and provides a description of each.
Table 60. Attributes and Corresponding Values for the Param Element
Attribute |
Description |
Description |
Specifies text that provides information about the parameter, which is displayed in the UDI Wizard Designer Note This attribute is valid only for the Validator element. |
DisplayName |
Specifies the user-friendly name of the validator parameter, which is displayed for the appropriate UDI Wizard page in the UDI Wizard Designer (This name is usually more descriptive than the Name attribute.) Note This attribute is valid only for the Validator element. |
Name |
Specifies the name of the parameter that is passed to the task or validator, depending on the parent element (This attribute will become the Property attribute in a setter element in the UDI Wizard configuration file.) Note This parameter is used for both TaskItem and Validator parent elements. |
Remarks
None.
Example
None.
Related Topics