Microsoft.SystemCenter.TaskTemplates.ConsoleAlertCommandLineTask.PageSet (UIPageSet)

Element properties:

Type DefinitionMicrosoft.SystemCenter.TaskTemplates.ConsoleAlertCommandLineTask

Source Code:

<UIPageSet ID="Microsoft.SystemCenter.TaskTemplates.ConsoleAlertCommandLineTask.PageSet" TypeDefinitionID="Microsoft.SystemCenter.TaskTemplates.ConsoleAlertCommandLineTask">
<UIPageReferences>
<UIPageReference ID="Microsoft.SystemCenter.TaskTemplates.ConsoleAlertCommandLineTask.PageReference1" PageID="Microsoft.SystemCenter.TaskTemplates.TaskGeneralPage">
<InputParameters>
<IsConsoleTask>true</IsConsoleTask>
<Category>Alert</Category>
</InputParameters>
<InputTransform/>
</UIPageReference>
<UIPageReference ID="Microsoft.SystemCenter.TaskTemplates.ConsoleAlertCommandLineTask.PageReference2" PageID="Microsoft.SystemCenter.TaskTemplates.ConsoleTaskCommandLinePage">
<InputParameters>
<Category>Alert</Category>
</InputParameters>
<InputTransform/>
</UIPageReference>
</UIPageReferences>
<OutputTransform>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:output method="xml" indent="yes" omit-xml-declaration="yes"/>
<xsl:template match="/">
<xsl:element name="Configuration">
<xsl:copy-of select="/ID"/>
<xsl:copy-of select="/Name"/>
<xsl:copy-of select="/Description"/>
<xsl:copy-of select="/Target"/>
<xsl:copy-of select="/Category"/>
<xsl:copy-of select="/LocaleId"/>
<xsl:copy-of select="/Application"/>
<xsl:element name="Parameters">
<xsl:copy-of select="/Parameters/*"/>
</xsl:element>
<xsl:copy-of select="/WorkingDirectory"/>
<xsl:copy-of select="/RequireOutput"/>
</xsl:element>
</xsl:template>
</xsl:stylesheet>
</OutputTransform>
</UIPageSet>