en-US/UniversalDashboard-help.xml

<?xml version="1.0" encoding="utf-8"?>
<helpItems schema="maml" xmlns="http://msh">
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Add-UDElement</command:name>
      <command:verb>Add</command:verb>
      <command:noun>UDElement</command:noun>
      <maml:description>
        <maml:para>Adds a new element to the specified parent.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Adds a new element to the specified parent. This will add the element after existing children.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Add-UDElement</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Broadcast</maml:name>
          <maml:Description>
            <maml:para>Add the element to all connected clients. If you don't specify this Switch, the element will only be added to whoever is interacting with the website.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Content</maml:name>
          <maml:Description>
            <maml:para>The content to append to the parent element.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ParentId</maml:name>
          <maml:Description>
            <maml:para>The ID of the parent element.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Broadcast</maml:name>
        <maml:Description>
          <maml:para>Add the element to all connected clients. If you don't specify this Switch, the element will only be added to whoever is interacting with the website.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Content</maml:name>
        <maml:Description>
          <maml:para>The content to append to the parent element.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ParentId</maml:name>
        <maml:Description>
          <maml:para>The ID of the parent element.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Set-UDElement -Id "message" -Attributes @{
                                type = "text"
                                value = ''
                                placeholder = "Type a chat message"
                            }
 
PS C:\&gt; Add-UDElement -ParentId "chatroom" -Content { $message } -Broadcast</dev:code>
        <dev:remarks>
          <maml:para>Adds a message element the "chatroom" parent element. It will add this element to all connected clients.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Clear-UDElement</command:name>
      <command:verb>Clear</command:verb>
      <command:noun>UDElement</command:noun>
      <maml:description>
        <maml:para>Clears the children of the specified element.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Clears the children of the specified element.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Clear-UDElement</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Broadcast</maml:name>
          <maml:Description>
            <maml:para>Add the element to all connected clients. If you don't specify this Switch, the element will only be added to whoever is interacting with the website.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of the element to clear.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Broadcast</maml:name>
        <maml:Description>
          <maml:para>Add the element to all connected clients. If you don't specify this Switch, the element will only be added to whoever is interacting with the website.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID of the element to clear.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Clear-UDElement -Id "chatroom"</dev:code>
        <dev:remarks>
          <maml:para>Clears the chatroom element of all children.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>ConvertFrom-GeoJson</command:name>
      <command:verb>ConvertFrom</command:verb>
      <command:noun>GeoJson</command:noun>
      <maml:description>
        <maml:para>{{Fill in the Synopsis}}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{Fill in the Description}}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>ConvertFrom-GeoJson</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByValue)" position="0" aliases="none">
          <maml:name>GeoJson</maml:name>
          <maml:Description>
            <maml:para>{{Fill GeoJson Description}}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">PSObject[]</command:parameterValue>
          <dev:type>
            <maml:name>PSObject[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Icons</maml:name>
          <maml:Description>
            <maml:para>{{Fill Icons Description}}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">PSObject[]</command:parameterValue>
          <dev:type>
            <maml:name>PSObject[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByValue)" position="0" aliases="none">
        <maml:name>GeoJson</maml:name>
        <maml:Description>
          <maml:para>{{Fill GeoJson Description}}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">PSObject[]</command:parameterValue>
        <dev:type>
          <maml:name>PSObject[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Icons</maml:name>
        <maml:Description>
          <maml:para>{{Fill Icons Description}}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">PSObject[]</command:parameterValue>
        <dev:type>
          <maml:name>PSObject[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.Management.Automation.PSObject[]</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>ConvertTo-JsonEx</command:name>
      <command:verb>ConvertTo</command:verb>
      <command:noun>JsonEx</command:noun>
      <maml:description>
        <maml:para>{{Fill in the Synopsis}}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{Fill in the Description}}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>ConvertTo-JsonEx</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByValue)" position="0" aliases="none">
          <maml:name>InputObject</maml:name>
          <maml:Description>
            <maml:para>{{Fill InputObject Description}}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AsArray</maml:name>
          <maml:Description>
            <maml:para>{{Fill AsArray Description}}</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Compress</maml:name>
          <maml:Description>
            <maml:para>{{Fill Compress Description}}</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Depth</maml:name>
          <maml:Description>
            <maml:para>{{Fill Depth Description}}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>EnumsAsStrings</maml:name>
          <maml:Description>
            <maml:para>{{Fill EnumsAsStrings Description}}</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AsArray</maml:name>
        <maml:Description>
          <maml:para>{{Fill AsArray Description}}</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Compress</maml:name>
        <maml:Description>
          <maml:para>{{Fill Compress Description}}</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Depth</maml:name>
        <maml:Description>
          <maml:para>{{Fill Depth Description}}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>EnumsAsStrings</maml:name>
        <maml:Description>
          <maml:para>{{Fill EnumsAsStrings Description}}</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByValue)" position="0" aliases="none">
        <maml:name>InputObject</maml:name>
        <maml:Description>
          <maml:para>{{Fill InputObject Description}}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>https://go.microsoft.com/fwlink/?LinkID=217032</maml:linkText>
        <maml:uri>https://go.microsoft.com/fwlink/?LinkID=217032</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Disable-UDLogging</command:name>
      <command:verb>Disable</command:verb>
      <command:noun>UDLogging</command:noun>
      <maml:description>
        <maml:para>Disables logging for Universal Dashboard.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Disables logging for Universal Dashboard.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Disable-UDLogging</maml:name>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters />
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Disable-UDLogging</dev:code>
        <dev:remarks>
          <maml:para>Disables logging for Universal Dashboard.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Enable-UDLogging</command:name>
      <command:verb>Enable</command:verb>
      <command:noun>UDLogging</command:noun>
      <maml:description>
        <maml:para>Enables logging for Universal Dashboard.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Enables logging for Universal Dashboard.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Enable-UDLogging</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Console</maml:name>
          <maml:Description>
            <maml:para>Logs to the console.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>FilePath</maml:name>
          <maml:Description>
            <maml:para>Logs to the specified file.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Level</maml:name>
          <maml:Description>
            <maml:para>The log level to log. Will log the level specified and above.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">Error</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Warning</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Info</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Debug</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Console</maml:name>
        <maml:Description>
          <maml:para>Logs to the console.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>FilePath</maml:name>
        <maml:Description>
          <maml:para>Logs to the specified file.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Level</maml:name>
        <maml:Description>
          <maml:para>The log level to log. Will log the level specified and above.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Enable-UDLogging -Level Debug -FilePath .\log.txt -Console</dev:code>
        <dev:remarks>
          <maml:para>Outputs Debug messages and above to the log.txt file and the console.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-UDAuthorizationPolicy</command:name>
      <command:verb>Get</command:verb>
      <command:noun>UDAuthorizationPolicy</command:noun>
      <maml:description>
        <maml:para>Returns authorization policies that the user passes.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Returns authorization policies that the user passes.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-UDAuthorizationPolicy</maml:name>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters />
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$Policies = Get-UDAuthorizationPolicy
if ($Policies -contains 'Administrator') {
    New-UDCard -Title 'Administrator' -Content {}
}</dev:code>
        <dev:remarks>
          <maml:para>Returns a card if the user has the Administrator authorization policy.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>https://go.microsoft.com/fwlink/?LinkID=217032</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-UDContentType</command:name>
      <command:verb>Get</command:verb>
      <command:noun>UDContentType</command:noun>
      <maml:description>
        <maml:para>Returns the content-type of an HTTP request.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Returns the content-type of an HTTP request. This cmdlet should be used within Endpoint script blocks.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-UDContentType</maml:name>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters />
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-UDContentType</dev:code>
        <dev:remarks>
          <maml:para>Returns the content-type of the HTTP request.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-UDCookie</command:name>
      <command:verb>Get</command:verb>
      <command:noun>UDCookie</command:noun>
      <maml:description>
        <maml:para>Gets a cookie from the HTTP request.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Gets a cookie from the HTTP request. This cmdlet should be called within endpoints.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-UDCookie</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>The name of the cookie to return.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Name</maml:name>
        <maml:Description>
          <maml:para>The name of the cookie to return.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDInput -Title "Get a cookie" -Endpoint {
param()
    $Cookie = Get-UDCookie -Name "MyCookie"
 
    New-UDInputAction -Toast $Cookie.Value
}</dev:code>
        <dev:remarks>
          <maml:para>Returns the value of MyCookie as a Toast when the user clicks the submit button.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-UDDashboard</command:name>
      <command:verb>Get</command:verb>
      <command:noun>UDDashboard</command:noun>
      <maml:description>
        <maml:para>Returns dashboards started with Start-UDDashboard.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Returns dashboards started with Start-UDDashboard.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-UDDashboard</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>The name of the dashboard.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Name</maml:name>
        <maml:Description>
          <maml:para>The name of the dashboard.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-UDDashboard</dev:code>
        <dev:remarks>
          <maml:para>Returns all dashboards stared with Start-UDDashboard.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-UDDashboard -Name "MyDashboard"</dev:code>
        <dev:remarks>
          <maml:para>Returns a dashboard named "MyDashboard" started with Start-UDDashboard.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-UDElement</command:name>
      <command:verb>Get</command:verb>
      <command:noun>UDElement</command:noun>
      <maml:description>
        <maml:para>Returns an element from the client.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Returns an element from the client. This cmdlet can be used to return changes in state, like the value of a text box.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-UDElement</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of the element to get.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID of the element to get.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; $txtMessage = Get-UDElement -Id "message"
PS C:\&gt; $Message = "$(Get-Date) $User : $($txtMessage.Attributes['value'])"</dev:code>
        <dev:remarks>
          <maml:para>Returns the "message" element from the client and gets the value of the text box and formats it into the message string.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-UDLicense</command:name>
      <command:verb>Get</command:verb>
      <command:noun>UDLicense</command:noun>
      <maml:description>
        <maml:para>Gets the installed license</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Gets the installed license</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-UDLicense</maml:name>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters />
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-License</dev:code>
        <dev:remarks>
          <maml:para>Gets the installed license</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-UDRestApi</command:name>
      <command:verb>Get</command:verb>
      <command:noun>UDRestApi</command:noun>
      <maml:description>
        <maml:para>Returns all running REST API servers.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Returns all running REST API servers.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-UDRestApi</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>The name of the REST API server to return.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Name</maml:name>
        <maml:Description>
          <maml:para>The name of the REST API server to return.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-UDRestApi -Name "RestApi1"</dev:code>
        <dev:remarks>
          <maml:para>Returns the REST API server named RestApi1.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-UDTheme</command:name>
      <command:verb>Get</command:verb>
      <command:noun>UDTheme</command:noun>
      <maml:description>
        <maml:para>Returns the pre-defined themes for Universal Dashboard.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Returns the pre-defined themes for Universal Dashboard.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-UDTheme</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>The name of the theme to return.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Name</maml:name>
        <maml:Description>
          <maml:para>The name of the theme to return.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; $Themes = Get-UDTheme</dev:code>
        <dev:remarks>
          <maml:para>Returns all the themes for Universal Dashboard.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>PS C:\&gt; $Theme = Get-UDTheme -Name 'Azure'</dev:code>
        <dev:remarks>
          <maml:para>Returns the Azure theme for Universal Dashboard.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Grant-UDJsonWebToken</command:name>
      <command:verb>Grant</command:verb>
      <command:noun>UDJsonWebToken</command:noun>
      <maml:description>
        <maml:para>Grants a JSON web token for the specified user or application.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Grants a JSON web token for the specified user. You can adjust the JSON web token parameters in addition to specifying the user.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Grant-UDJsonWebToken</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Application</maml:name>
          <maml:Description>
            <maml:para>The name of the application granted the token.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Audience</maml:name>
          <maml:Description>
            <maml:para>The aud (audience) claim identifies the recipients that the JWT is intended for.
See: https://self-issued.info/docs/draft-ietf-oauth-json-web-token.html#rfc.section.4.1.3</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Expiry</maml:name>
          <maml:Description>
            <maml:para>The exp (expiration time) claim identifies the expiration time on or after which the JWT MUST NOT be accepted for processing. </maml:para>
            <maml:para>See: https://self-issued.info/docs/draft-ietf-oauth-json-web-token.html#rfc.section.4.1.4</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DateTime</command:parameterValue>
          <dev:type>
            <maml:name>DateTime</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Issuer</maml:name>
          <maml:Description>
            <maml:para>The iss (issuer) claim identifies the principal that issued the JWT. </maml:para>
            <maml:para>See: https://self-issued.info/docs/draft-ietf-oauth-json-web-token.html#rfc.section.4.1.1</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>SigningKey</maml:name>
          <maml:Description>
            <maml:para>The secret key used to sign the web token. This should be treated as a password.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Subject</maml:name>
          <maml:Description>
            <maml:para>The sub (subject) claim identifies the principal that is the subject of the JWT. </maml:para>
            <maml:para>See: https://self-issued.info/docs/draft-ietf-oauth-json-web-token.html#rfc.section.4.1.2</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Grant-UDJsonWebToken</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Audience</maml:name>
          <maml:Description>
            <maml:para>The aud (audience) claim identifies the recipients that the JWT is intended for.
See: https://self-issued.info/docs/draft-ietf-oauth-json-web-token.html#rfc.section.4.1.3</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Expiry</maml:name>
          <maml:Description>
            <maml:para>The exp (expiration time) claim identifies the expiration time on or after which the JWT MUST NOT be accepted for processing. </maml:para>
            <maml:para>See: https://self-issued.info/docs/draft-ietf-oauth-json-web-token.html#rfc.section.4.1.4</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DateTime</command:parameterValue>
          <dev:type>
            <maml:name>DateTime</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Issuer</maml:name>
          <maml:Description>
            <maml:para>The iss (issuer) claim identifies the principal that issued the JWT. </maml:para>
            <maml:para>See: https://self-issued.info/docs/draft-ietf-oauth-json-web-token.html#rfc.section.4.1.1</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>SigningKey</maml:name>
          <maml:Description>
            <maml:para>The secret key used to sign the web token. This should be treated as a password.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Subject</maml:name>
          <maml:Description>
            <maml:para>The sub (subject) claim identifies the principal that is the subject of the JWT. </maml:para>
            <maml:para>See: https://self-issued.info/docs/draft-ietf-oauth-json-web-token.html#rfc.section.4.1.2</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>UserName</maml:name>
          <maml:Description>
            <maml:para>The user name of the user the token is granted to.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Application</maml:name>
        <maml:Description>
          <maml:para>The name of the application granted the token.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Audience</maml:name>
        <maml:Description>
          <maml:para>The aud (audience) claim identifies the recipients that the JWT is intended for.
See: https://self-issued.info/docs/draft-ietf-oauth-json-web-token.html#rfc.section.4.1.3</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Expiry</maml:name>
        <maml:Description>
          <maml:para>The exp (expiration time) claim identifies the expiration time on or after which the JWT MUST NOT be accepted for processing. </maml:para>
          <maml:para>See: https://self-issued.info/docs/draft-ietf-oauth-json-web-token.html#rfc.section.4.1.4</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DateTime</command:parameterValue>
        <dev:type>
          <maml:name>DateTime</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Issuer</maml:name>
        <maml:Description>
          <maml:para>The iss (issuer) claim identifies the principal that issued the JWT. </maml:para>
          <maml:para>See: https://self-issued.info/docs/draft-ietf-oauth-json-web-token.html#rfc.section.4.1.1</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>SigningKey</maml:name>
        <maml:Description>
          <maml:para>The secret key used to sign the web token. This should be treated as a password.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Subject</maml:name>
        <maml:Description>
          <maml:para>The sub (subject) claim identifies the principal that is the subject of the JWT. </maml:para>
          <maml:para>See: https://self-issued.info/docs/draft-ietf-oauth-json-web-token.html#rfc.section.4.1.2</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>UserName</maml:name>
        <maml:Description>
          <maml:para>The user name of the user the token is granted to.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; $Token = Grant-UDJsonWebToken -UserName "Adam"
PS C:\&gt; Invoke-RestMethod http://localhost/api/resource -Headers @{ Authorization = "Bearer $Token"}</dev:code>
        <dev:remarks>
          <maml:para>Creates a JSON web token for Adam and then uses that token to access a protected resource on the API.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Hide-UDModal</command:name>
      <command:verb>Hide</command:verb>
      <command:noun>UDModal</command:noun>
      <maml:description>
        <maml:para>Hides a modal shown with Show-UDModal.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Hides a modal shown with Show-UDModal.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Hide-UDModal</maml:name>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters />
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Hide-UDModal</dev:code>
        <dev:remarks>
          <maml:para>Hides a modal shown with Show-UDModal.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>https://go.microsoft.com/fwlink/?LinkID=217032</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Hide-UDToast</command:name>
      <command:verb>Hide</command:verb>
      <command:noun>UDToast</command:noun>
      <maml:description>
        <maml:para>Hides a toast message.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Hides a toast mesage.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Hide-UDToast</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of the toast message to hide.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID of the toast message to hide.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Hide-UDToast -Id "ToastMessage"</dev:code>
        <dev:remarks>
          <maml:para>Hides the toast message specified by the ID "ToastMessage"</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>https://go.microsoft.com/fwlink/?LinkID=217032</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Invoke-UDRedirect</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>UDRedirect</command:noun>
      <maml:description>
        <maml:para>Redirects a user to a URL.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Redirects a user to a URL. This cmdlet can be called from any endpoint.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Invoke-UDRedirect</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>OpenInNewWindow</maml:name>
          <maml:Description>
            <maml:para>Opens the URL in a new window.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Url</maml:name>
          <maml:Description>
            <maml:para>The URL to redirect the user to.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>OpenInNewWindow</maml:name>
        <maml:Description>
          <maml:para>Opens the URL in a new window.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Url</maml:name>
        <maml:Description>
          <maml:para>The URL to redirect the user to.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>---------------------- Redirect to Google ----------------------</maml:title>
        <dev:code>New-UDButton -Text "Redirect to Google" -OnClick {
    Invoke-UDRedirect -Url "https://www.google.com"
}</dev:code>
        <dev:remarks>
          <maml:para>Redirects the user to Google.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>----------------- Open in a new tab or window -----------------</maml:title>
        <dev:code>New-UDButton -Text "Redirect to Google" -OnClick {
    Invoke-UDRedirect -Url "https://www.google.com" -OpenInNewWindow
}</dev:code>
        <dev:remarks>
          <maml:para>Redirects the user to Google.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>https://go.microsoft.com/fwlink/?LinkID=217032</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDAuthenticationMethod</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDAuthenticationMethod</command:noun>
      <maml:description>
        <maml:para>Adds an authentication method to a login page.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Adds an authentication method to a login page. Use with New-UDLoginPage.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDAuthenticationMethod</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="ConsumerKey, ClientId, ApplicationId">
          <maml:name>AppId</maml:name>
          <maml:Description>
            <maml:para>The AppId for OAuth authentication.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="ConsumerSecret, ClientSecret, ApplicationPassword">
          <maml:name>AppSecret</maml:name>
          <maml:Description>
            <maml:para>The AppSecret for OAuth authentication.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Provider</maml:name>
          <maml:Description>
            <maml:para>The OAuth provider to use.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">Facebook</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Twitter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Google</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Microsoft</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">OAuthProvider</command:parameterValue>
          <dev:type>
            <maml:name>OAuthProvider</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-UDAuthenticationMethod</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Audience</maml:name>
          <maml:Description>
            <maml:para>The aud (audience) claim identifies the recipients that the JWT is intended for.
See: https://self-issued.info/docs/draft-ietf-oauth-json-web-token.html#rfc.section.4.1.3</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Issuer</maml:name>
          <maml:Description>
            <maml:para>The iss (issuer) claim identifies the principal that issued the JWT. </maml:para>
            <maml:para>See: https://self-issued.info/docs/draft-ietf-oauth-json-web-token.html#rfc.section.4.1.1</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>SigningKey</maml:name>
          <maml:Description>
            <maml:para>The secret key used to sign the web token. This should be treated as a password.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-UDAuthenticationMethod</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Endpoint</maml:name>
          <maml:Description>
            <maml:para>An endpoint used to validate a user's credentials.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="ConsumerKey, ClientId, ApplicationId">
        <maml:name>AppId</maml:name>
        <maml:Description>
          <maml:para>The AppId for OAuth authentication.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="ConsumerSecret, ClientSecret, ApplicationPassword">
        <maml:name>AppSecret</maml:name>
        <maml:Description>
          <maml:para>The AppSecret for OAuth authentication.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Audience</maml:name>
        <maml:Description>
          <maml:para>The aud (audience) claim identifies the recipients that the JWT is intended for.
See: https://self-issued.info/docs/draft-ietf-oauth-json-web-token.html#rfc.section.4.1.3</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Endpoint</maml:name>
        <maml:Description>
          <maml:para>An endpoint used to validate a user's credentials.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Issuer</maml:name>
        <maml:Description>
          <maml:para>The iss (issuer) claim identifies the principal that issued the JWT. </maml:para>
          <maml:para>See: https://self-issued.info/docs/draft-ietf-oauth-json-web-token.html#rfc.section.4.1.1</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Provider</maml:name>
        <maml:Description>
          <maml:para>The OAuth provider to use.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">OAuthProvider</command:parameterValue>
        <dev:type>
          <maml:name>OAuthProvider</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>SigningKey</maml:name>
        <maml:Description>
          <maml:para>The secret key used to sign the web token. This should be treated as a password.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDAuthenticationMethod -Endpoint {
                    param([PSCredential]$Credential)
         
                    if ($Credential.UserName -eq "Adam") {
                        New-UDAuthenticationResult -UserName "Adam" -Success
                    } else {
                        New-UDAuthenticationResult -ErrorMessage "You're not Adam!!"
                    }
                }</dev:code>
        <dev:remarks>
          <maml:para>Validates that the user is Adam. If it isn't it returns an error.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>PS C:\&gt; $AuthenticationMethod = New-UDAuthenticationMethod -AppId 123-444 -AppSecret 'superSecret' -Provider Microsoft
PS C:\&gt; $LoginPage = New-UDLoginPage -AuthenticationMethod $AuthenticationMethod</dev:code>
        <dev:remarks>
          <maml:para>Users Microsoft as a 3rd party authentication provider.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDAuthenticationResult</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDAuthenticationResult</command:noun>
      <maml:description>
        <maml:para>Returns a result of authentication.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Returns a result of authentication. This should be used in the Endpoint for a New-UDAuthenticationMethod.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDAuthenticationResult</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ErrorMessage</maml:name>
          <maml:Description>
            <maml:para>An error message to return for an unsuccessful authentication.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>RedirectUrl</maml:name>
          <maml:Description>
            <maml:para>Redirects to a URL after login.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Role</maml:name>
          <maml:Description>
            <maml:para>The role or roles for the user being authenticated.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
          <dev:type>
            <maml:name>String[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Success</maml:name>
          <maml:Description>
            <maml:para>Whether this authentication was a success.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>UserName</maml:name>
          <maml:Description>
            <maml:para>The username for the authenticated user.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ErrorMessage</maml:name>
        <maml:Description>
          <maml:para>An error message to return for an unsuccessful authentication.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>RedirectUrl</maml:name>
        <maml:Description>
          <maml:para>Redirects to a URL after login.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Role</maml:name>
        <maml:Description>
          <maml:para>The role or roles for the user being authenticated.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Success</maml:name>
        <maml:Description>
          <maml:para>Whether this authentication was a success.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>UserName</maml:name>
        <maml:Description>
          <maml:para>The username for the authenticated user.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDAuthenticationMethod -Endpoint {
                    param([PSCredential]$Credential)
         
                    if ($Credential.UserName -eq "Adam") {
                        New-UDAuthenticationResult -UserName "Adam" -Success
                    } else {
                        New-UDAuthenticationResult -ErrorMessage "You're not Adam!!"
                    }
                }</dev:code>
        <dev:remarks>
          <maml:para>Validates that the user is Adam. If it isn't it returns an error.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDAuthorizationPolicy</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDAuthorizationPolicy</command:noun>
      <maml:description>
        <maml:para>Creates a new authorization policy for a page or endpoint.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a new authorization policy for a page or endpoint.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDAuthorizationPolicy</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Endpoint</maml:name>
          <maml:Description>
            <maml:para>The endpoint that is invoked when a page is loaded to evaluate whether the user can view the page. The endpoint should return true of false.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>The name of the policy. This is the name that should be provided to REST endpoints and pages.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Endpoint</maml:name>
        <maml:Description>
          <maml:para>The endpoint that is invoked when a page is loaded to evaluate whether the user can view the page. The endpoint should return true of false.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Name</maml:name>
        <maml:Description>
          <maml:para>The name of the policy. This is the name that should be provided to REST endpoints and pages.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; $Policy = New-UDAuthorizationPolicy -Name "Policy" -Endpoint {
            param($User)
 
            if ($User.Identity.Name -eq 'Adam') {
                return $false
            }
 
            $true
        }
PS C:\&gt; $LoginPage = New-UDLoginPage -AuthenticationMethod $AuthenticationMethod -AuthorizationPolicy @($Policy)
PS C:\&gt; $Page = New-UDPage -Name "Home" -Content {
                New-UDHeading -Text "Home" -Id "Home"
            } -AuthorizationPolicy "Policy"</dev:code>
        <dev:remarks>
          <maml:para>Creates a new authorization policy where only the user 'Adam' could view the home page.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>https://go.microsoft.com/fwlink/?LinkID=217032</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDBarChartDataset</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDBarChartDataset</command:noun>
      <maml:description>
        <maml:para>Creates a dataset with specific options for bar charts.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a dataset with specific options for bar charts. Use with Out-UDChartData.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDBarChartDataset</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>DataProperty</maml:name>
          <maml:Description>
            <maml:para>The property of the object to use as the y-Axis of the dataset.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Label</maml:name>
          <maml:Description>
            <maml:para>The label for the dataset which appears in the legend and tooltips.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="10" aliases="none">
          <maml:name>HoverBorderWidth</maml:name>
          <maml:Description>
            <maml:para>The stroke width of the bars when hovered.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
          <dev:type>
            <maml:name>Int32[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>xAxisId</maml:name>
          <maml:Description>
            <maml:para>The ID of the x axis to plot this dataset on. If not specified, this defaults to the ID of the first found x axis</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>yAxisId</maml:name>
          <maml:Description>
            <maml:para>The ID of the y axis to plot this dataset on. If not specified, this defaults to the ID of the first found y axis.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>BackgroundColor</maml:name>
          <maml:Description>
            <maml:para>The fill color of the bar.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
          <maml:name>BorderColor</maml:name>
          <maml:Description>
            <maml:para>The color of the bar border.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
          <maml:name>BorderWidth</maml:name>
          <maml:Description>
            <maml:para>The stroke width of the bar in pixels.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
          <maml:name>BorderSkipped</maml:name>
          <maml:Description>
            <maml:para>Which edge to skip drawing the border for.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">bottom</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">top</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">right</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
          <maml:name>HoverBackgroundColor</maml:name>
          <maml:Description>
            <maml:para>The fill colour of the bars when hovered.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="9" aliases="none">
          <maml:name>HoverBorderColor</maml:name>
          <maml:Description>
            <maml:para>The stroke colour of the bars when hovered.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
        <maml:name>BackgroundColor</maml:name>
        <maml:Description>
          <maml:para>The fill color of the bar.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
        <maml:name>BorderColor</maml:name>
        <maml:Description>
          <maml:para>The color of the bar border.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
        <maml:name>BorderSkipped</maml:name>
        <maml:Description>
          <maml:para>Which edge to skip drawing the border for.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
        <maml:name>BorderWidth</maml:name>
        <maml:Description>
          <maml:para>The stroke width of the bar in pixels.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>DataProperty</maml:name>
        <maml:Description>
          <maml:para>The property of the object to use as the y-Axis of the dataset.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
        <maml:name>HoverBackgroundColor</maml:name>
        <maml:Description>
          <maml:para>The fill colour of the bars when hovered.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="9" aliases="none">
        <maml:name>HoverBorderColor</maml:name>
        <maml:Description>
          <maml:para>The stroke colour of the bars when hovered.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="10" aliases="none">
        <maml:name>HoverBorderWidth</maml:name>
        <maml:Description>
          <maml:para>The stroke width of the bars when hovered.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
        <dev:type>
          <maml:name>Int32[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Label</maml:name>
        <maml:Description>
          <maml:para>The label for the dataset which appears in the legend and tooltips.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>xAxisId</maml:name>
        <maml:Description>
          <maml:para>The ID of the x axis to plot this dataset on. If not specified, this defaults to the ID of the first found x axis</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>yAxisId</maml:name>
        <maml:Description>
          <maml:para>The ID of the y axis to plot this dataset on. If not specified, this defaults to the ID of the first found y axis.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDBarChartDataset -DataProperty "Jpg" -Label "Jpg" -BackgroundColor "#80962F23"</dev:code>
        <dev:remarks>
          <maml:para>Creates a new bar chart data set for the JPG property and sets a background color.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDBarChartOptions</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDBarChartOptions</command:noun>
      <maml:description>
        <maml:para>Options specific to a bar chart.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Options specific to a bar chart. Used with New-UDChart.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDBarChartOptions</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>LayoutOptions</maml:name>
          <maml:Description>
            <maml:para>Layout options for this chart. Use New-UDChartLayoutOptions.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>LegendOptions</maml:name>
          <maml:Description>
            <maml:para>Legend options for this chart. Use New-UDChartLegendOptions.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>TitleOptions</maml:name>
          <maml:Description>
            <maml:para>Title options for this chart. Use New-UDChartTitleOptions.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>TooltipOptions</maml:name>
          <maml:Description>
            <maml:para>Tooltip options for this chart. Use New-UDChartTooltipOptions.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>xAxes</maml:name>
          <maml:Description>
            <maml:para>The x-Axis for this chart. Use New-UDCategoryChartAxis, New-UDLinearChartAxis or New-UDLogarithmicChartAxis.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
          <maml:name>yAxes</maml:name>
          <maml:Description>
            <maml:para>The y-Axis for this chart. Use New-UDCategoryChartAxis, New-UDLinearChartAxis or New-UDLogarithmicChartAxis.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
          <maml:name>BarPercentage</maml:name>
          <maml:Description>
            <maml:para>Percent (0-1) of the available width each bar should be within the category width. 1.0 will take the whole category width and put the bars right next to each other.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Single</command:parameterValue>
          <dev:type>
            <maml:name>Single</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
          <maml:name>CategoryPercentage</maml:name>
          <maml:Description>
            <maml:para>Percent (0-1) of the available width each category should be within the sample width.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Single</command:parameterValue>
          <dev:type>
            <maml:name>Single</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
          <maml:name>BarThickness</maml:name>
          <maml:Description>
            <maml:para>Manually set width of each bar in pixels. If not set, the base sample widths are calculated automatically so that they take the full available widths without overlap. Then, the bars are sized using barPercentage and categoryPercentage.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="9" aliases="none">
          <maml:name>MaxBarThickness</maml:name>
          <maml:Description>
            <maml:para>Set this to ensure that bars are not sized thicker than this.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
        <maml:name>BarPercentage</maml:name>
        <maml:Description>
          <maml:para>Percent (0-1) of the available width each bar should be within the category width. 1.0 will take the whole category width and put the bars right next to each other.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Single</command:parameterValue>
        <dev:type>
          <maml:name>Single</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
        <maml:name>BarThickness</maml:name>
        <maml:Description>
          <maml:para>Manually set width of each bar in pixels. If not set, the base sample widths are calculated automatically so that they take the full available widths without overlap. Then, the bars are sized using barPercentage and categoryPercentage.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
        <maml:name>CategoryPercentage</maml:name>
        <maml:Description>
          <maml:para>Percent (0-1) of the available width each category should be within the sample width.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Single</command:parameterValue>
        <dev:type>
          <maml:name>Single</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>LayoutOptions</maml:name>
        <maml:Description>
          <maml:para>Layout options for this chart. Use New-UDChartLayoutOptions.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>LegendOptions</maml:name>
        <maml:Description>
          <maml:para>Legend options for this chart. Use New-UDChartLegendOptions.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="9" aliases="none">
        <maml:name>MaxBarThickness</maml:name>
        <maml:Description>
          <maml:para>Set this to ensure that bars are not sized thicker than this.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>TitleOptions</maml:name>
        <maml:Description>
          <maml:para>Title options for this chart. Use New-UDChartTitleOptions.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>TooltipOptions</maml:name>
        <maml:Description>
          <maml:para>Tooltip options for this chart. Use New-UDChartTooltipOptions.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
        <maml:name>xAxes</maml:name>
        <maml:Description>
          <maml:para>The x-Axis for this chart. Use New-UDCategoryChartAxis, New-UDLinearChartAxis or New-UDLogarithmicChartAxis.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
        <maml:name>yAxes</maml:name>
        <maml:Description>
          <maml:para>The y-Axis for this chart. Use New-UDCategoryChartAxis, New-UDLinearChartAxis or New-UDLogarithmicChartAxis.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; $Options = New-UDBarChartOptions -LayoutOptions (
                New-UDChartLayoutOptions -Padding 15
            ) -LegendOptions (
                New-UDChartLegendOptions -Position "bottom"
            )
             
 PS C:\&gt; New-UDChart -Title "Chart" -Id "Chart" -Type Bar -EndPoint { &lt;#...#&gt; } -Options $Options</dev:code>
        <dev:remarks>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDButton</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDButton</command:noun>
      <maml:description>
        <maml:para>Creates a new button.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a new button. Buttons come in different shapes and sizes and can be configured to execute scripts when clicked.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDButton</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of the component.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Text</maml:name>
          <maml:Description>
            <maml:para>The test to display on the button.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>OnClick</maml:name>
          <maml:Description>
            <maml:para>An event handler that is called when the button is clicked. This can be either a ScriptBlock or a UDEndpoint.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>Icon</maml:name>
          <maml:Description>
            <maml:para>The icon for this button.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">FontAwesomeIcons</command:parameterValue>
          <dev:type>
            <maml:name>FontAwesomeIcons</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>IconAlignment</maml:name>
          <maml:Description>
            <maml:para>The icon alignment.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">right</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
          <maml:name>BackgroundColor</maml:name>
          <maml:Description>
            <maml:para>Background color of the button.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
          <maml:name>FontColor</maml:name>
          <maml:Description>
            <maml:para>Font color of the button. This also changes the icon color.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Disabled</maml:name>
          <maml:Description>
            <maml:para>Creates a disabled button.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Flat</maml:name>
          <maml:Description>
            <maml:para>Creates a flat button without shadows.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Floating</maml:name>
          <maml:Description>
            <maml:para>Creates a circular, floating button.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
        <maml:name>BackgroundColor</maml:name>
        <maml:Description>
          <maml:para>Background color of the button.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Disabled</maml:name>
        <maml:Description>
          <maml:para>Creates a disabled button.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Flat</maml:name>
        <maml:Description>
          <maml:para>Creates a flat button without shadows.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Floating</maml:name>
        <maml:Description>
          <maml:para>Creates a circular, floating button.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
        <maml:name>FontColor</maml:name>
        <maml:Description>
          <maml:para>Font color of the button. This also changes the icon color.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>Icon</maml:name>
        <maml:Description>
          <maml:para>The icon for this button.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">FontAwesomeIcons</command:parameterValue>
        <dev:type>
          <maml:name>FontAwesomeIcons</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
        <maml:name>IconAlignment</maml:name>
        <maml:Description>
          <maml:para>The icon alignment.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID of the component.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>OnClick</maml:name>
        <maml:Description>
          <maml:para>An event handler that is called when the button is clicked. This can be either a ScriptBlock or a UDEndpoint.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Text</maml:name>
        <maml:Description>
          <maml:para>The test to display on the button.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para>## RELATED LINKS</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------------ Raised Button ------------------------</maml:title>
        <dev:code>New-UDButton -Text "Button"</dev:code>
        <dev:remarks>
          <maml:para>Creates a basic, raised button.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>----------------------- Button with Icon -----------------------</maml:title>
        <dev:code>New-UDButton -Text "Button" -Icon cloud</dev:code>
        <dev:remarks>
          <maml:para>Creates a basic, raised button with an icon.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------------ Button Colors ------------------------</maml:title>
        <dev:code>New-UDButton -Text "Button" -BackgroundColor "red" -FontColor "white"</dev:code>
        <dev:remarks>
          <maml:para>Creates a red button with white text.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>--------------------------- Floating ---------------------------</maml:title>
        <dev:code>New-UDButton -Floating -Icon plus</dev:code>
        <dev:remarks>
          <maml:para>Creates a circular, floating button with a plus icon.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>----------------------------- Flat -----------------------------</maml:title>
        <dev:code>New-UDButton -Flat -Text "Button"</dev:code>
        <dev:remarks>
          <maml:para>Creates a flat button</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------- OnClick Event Handler --------------------</maml:title>
        <dev:code>New-UDButton -Text "Button" -OnClick {
    Show-UDToast -Message "Ouch!"
}</dev:code>
        <dev:remarks>
          <maml:para>Creats a button that shows a toast message when clicked.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>https://github.com/ironmansoftware/universal-dashboard/blob/master/src/UniversalDashboard/Help/New-UDButton.md</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDCard</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDCard</command:noun>
      <maml:description>
        <maml:para>Creates a new Material Design card.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a new Material Design card. Provides a way to show information and links.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDCard</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>BackgroundColor</maml:name>
          <maml:Description>
            <maml:para>The background color of the card.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Content</maml:name>
          <maml:Description>
            <maml:para>Allows for putting any content within a card. Best used with New-UDElement.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>FontColor</maml:name>
          <maml:Description>
            <maml:para>The font color of the card.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Horizontal</maml:name>
          <maml:Description>
            <maml:para>{{Fill Horizontal Description}}</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of the card.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Image</maml:name>
          <maml:Description>
            <maml:para>Image to display within the card.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Element</command:parameterValue>
          <dev:type>
            <maml:name>Element</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Language</maml:name>
          <maml:Description>
            <maml:para>If the language is specified, the card text will be highlighted in that programming language.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Links</maml:name>
          <maml:Description>
            <maml:para>Links to add to the action portion of the card.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Link[]</command:parameterValue>
          <dev:type>
            <maml:name>Link[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Reveal</maml:name>
          <maml:Description>
            <maml:para>Content of the reveal section of the card. When clicked, the card will slide up revealing this content.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>RevealTitle</maml:name>
          <maml:Description>
            <maml:para>The title of the card after the reveal has been shown.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Size</maml:name>
          <maml:Description>
            <maml:para>The size of the card.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">small</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">medium</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">large</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Text</maml:name>
          <maml:Description>
            <maml:para>Text to include in the body of the card.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>TextAlignment</maml:name>
          <maml:Description>
            <maml:para>{{Fill TextAlignment Description}}</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">center</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">right</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>TextSize</maml:name>
          <maml:Description>
            <maml:para>{{Fill TextSize Description}}</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">Small</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Medium</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Large</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Title</maml:name>
          <maml:Description>
            <maml:para>A title to include at the top of the card.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Watermark</maml:name>
          <maml:Description>
            <maml:para>A watermark for the card.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">FontAwesomeIcons</command:parameterValue>
          <dev:type>
            <maml:name>FontAwesomeIcons</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-UDCard</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>BackgroundColor</maml:name>
          <maml:Description>
            <maml:para>The background color of the card.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Endpoint</maml:name>
          <maml:Description>
            <maml:para>An endpoint to retrieve the contents of the card from.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>FontColor</maml:name>
          <maml:Description>
            <maml:para>The font color of the card.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Horizontal</maml:name>
          <maml:Description>
            <maml:para>{{Fill Horizontal Description}}</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of the card.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Image</maml:name>
          <maml:Description>
            <maml:para>Image to display within the card.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Element</command:parameterValue>
          <dev:type>
            <maml:name>Element</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Language</maml:name>
          <maml:Description>
            <maml:para>If the language is specified, the card text will be highlighted in that programming language.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Links</maml:name>
          <maml:Description>
            <maml:para>Links to add to the action portion of the card.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Link[]</command:parameterValue>
          <dev:type>
            <maml:name>Link[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Reveal</maml:name>
          <maml:Description>
            <maml:para>Content of the reveal section of the card. When clicked, the card will slide up revealing this content.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>RevealTitle</maml:name>
          <maml:Description>
            <maml:para>The title of the card after the reveal has been shown.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Size</maml:name>
          <maml:Description>
            <maml:para>The size of the card.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">small</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">medium</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">large</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Text</maml:name>
          <maml:Description>
            <maml:para>Text to include in the body of the card.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>TextAlignment</maml:name>
          <maml:Description>
            <maml:para>{{Fill TextAlignment Description}}</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">center</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">right</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>TextSize</maml:name>
          <maml:Description>
            <maml:para>{{Fill TextSize Description}}</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">Small</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Medium</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Large</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Title</maml:name>
          <maml:Description>
            <maml:para>A title to include at the top of the card.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Watermark</maml:name>
          <maml:Description>
            <maml:para>A watermark for the card.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">FontAwesomeIcons</command:parameterValue>
          <dev:type>
            <maml:name>FontAwesomeIcons</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>BackgroundColor</maml:name>
        <maml:Description>
          <maml:para>The background color of the card.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Content</maml:name>
        <maml:Description>
          <maml:para>Allows for putting any content within a card. Best used with New-UDElement.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Endpoint</maml:name>
        <maml:Description>
          <maml:para>An endpoint to retrieve the contents of the card from.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>FontColor</maml:name>
        <maml:Description>
          <maml:para>The font color of the card.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Horizontal</maml:name>
        <maml:Description>
          <maml:para>{{Fill Horizontal Description}}</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID of the card.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Image</maml:name>
        <maml:Description>
          <maml:para>Image to display within the card.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Element</command:parameterValue>
        <dev:type>
          <maml:name>Element</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Language</maml:name>
        <maml:Description>
          <maml:para>If the language is specified, the card text will be highlighted in that programming language.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Links</maml:name>
        <maml:Description>
          <maml:para>Links to add to the action portion of the card.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Link[]</command:parameterValue>
        <dev:type>
          <maml:name>Link[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Reveal</maml:name>
        <maml:Description>
          <maml:para>Content of the reveal section of the card. When clicked, the card will slide up revealing this content.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>RevealTitle</maml:name>
        <maml:Description>
          <maml:para>The title of the card after the reveal has been shown.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Size</maml:name>
        <maml:Description>
          <maml:para>The size of the card.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Text</maml:name>
        <maml:Description>
          <maml:para>Text to include in the body of the card.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>TextAlignment</maml:name>
        <maml:Description>
          <maml:para>{{Fill TextAlignment Description}}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>TextSize</maml:name>
        <maml:Description>
          <maml:para>{{Fill TextSize Description}}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Title</maml:name>
        <maml:Description>
          <maml:para>A title to include at the top of the card.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Watermark</maml:name>
        <maml:Description>
          <maml:para>A watermark for the card.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">FontAwesomeIcons</command:parameterValue>
        <dev:type>
          <maml:name>FontAwesomeIcons</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Basic Card --------------------------</maml:title>
        <dev:code>New-UDCard -Title "Details" -Text "These are some details about my dashboard" -Links @(New-UDLink -Url http://www.google.com -Text "Google a little more info")</dev:code>
        <dev:remarks>
          <maml:para>Creates a new card with a title, some text and a link.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Image Card --------------------------</maml:title>
        <dev:code>New-UDCard -Title 'Card Title' -Image (New-UDImage -Url 'https://i1.wp.com/ironmansoftware.com/wp-content/uploads/2019/01/login.png') -Content {
    'I am a very simple card. I am good at containing small bits of information. I am convenient because I require little markup to use effectively.'
} -Links @(
    New-UDLink -Text 'This is a link' -Url '#!'
    New-UDLink -Text 'This is a link' -Url '#!'
) -Size 'small'</dev:code>
        <dev:remarks>
          <maml:para>Creates a card with an image.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------------- Reveal Card -------------------------</maml:title>
        <dev:code>New-UDCard -Title 'Card Title' -Image (New-UDImage -Url 'https://i1.wp.com/ironmansoftware.com/wp-content/uploads/2019/01/login.png' -Attributes @{className = 'activator'}) -Content {
    'Here is some basic text'
} -Reveal {
    "Here is some more information about this product that is only revealed once clicked on."
} -RevealTitle 'Reveal Title' -Size 'small'</dev:code>
        <dev:remarks>
          <maml:para>Creates a card that you can click to reveal more information.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDCategoryChartAxis</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDCategoryChartAxis</command:noun>
      <maml:description>
        <maml:para>Creates options for a category chart axis. Used with chart options.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates options for a category chart axis. Used with chart options.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDCategoryChartAxis</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Position</maml:name>
          <maml:Description>
            <maml:para>Position of the axis in the chart. Possible values are: 'top', 'left', 'bottom', 'right'</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">top</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bottom</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Offset</maml:name>
          <maml:Description>
            <maml:para>If true, extra space is added to the both edges and the axis is scaled to fit into the chart area. This is set to true in the bar chart by default.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of the axis. This can should be referenced with the dataset using the axis.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>Labels</maml:name>
          <maml:Description>
            <maml:para>An array of labels to display.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
          <dev:type>
            <maml:name>String[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>Minimum</maml:name>
          <maml:Description>
            <maml:para>The minimum item to display.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
          <maml:name>Maximum</maml:name>
          <maml:Description>
            <maml:para>The maximum item to display.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID of the axis. This can should be referenced with the dataset using the axis.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>Labels</maml:name>
        <maml:Description>
          <maml:para>An array of labels to display.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
        <maml:name>Maximum</maml:name>
        <maml:Description>
          <maml:para>The maximum item to display.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
        <maml:name>Minimum</maml:name>
        <maml:Description>
          <maml:para>The minimum item to display.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Offset</maml:name>
        <maml:Description>
          <maml:para>If true, extra space is added to the both edges and the axis is scaled to fit into the chart area. This is set to true in the bar chart by default.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Position</maml:name>
        <maml:Description>
          <maml:para>Position of the axis in the chart. Possible values are: 'top', 'left', 'bottom', 'right'</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDCategoryChartAxis -Labels @('January', 'February', 'March', 'April', 'May', 'June')</dev:code>
        <dev:remarks>
          <maml:para>Creates a category chart axis with labels for January, February, March, April, May and June.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDChart</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDChart</command:noun>
      <maml:description>
        <maml:para>Creates a new chart.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a new chart on the dashboard. Chart data is provided via a PowerShell endpoint. This cmdlet is paired with Out-UDChartData and New-UDChartDataset to provide the data for display to the chart.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDChart</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ArgumentList</maml:name>
          <maml:Description>
            <maml:para>Arguments to pass to to the endpoint.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object[]</command:parameterValue>
          <dev:type>
            <maml:name>Object[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AutoRefresh</maml:name>
          <maml:Description>
            <maml:para>Enables auto refresh for this component.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>BackgroundColor</maml:name>
          <maml:Description>
            <maml:para>Background color of the chart control.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Endpoint</maml:name>
          <maml:Description>
            <maml:para>The endpoint that is called on the server to get data for the chart. Use Out-UDChartData and optionally, New-UDChartDataset to format data to return correctly from the endpoint.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>FilterFields</maml:name>
          <maml:Description>
            <maml:para>Input controls to adjust chart data. Use New-UDInputField to create fields for this script block.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>FontColor</maml:name>
          <maml:Description>
            <maml:para>Font color of the chart control.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Height</maml:name>
          <maml:Description>
            <maml:para>Set monitor custom height, you can use px,vw,% You can NOT use this parameter without width parameter. If you do you will get an error.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of the chart. This ID is set on the HTML markup and is also used to identify the endpoint.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Labels</maml:name>
          <maml:Description>
            <maml:para>Specifies labels to be used for the chart data. This is used instead of the LabelProperty of New-UDChartData.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
          <dev:type>
            <maml:name>String[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Links</maml:name>
          <maml:Description>
            <maml:para>Links to display on the bottom of the chart. Use New-UDLink to generate a link.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Link[]</command:parameterValue>
          <dev:type>
            <maml:name>Link[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>OnClick</maml:name>
          <maml:Description>
            <maml:para>{{Fill OnClick Description}}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Options</maml:name>
          <maml:Description>
            <maml:para>ChartJS options to pass. This is a hashtable of options and should match the format of ChartJS options. See http://www.chartjs.org/docs/latest/ for more information.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
          <dev:type>
            <maml:name>Hashtable</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>RefreshInterval</maml:name>
          <maml:Description>
            <maml:para>The number of seconds between auto refreshes. This defauts to 5 seconds.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Title</maml:name>
          <maml:Description>
            <maml:para>The title of the section containing the chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>The type of chart to display.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">Bar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Line</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Area</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Doughnut</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Radar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pie</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">HorizontalBar</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">ChartType</command:parameterValue>
          <dev:type>
            <maml:name>ChartType</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Width</maml:name>
          <maml:Description>
            <maml:para>Set monitor custom width, you can use px,vw,% You can use only width without the height parameter.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ArgumentList</maml:name>
        <maml:Description>
          <maml:para>Arguments to pass to to the endpoint.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object[]</command:parameterValue>
        <dev:type>
          <maml:name>Object[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AutoRefresh</maml:name>
        <maml:Description>
          <maml:para>Enables auto refresh for this component.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>BackgroundColor</maml:name>
        <maml:Description>
          <maml:para>Background color of the chart control.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Endpoint</maml:name>
        <maml:Description>
          <maml:para>The endpoint that is called on the server to get data for the chart. Use Out-UDChartData and optionally, New-UDChartDataset to format data to return correctly from the endpoint.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>FilterFields</maml:name>
        <maml:Description>
          <maml:para>Input controls to adjust chart data. Use New-UDInputField to create fields for this script block.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>FontColor</maml:name>
        <maml:Description>
          <maml:para>Font color of the chart control.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Height</maml:name>
        <maml:Description>
          <maml:para>Set monitor custom height, you can use px,vw,% You can NOT use this parameter without width parameter. If you do you will get an error.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID of the chart. This ID is set on the HTML markup and is also used to identify the endpoint.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Labels</maml:name>
        <maml:Description>
          <maml:para>Specifies labels to be used for the chart data. This is used instead of the LabelProperty of New-UDChartData.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Links</maml:name>
        <maml:Description>
          <maml:para>Links to display on the bottom of the chart. Use New-UDLink to generate a link.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Link[]</command:parameterValue>
        <dev:type>
          <maml:name>Link[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>OnClick</maml:name>
        <maml:Description>
          <maml:para>{{Fill OnClick Description}}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Options</maml:name>
        <maml:Description>
          <maml:para>ChartJS options to pass. This is a hashtable of options and should match the format of ChartJS options. See http://www.chartjs.org/docs/latest/ for more information.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
        <dev:type>
          <maml:name>Hashtable</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>RefreshInterval</maml:name>
        <maml:Description>
          <maml:para>The number of seconds between auto refreshes. This defauts to 5 seconds.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Title</maml:name>
        <maml:Description>
          <maml:para>The title of the section containing the chart.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Type</maml:name>
        <maml:Description>
          <maml:para>The type of chart to display.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ChartType</command:parameterValue>
        <dev:type>
          <maml:name>ChartType</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Width</maml:name>
        <maml:Description>
          <maml:para>Set monitor custom width, you can use px,vw,% You can use only width without the height parameter.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------------- Simple Chart -------------------------</maml:title>
        <dev:code>New-UDChart -Type Bar -Endpoint {
    $Processes = @(
        [PSCustomObject]@{ Id = Get-Random; CPU = Get-Random; }
        [PSCustomObject]@{ Id = Get-Random; CPU = Get-Random; }
        [PSCustomObject]@{ Id = Get-Random; CPU = Get-Random; }
        [PSCustomObject]@{ Id = Get-Random; CPU = Get-Random; }
    )
 
    $Processes | Out-UDChartData -LabelProperty "Id" -DataProperty "CPU"
}</dev:code>
        <dev:remarks>
          <maml:para>Creates a simple bar chart with information about the CPU usage of all the chrome processes running on the current machine.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>--------------------- Multi-dataset Chart ---------------------</maml:title>
        <dev:code>New-UDChart -Type Bar -Endpoint {
    $Processes = @(
        [PSCustomObject]@{ Id = Get-Random; WorkingSet = Get-Random; PeakWorkingSet = Get-Random; VirtualMemorySize = Get-Random }
        [PSCustomObject]@{ Id = Get-Random; WorkingSet = Get-Random; PeakWorkingSet = Get-Random; VirtualMemorySize = Get-Random }
        [PSCustomObject]@{ Id = Get-Random; WorkingSet = Get-Random; PeakWorkingSet = Get-Random; VirtualMemorySize = Get-Random }
        [PSCustomObject]@{ Id = Get-Random; WorkingSet = Get-Random; PeakWorkingSet = Get-Random; VirtualMemorySize = Get-Random }
    )
 
    $Processes | Out-UDChartData -LabelProperty "Id" -Dataset @(
        New-UDChartDataset -DataProperty "WorkingSet" -Label "Working Set" -BackgroundColor "rgb(63,123,3)"
        New-UDChartDataset -DataProperty "PeakWorkingSet" -Label "Peak Working Set" -BackgroundColor "rgb(134,342,122)"
        New-UDChartDataset -DataProperty "VirtualMemorySize" -Label "Virtual Memory Size" -BackgroundColor "rgb(234,33,43)"
    )
}</dev:code>
        <dev:remarks>
          <maml:para>Creates a bar chart with multiple data sets displaying different types of memory usage. Each data set is colored and labeled differently.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDChartDataset</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDChartDataset</command:noun>
      <maml:description>
        <maml:para>Creates a dataset for use with Out-UDChartData</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a dataset for use with Out-UDChartData. This is an advanced scenario cmdlet that allows you to create multiple datasets within a single chart.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDChartDataset</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>DataProperty</maml:name>
          <maml:Description>
            <maml:para>The property to select as the data for the y value of the chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Label</maml:name>
          <maml:Description>
            <maml:para>A label of this dataset.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="10" aliases="none">
          <maml:name>AdditionalOptions</maml:name>
          <maml:Description>
            <maml:para>Additional options to pass to the dataset. This value can be different depending on the type of chart specified. See the ChartJS documentation for more information. http://www.chartjs.org/docs/latest/charts/line.html</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
          <dev:type>
            <maml:name>Hashtable</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>BackgroundColor</maml:name>
          <maml:Description>
            <maml:para>The background color of the dataset in the chart. Should be in rgba() syntax.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>BorderColor</maml:name>
          <maml:Description>
            <maml:para>The border color of the dataset in the chart. Should be in rgba() syntax.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>BorderWidth</maml:name>
          <maml:Description>
            <maml:para>The width of the border in pixels.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
          <maml:name>HoverBackgroundColor</maml:name>
          <maml:Description>
            <maml:para>The hover background color of the dataset in the chart. Should be in rgba() syntax.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
          <maml:name>HoverBorderColor</maml:name>
          <maml:Description>
            <maml:para>The hover border color of the dataset in the chart. Should be in rgba() syntax.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
          <maml:name>HoverBorderWidth</maml:name>
          <maml:Description>
            <maml:para>The hover width of the border in pixels.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
          <maml:name>XAxisId</maml:name>
          <maml:Description>
            <maml:para>The ID of the X axis. Used for advanced properties.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="9" aliases="none">
          <maml:name>YAxisId</maml:name>
          <maml:Description>
            <maml:para>The ID of the Y axis. Used for advanced properties.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="10" aliases="none">
        <maml:name>AdditionalOptions</maml:name>
        <maml:Description>
          <maml:para>Additional options to pass to the dataset. This value can be different depending on the type of chart specified. See the ChartJS documentation for more information. http://www.chartjs.org/docs/latest/charts/line.html</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
        <dev:type>
          <maml:name>Hashtable</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>BackgroundColor</maml:name>
        <maml:Description>
          <maml:para>The background color of the dataset in the chart. Should be in rgba() syntax.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>BorderColor</maml:name>
        <maml:Description>
          <maml:para>The border color of the dataset in the chart. Should be in rgba() syntax.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
        <maml:name>BorderWidth</maml:name>
        <maml:Description>
          <maml:para>The width of the border in pixels.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>DataProperty</maml:name>
        <maml:Description>
          <maml:para>The property to select as the data for the y value of the chart.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
        <maml:name>HoverBackgroundColor</maml:name>
        <maml:Description>
          <maml:para>The hover background color of the dataset in the chart. Should be in rgba() syntax.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
        <maml:name>HoverBorderColor</maml:name>
        <maml:Description>
          <maml:para>The hover border color of the dataset in the chart. Should be in rgba() syntax.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
        <maml:name>HoverBorderWidth</maml:name>
        <maml:Description>
          <maml:para>The hover width of the border in pixels.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Label</maml:name>
        <maml:Description>
          <maml:para>A label of this dataset.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
        <maml:name>XAxisId</maml:name>
        <maml:Description>
          <maml:para>The ID of the X axis. Used for advanced properties.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="9" aliases="none">
        <maml:name>YAxisId</maml:name>
        <maml:Description>
          <maml:para>The ID of the Y axis. Used for advanced properties.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDChart -Type Bar -Title "Memory" -Endpoint {
    Get-Process -Name chrome | Out-UDChartData -LabelProperty "Id" -Dataset @(
        New-UDChartDataset -DataProperty "WorkingSet" -Label "Working Set" -BackgroundColor "rgb(63,123,3)"
        New-UDChartDataset -DataProperty "PeakWorkingSet" -Label "Peak Working Set" -BackgroundColor "rgb(134,342,122)"
        New-UDChartDataset -DataProperty "VirtualMemorySize" -Label "Virtual Memory Size" -BackgroundColor "rgb(234,33,43)"
    )
}</dev:code>
        <dev:remarks>
          <maml:para>Creates a chart with different datasets of different types of memory usage.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDChartLayoutOptions</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDChartLayoutOptions</command:noun>
      <maml:description>
        <maml:para>Layout options for a chart.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Layout options for a chart.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDChartLayoutOptions</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Padding</maml:name>
          <maml:Description>
            <maml:para>The padding to add inside the chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-UDChartLayoutOptions</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>PaddingBottom</maml:name>
          <maml:Description>
            <maml:para>The padding to add inside the bottom of the chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>PaddingLeft</maml:name>
          <maml:Description>
            <maml:para>The padding to add inside the left of the chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>PaddingRight</maml:name>
          <maml:Description>
            <maml:para>The padding to add inside the right of the chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>PaddingTop</maml:name>
          <maml:Description>
            <maml:para>The padding to add inside the top of the chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Padding</maml:name>
        <maml:Description>
          <maml:para>The padding to add inside the chart.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>PaddingBottom</maml:name>
        <maml:Description>
          <maml:para>The padding to add inside the bottom of the chart.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>PaddingLeft</maml:name>
        <maml:Description>
          <maml:para>The padding to add inside the left of the chart.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>PaddingRight</maml:name>
        <maml:Description>
          <maml:para>The padding to add inside the right of the chart.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>PaddingTop</maml:name>
        <maml:Description>
          <maml:para>The padding to add inside the top of the chart.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; $LayoutOptions = New-UDLayoutOptions -Padding 15
PS C:\&gt; $Options = New-UDChartOptions -LayoutOptions $LayoutOptions</dev:code>
        <dev:remarks>
          <maml:para>Creates chart options with layout options set to a padding for 15.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDChartLegendOptions</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDChartLegendOptions</command:noun>
      <maml:description>
        <maml:para>Legend options for a chart.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Legend options for a chart.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDChartLegendOptions</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Position</maml:name>
          <maml:Description>
            <maml:para>Position of the legend.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">top</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bottom</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">right</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>FullWidth</maml:name>
          <maml:Description>
            <maml:para>Marks that this box should take the full width of the canvas (pushing down other boxes). This is unlikely to need to be changed in day-to-day use.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>LabelBoxWidth</maml:name>
          <maml:Description>
            <maml:para>width of coloured box</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>LabelFontSize</maml:name>
          <maml:Description>
            <maml:para>font size of text</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>LabelFontStyle</maml:name>
          <maml:Description>
            <maml:para>font style of text</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">normal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bold</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">italic</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
          <maml:name>LabelFontFamily</maml:name>
          <maml:Description>
            <maml:para>Font family of legend text.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
          <maml:name>LabelPadding</maml:name>
          <maml:Description>
            <maml:para>Padding between rows of colored boxes.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
          <maml:name>LabelUsePointStyle</maml:name>
          <maml:Description>
            <maml:para>Label style will match corresponding point style (size is based on fontSize, boxWidth is not used in this case).</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Hide</maml:name>
          <maml:Description>
            <maml:para>Hides the legend.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Reverse</maml:name>
          <maml:Description>
            <maml:para>Legend will show datasets in reverse order.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>FullWidth</maml:name>
        <maml:Description>
          <maml:para>Marks that this box should take the full width of the canvas (pushing down other boxes). This is unlikely to need to be changed in day-to-day use.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Hide</maml:name>
        <maml:Description>
          <maml:para>Hides the legend.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>LabelBoxWidth</maml:name>
        <maml:Description>
          <maml:para>width of coloured box</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
        <maml:name>LabelFontFamily</maml:name>
        <maml:Description>
          <maml:para>Font family of legend text.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>LabelFontSize</maml:name>
        <maml:Description>
          <maml:para>font size of text</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
        <maml:name>LabelFontStyle</maml:name>
        <maml:Description>
          <maml:para>font style of text</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
        <maml:name>LabelPadding</maml:name>
        <maml:Description>
          <maml:para>Padding between rows of colored boxes.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
        <maml:name>LabelUsePointStyle</maml:name>
        <maml:Description>
          <maml:para>Label style will match corresponding point style (size is based on fontSize, boxWidth is not used in this case).</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Position</maml:name>
        <maml:Description>
          <maml:para>Position of the legend.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Reverse</maml:name>
        <maml:Description>
          <maml:para>Legend will show datasets in reverse order.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; $LegendOptions = New-UDChartLegendOptions -Position "bottom"
PS C:\&gt; $Options = New-UDChartOptions -LegendOptions $LegendOptions</dev:code>
        <dev:remarks>
          <maml:para>Moves the legend to the bottom of the chart.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDChartOptions</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDChartOptions</command:noun>
      <maml:description>
        <maml:para>Options for a chart.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Options for a chart. Use with New-UDChart.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDChartOptions</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>LayoutOptions</maml:name>
          <maml:Description>
            <maml:para>Layout options for this chart. Use New-UDChartLayoutOptions.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>LegendOptions</maml:name>
          <maml:Description>
            <maml:para>Legend options for this chart. Use New-UDChartLegendOptions.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>TitleOptions</maml:name>
          <maml:Description>
            <maml:para>Title options for this chart. Use New-UDChartTitleOptions.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>TooltipOptions</maml:name>
          <maml:Description>
            <maml:para>Tooltip options for this chart. Use New-UDChartTooltipOptions.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>xAxes</maml:name>
          <maml:Description>
            <maml:para>The x-Axis for this chart. Use New-UDCategoryChartAxis, New-UDLinearChartAxis or New-UDLogarithmicChartAxis.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
          <maml:name>yAxes</maml:name>
          <maml:Description>
            <maml:para>The y-Axis for this chart. Use New-UDCategoryChartAxis, New-UDLinearChartAxis or New-UDLogarithmicChartAxis.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>LayoutOptions</maml:name>
        <maml:Description>
          <maml:para>Layout options for this chart. Use New-UDChartLayoutOptions.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>LegendOptions</maml:name>
        <maml:Description>
          <maml:para>Legend options for this chart. Use New-UDChartLegendOptions.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>TitleOptions</maml:name>
        <maml:Description>
          <maml:para>Title options for this chart. Use New-UDChartTitleOptions.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>TooltipOptions</maml:name>
        <maml:Description>
          <maml:para>Tooltip options for this chart. Use New-UDChartTooltipOptions.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
        <maml:name>xAxes</maml:name>
        <maml:Description>
          <maml:para>The x-Axis for this chart. Use New-UDCategoryChartAxis, New-UDLinearChartAxis or New-UDLogarithmicChartAxis.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
        <maml:name>yAxes</maml:name>
        <maml:Description>
          <maml:para>The y-Axis for this chart. Use New-UDCategoryChartAxis, New-UDLinearChartAxis or New-UDLogarithmicChartAxis.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; $Options = New-UDChartOptions -LayoutOptions (
                New-UDChartLayoutOptions -Padding 15
            )
PS C:\&gt; New-UDChart -Options $Options #...</dev:code>
        <dev:remarks>
          <maml:para>Creates a chart and specifies padding options for it.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDChartTitleOptions</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDChartTitleOptions</command:noun>
      <maml:description>
        <maml:para>Title options for a chart.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Title options for a chart.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDChartTitleOptions</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Position</maml:name>
          <maml:Description>
            <maml:para>Position of title.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">top</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bottom</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">right</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>FontSize</maml:name>
          <maml:Description>
            <maml:para>Font size</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>FontStyle</maml:name>
          <maml:Description>
            <maml:para>Font style</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">normal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bold</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">italic</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>FontFamily</maml:name>
          <maml:Description>
            <maml:para>Font family</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>Padding</maml:name>
          <maml:Description>
            <maml:para>Number of pixels to add above and below the title text.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
          <maml:name>FontColor</maml:name>
          <maml:Description>
            <maml:para>Font color</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
          <maml:name>LineHeight</maml:name>
          <maml:Description>
            <maml:para>Height of an individual line of text</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Single</command:parameterValue>
          <dev:type>
            <maml:name>Single</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
          <maml:name>Text</maml:name>
          <maml:Description>
            <maml:para>Title text to display.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Display</maml:name>
          <maml:Description>
            <maml:para>Displays the title.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Display</maml:name>
        <maml:Description>
          <maml:para>Displays the title.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
        <maml:name>FontColor</maml:name>
        <maml:Description>
          <maml:para>Font color</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>FontFamily</maml:name>
        <maml:Description>
          <maml:para>Font family</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>FontSize</maml:name>
        <maml:Description>
          <maml:para>Font size</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>FontStyle</maml:name>
        <maml:Description>
          <maml:para>Font style</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
        <maml:name>LineHeight</maml:name>
        <maml:Description>
          <maml:para>Height of an individual line of text</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Single</command:parameterValue>
        <dev:type>
          <maml:name>Single</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
        <maml:name>Padding</maml:name>
        <maml:Description>
          <maml:para>Number of pixels to add above and below the title text.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Position</maml:name>
        <maml:Description>
          <maml:para>Position of title.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
        <maml:name>Text</maml:name>
        <maml:Description>
          <maml:para>Title text to display.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; $TitleOptions = New-UDChartTitleOptions -Display -Text "Fruit Chart"
PS C:\&gt; $Options = New-UDChartOptions -TitleOptions $TitleOptions
PS C:\&gt; New-UDChart -Options $Options #...</dev:code>
        <dev:remarks>
          <maml:para>Creates a new chart and specifies a title for the chart.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDChartTooltipOptions</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDChartTooltipOptions</command:noun>
      <maml:description>
        <maml:para>Tooltip options for charts.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Tooltip options for charts.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDChartTooltipOptions</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>BackgroundColor</maml:name>
          <maml:Description>
            <maml:para>Background color of the tooltip.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>TitleFontFamily</maml:name>
          <maml:Description>
            <maml:para>Title font family</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="10" aliases="none">
          <maml:name>BodyFontColor</maml:name>
          <maml:Description>
            <maml:para>Body font color</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="11" aliases="none">
          <maml:name>BodySpacing</maml:name>
          <maml:Description>
            <maml:para>Spacing to add to top and bottom of each tooltip item.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="12" aliases="none">
          <maml:name>FooterFontFamily</maml:name>
          <maml:Description>
            <maml:para>Footer font family</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="13" aliases="none">
          <maml:name>FooterFontSize</maml:name>
          <maml:Description>
            <maml:para>Footer font size</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="14" aliases="none">
          <maml:name>FooterFontStyle</maml:name>
          <maml:Description>
            <maml:para>Footer font style</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">normal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bold</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">italic</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="15" aliases="none">
          <maml:name>FooterFontColor</maml:name>
          <maml:Description>
            <maml:para>Footer font color</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="16" aliases="none">
          <maml:name>FooterSpacing</maml:name>
          <maml:Description>
            <maml:para></maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="17" aliases="none">
          <maml:name>FooterMarginTop</maml:name>
          <maml:Description>
            <maml:para>Margin to add before drawing the footer.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="18" aliases="none">
          <maml:name>xPadding</maml:name>
          <maml:Description>
            <maml:para>Padding to add on left and right of tooltip.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="19" aliases="none">
          <maml:name>yPadding</maml:name>
          <maml:Description>
            <maml:para>Padding to add on top and bottom of tooltip.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>TitleFontSize</maml:name>
          <maml:Description>
            <maml:para>Title font size.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="20" aliases="none">
          <maml:name>CaretPadding</maml:name>
          <maml:Description>
            <maml:para>Extra distance to move the end of the tooltip arrow away from the tooltip point.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="21" aliases="none">
          <maml:name>CaretSize</maml:name>
          <maml:Description>
            <maml:para>Size, in px, of the tooltip arrow.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="22" aliases="none">
          <maml:name>CornerRadius</maml:name>
          <maml:Description>
            <maml:para>Radius of tooltip corner curves.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="23" aliases="none">
          <maml:name>MultiKeyBackground</maml:name>
          <maml:Description>
            <maml:para>Color to draw behind the colored boxes when multiple items are in the tooltip</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="24" aliases="none">
          <maml:name>DisplayColors</maml:name>
          <maml:Description>
            <maml:para>if true, color boxes are shown in the tooltip</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="25" aliases="none">
          <maml:name>BorderColor</maml:name>
          <maml:Description>
            <maml:para>Color of the border</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="26" aliases="none">
          <maml:name>BorderWidth</maml:name>
          <maml:Description>
            <maml:para>Size of the border</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>TitleFontStyle</maml:name>
          <maml:Description>
            <maml:para>Title font style.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">normal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bold</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">italic</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>TitleFontColor</maml:name>
          <maml:Description>
            <maml:para>Title font color</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
          <maml:name>TitleSpacing</maml:name>
          <maml:Description>
            <maml:para>Spacing to add to top and bottom of each title line.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
          <maml:name>TitleMarginBottom</maml:name>
          <maml:Description>
            <maml:para>Margin to add on bottom of title section.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
          <maml:name>BodyFontFamily</maml:name>
          <maml:Description>
            <maml:para>Body font family.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
          <maml:name>BodyFontSize</maml:name>
          <maml:Description>
            <maml:para>Body font size.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="9" aliases="none">
          <maml:name>BodyFontStyle</maml:name>
          <maml:Description>
            <maml:para>Body font style</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">normal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bold</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">italic</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Disabled</maml:name>
          <maml:Description>
            <maml:para>Disables tooltips.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>BackgroundColor</maml:name>
        <maml:Description>
          <maml:para>Background color of the tooltip.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="10" aliases="none">
        <maml:name>BodyFontColor</maml:name>
        <maml:Description>
          <maml:para>Body font color</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
        <maml:name>BodyFontFamily</maml:name>
        <maml:Description>
          <maml:para>Body font family.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
        <maml:name>BodyFontSize</maml:name>
        <maml:Description>
          <maml:para>Body font size.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="9" aliases="none">
        <maml:name>BodyFontStyle</maml:name>
        <maml:Description>
          <maml:para>Body font style</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="11" aliases="none">
        <maml:name>BodySpacing</maml:name>
        <maml:Description>
          <maml:para>Spacing to add to top and bottom of each tooltip item.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="25" aliases="none">
        <maml:name>BorderColor</maml:name>
        <maml:Description>
          <maml:para>Color of the border</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="26" aliases="none">
        <maml:name>BorderWidth</maml:name>
        <maml:Description>
          <maml:para>Size of the border</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="20" aliases="none">
        <maml:name>CaretPadding</maml:name>
        <maml:Description>
          <maml:para>Extra distance to move the end of the tooltip arrow away from the tooltip point.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="21" aliases="none">
        <maml:name>CaretSize</maml:name>
        <maml:Description>
          <maml:para>Size, in px, of the tooltip arrow.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="22" aliases="none">
        <maml:name>CornerRadius</maml:name>
        <maml:Description>
          <maml:para>Radius of tooltip corner curves.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Disabled</maml:name>
        <maml:Description>
          <maml:para>Disables tooltips.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="24" aliases="none">
        <maml:name>DisplayColors</maml:name>
        <maml:Description>
          <maml:para>if true, color boxes are shown in the tooltip</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="15" aliases="none">
        <maml:name>FooterFontColor</maml:name>
        <maml:Description>
          <maml:para>Footer font color</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="12" aliases="none">
        <maml:name>FooterFontFamily</maml:name>
        <maml:Description>
          <maml:para>Footer font family</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="13" aliases="none">
        <maml:name>FooterFontSize</maml:name>
        <maml:Description>
          <maml:para>Footer font size</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="14" aliases="none">
        <maml:name>FooterFontStyle</maml:name>
        <maml:Description>
          <maml:para>Footer font style</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="17" aliases="none">
        <maml:name>FooterMarginTop</maml:name>
        <maml:Description>
          <maml:para>Margin to add before drawing the footer.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="16" aliases="none">
        <maml:name>FooterSpacing</maml:name>
        <maml:Description>
          <maml:para></maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="23" aliases="none">
        <maml:name>MultiKeyBackground</maml:name>
        <maml:Description>
          <maml:para>Color to draw behind the colored boxes when multiple items are in the tooltip</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
        <maml:name>TitleFontColor</maml:name>
        <maml:Description>
          <maml:para>Title font color</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>TitleFontFamily</maml:name>
        <maml:Description>
          <maml:para>Title font family</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>TitleFontSize</maml:name>
        <maml:Description>
          <maml:para>Title font size.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>TitleFontStyle</maml:name>
        <maml:Description>
          <maml:para>Title font style.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
        <maml:name>TitleMarginBottom</maml:name>
        <maml:Description>
          <maml:para>Margin to add on bottom of title section.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
        <maml:name>TitleSpacing</maml:name>
        <maml:Description>
          <maml:para>Spacing to add to top and bottom of each title line.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="18" aliases="none">
        <maml:name>xPadding</maml:name>
        <maml:Description>
          <maml:para>Padding to add on left and right of tooltip.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="19" aliases="none">
        <maml:name>yPadding</maml:name>
        <maml:Description>
          <maml:para>Padding to add on top and bottom of tooltip.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; $TooltipOptions = New-UDChartTooltipOptions -TitleFontSize 50
PS C:\&gt; $Options = New-UDChartOptions -TooltipOptions $TooltipOptions
PS C:\&gt; New-UDChart -Options $Options #...</dev:code>
        <dev:remarks>
          <maml:para>Creates a new chart and sets the font size of tooltip titles to 50.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDCheckbox</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDCheckbox</command:noun>
      <maml:description>
        <maml:para>Creates a checkbox.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a checkbox.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDCheckbox</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID for this checkbox.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Label</maml:name>
          <maml:Description>
            <maml:para>The text to display next to the checkbox.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>OnChange</maml:name>
          <maml:Description>
            <maml:para>A script block to invoke when the value of the checkbox changes. Use the $EventData variable to get the value of the checkbox in the script block.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Checked</maml:name>
          <maml:Description>
            <maml:para>Whether the default value of the checkbox is checked.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Disabled</maml:name>
          <maml:Description>
            <maml:para>Whether the checkbox is disabled.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>FilledIn</maml:name>
          <maml:Description>
            <maml:para>Applies a filled in style to checkbox.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Checked</maml:name>
        <maml:Description>
          <maml:para>Whether the default value of the checkbox is checked.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Disabled</maml:name>
        <maml:Description>
          <maml:para>Whether the checkbox is disabled.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>FilledIn</maml:name>
        <maml:Description>
          <maml:para>Applies a filled in style to checkbox.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID for this checkbox.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Label</maml:name>
        <maml:Description>
          <maml:para>The text to display next to the checkbox.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>OnChange</maml:name>
        <maml:Description>
          <maml:para>A script block to invoke when the value of the checkbox changes. Use the $EventData variable to get the value of the checkbox in the script block.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>--------------------------- Checked ---------------------------</maml:title>
        <dev:code>New-UDCheckbox -Label "Checkbox" -Checked</dev:code>
        <dev:remarks>
          <maml:para>A checked checkbox</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>--------------------------- Disabled ---------------------------</maml:title>
        <dev:code>New-UDCheckbox -Label "Checkbox" -Disabled</dev:code>
        <dev:remarks>
          <maml:para>A disabled checkbox</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>--------------------------- OnChange ---------------------------</maml:title>
        <dev:code>New-UDCheckbox -Label "Checkbox" -OnChange {
    Show-UDToast -Message $EventData
}</dev:code>
        <dev:remarks>
          <maml:para>Displays a toast message when clicked.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDCollapsible</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDCollapsible</command:noun>
      <maml:description>
        <maml:para>Creates a new collapsible.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a new collapsible. Collapsibles are accordion elements that expand when clicked on. They allow you to hide content that is not immediately relevant to the user.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDCollapsible</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Items</maml:name>
          <maml:Description>
            <maml:para>The collapsible items to show in this collapsible. Use New-UDCollapsibleItem to create these items.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>BackgroundColor</maml:name>
          <maml:Description>
            <maml:para>The background color of the collapsible.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>FontColor</maml:name>
          <maml:Description>
            <maml:para>The font color of the collapsible.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of this component.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Popout</maml:name>
          <maml:Description>
            <maml:para>The collapsible behaves as a popout rather than sliding.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>Defines whether multiple items can be expanded.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">Expandable</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Accordion</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>BackgroundColor</maml:name>
        <maml:Description>
          <maml:para>The background color of the collapsible.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>FontColor</maml:name>
        <maml:Description>
          <maml:para>The font color of the collapsible.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID of this component.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Items</maml:name>
        <maml:Description>
          <maml:para>The collapsible items to show in this collapsible. Use New-UDCollapsibleItem to create these items.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Popout</maml:name>
        <maml:Description>
          <maml:para>The collapsible behaves as a popout rather than sliding.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Type</maml:name>
        <maml:Description>
          <maml:para>Defines whether multiple items can be expanded.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------------- Collapsible -------------------------</maml:title>
        <dev:code>New-UDCollapsible -Id "Collapsible" -Items {
    New-UDCollapsibleItem -Title "First" -Icon user -Content {
        New-UDCard -Title "First"
    } -Active
    New-UDCollapsibleItem -Title "Second" -Icon group -Content {
        New-UDCard -Title "Second"
    }
    New-UDCollapsibleItem -Title "Third" -Icon user -Content {
        New-UDCard -Title "Third"
    }
}</dev:code>
        <dev:remarks>
          <maml:para>Creates a new collapsible with 3 different items.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDCollapsibleItem</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDCollapsibleItem</command:noun>
      <maml:description>
        <maml:para>Creates a collapsible item.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a collapsible item. Use with New-UDCollapsible. This will create a single item within the collapsible.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDCollapsibleItem</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Active</maml:name>
          <maml:Description>
            <maml:para>Specifies whether the item is active by default. This will expand the item.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AutoRefresh</maml:name>
          <maml:Description>
            <maml:para>Specifies that this component auto-refreshs on the RefreshInterval.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>BackgroundColor</maml:name>
          <maml:Description>
            <maml:para>Background color of the component item.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Endpoint</maml:name>
          <maml:Description>
            <maml:para>The endpoint that returns the content for this component.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>FontColor</maml:name>
          <maml:Description>
            <maml:para>Font color of the component item.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Icon</maml:name>
          <maml:Description>
            <maml:para>The icon to display in the title of the item.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">None</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">_500px</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_book</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_book_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_card</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_card_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">adjust</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">adn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_center</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_justify</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">amazon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ambulance</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">american_sign_language_interpreting</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">anchor</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">android</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angellist</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">apple</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">archive</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">area_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows_h</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows_v</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">asl_interpreting</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">assistive_listening_systems</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">asterisk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">at</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">audio_description</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">automobile</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">backward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">balance_scale</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ban</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bandcamp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bank</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bar_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bar_chart_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">barcode</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bath</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bathtub</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_0</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_4</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_empty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_full</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_quarter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_three_quarters</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bed</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">beer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">behance</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">behance_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell_slash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell_slash_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bicycle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">binoculars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">birthday_cake</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bitbucket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bitbucket_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bitcoin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">black_tie</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">blind</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bluetooth</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bluetooth_b</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bold</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bolt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bomb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">book</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bookmark</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bookmark_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">braille</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">briefcase</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">btc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bug</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">building</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">building_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bullhorn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bullseye</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">buysellads</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cab</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calculator</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_check_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_minus_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_plus_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_times_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">camera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">camera_retro</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">car</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cart_arrow_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cart_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_amex</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_diners_club</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_discover</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_jcb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_mastercard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_paypal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_stripe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_visa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">certificate</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chain</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chain_broken</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">child</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chrome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle_o_notch</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle_thin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">clipboard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">clock_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">clone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">close</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cloud</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cloud_download</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cloud_upload</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cny</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">code</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">code_fork</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">codepen</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">codiepie</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">coffee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cog</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cogs</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">columns</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comment</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comment_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">commenting</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">commenting_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comments</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comments_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">compass</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">compress</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">connectdevelop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">contao</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">copy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">copyright</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">creative_commons</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">credit_card</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">credit_card_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">crop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">crosshairs</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">css3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cube</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cubes</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cut</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cutlery</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dashboard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dashcube</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">database</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">deaf</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">deafness</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dedent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">delicious</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">desktop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">deviantart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">diamond</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">digg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dollar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dot_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">download</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dribbble</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">drivers_license</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">drivers_license_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dropbox</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">drupal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">edge</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">edit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eercast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eject</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ellipsis_h</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ellipsis_v</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">empire</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_open</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_open_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envira</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eraser</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">etsy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eur</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">euro</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exchange</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exclamation</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exclamation_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exclamation_triangle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">expand</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">expeditedssl</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">external_link</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">external_link_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eye</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eye_slash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eyedropper</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook_f</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook_official</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fast_backward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fast_forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fax</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">feed</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">female</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fighter_jet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_archive_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_audio_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_code_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_excel_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_image_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_movie_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_pdf_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_photo_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_picture_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_powerpoint_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_sound_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_text</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_text_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_video_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_word_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_zip_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">files_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">film</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">filter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fire</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fire_extinguisher</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">firefox</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">first_order</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flag_checkered</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flag_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flask</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flickr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">floppy_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder_open</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder_open_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">font</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">font_awesome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fonticons</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fort_awesome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">forumbee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">foursquare</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">free_code_camp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">frown_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">futbol_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gamepad</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gavel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gbp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ge</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gear</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gears</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">genderless</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">get_pocket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gg_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gift</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">git</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">git_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">github</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">github_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">github_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gitlab</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gittip</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">glass</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">glide</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">glide_g</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">globe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus_official</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_wallet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">graduation_cap</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gratipay</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">grav</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">group</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">h_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hacker_news</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_grab_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_lizard_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_paper_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_peace_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_pointer_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_rock_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_scissors_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_spock_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_stop_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">handshake_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hard_of_hearing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hashtag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hdd_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">header</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">headphones</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">heart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">heart_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">heartbeat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">history</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">home</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hospital_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hotel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_end</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_start</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">houzz</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">html5</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">i_cursor</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">id_badge</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">id_card</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">id_card_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ils</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">image</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">imdb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">inbox</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">indent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">industry</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">info</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">info_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">inr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">instagram</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">institution</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">internet_explorer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">intersex</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ioxhost</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">italic</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">joomla</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">jpy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">jsfiddle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">key</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">keyboard_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">krw</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">language</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">laptop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lastfm</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lastfm_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">leaf</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">leanpub</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">legal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lemon_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">level_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">level_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_bouy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_buoy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_ring</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_saver</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lightbulb_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">line_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">link</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linkedin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linkedin_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linode</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linux</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list_ol</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list_ul</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">location_arrow</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">_lock</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">low_vision</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">magic</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">magnet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mail_forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mail_reply</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mail_reply_all</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">male</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_marker</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_pin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_signs</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_double</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_stroke</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_stroke_h</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_stroke_v</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">maxcdn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">meanpath</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">medium</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">medkit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">meetup</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">meh_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mercury</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">microchip</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">microphone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">microphone_slash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mixcloud</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mobile</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mobile_phone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">modx</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">money</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">moon_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mortar_board</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">motorcycle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mouse_pointer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">music</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">navicon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">neuter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">newspaper_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">object_group</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">object_ungroup</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">odnoklassniki</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">odnoklassniki_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">opencart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">openid</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">opera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">optin_monster</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">outdent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pagelines</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paint_brush</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paper_plane</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paper_plane_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paperclip</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paragraph</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paste</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pause</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pause_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pause_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paw</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paypal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pencil</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pencil_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pencil_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">percent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">phone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">phone_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">photo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">picture_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pie_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pied_piper</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pied_piper_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pied_piper_pp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pinterest</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pinterest_p</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pinterest_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plane</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">play</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">play_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">play_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plug</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">podcast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">power_off</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">print</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">product_hunt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">puzzle_piece</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">qq</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">qrcode</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">question</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">question_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">question_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">quora</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">quote_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">quote_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ra</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">random</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ravelry</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rebel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">recycle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reddit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reddit_alien</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reddit_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">refresh</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">registered</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">remove</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">renren</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reorder</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">repeat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reply</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reply_all</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">resistance</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">retweet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rmb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">road</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rocket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rotate_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rotate_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rouble</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rss</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rss_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rub</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ruble</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rupee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">s15</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">safari</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">save</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">scissors</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">scribd</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">search</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">search_minus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">search_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sellsy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">send</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">send_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">server</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_alt_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shekel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sheqel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shield</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ship</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shirtsinbulk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shopping_bag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shopping_basket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shopping_cart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shower</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sign_in</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sign_language</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sign_out</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">signal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">signing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">simplybuilt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sitemap</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">skyatlas</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">skype</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">slack</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sliders</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">slideshare</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">smile_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snapchat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snapchat_ghost</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snapchat_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snowflake_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">soccer_ball_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_alpha_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_alpha_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_amount_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_amount_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_numeric_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_numeric_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">soundcloud</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">space_shuttle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">spinner</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">spoon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">spotify</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stack_exchange</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stack_overflow</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half_empty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half_full</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">steam</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">steam_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">step_backward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">step_forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stethoscope</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sticky_note</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sticky_note_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stop_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stop_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">street_view</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">strikethrough</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stumbleupon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stumbleupon_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">subscript</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">subway</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">suitcase</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sun_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">superpowers</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">superscript</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">support</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">table</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tablet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tachometer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tags</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tasks</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">taxi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">telegram</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">television</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tencent_weibo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">terminal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">text_height</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">text_width</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">th</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">th_large</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">th_list</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">themeisle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_0</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_4</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_empty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_full</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_quarter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_three_quarters</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumb_tack</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ticket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_rectangle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_rectangle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tint</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_off</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_on</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trademark</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">train</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">transgender</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">transgender_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trash_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tree</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trello</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tripadvisor</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trophy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">truck</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">_try</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tumblr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tumblr_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">turkish_lira</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tv</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">twitch</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">twitter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">twitter_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">umbrella</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">underline</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">undo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">universal_access</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">university</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unlink</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unlock</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unlock_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unsorted</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">upload</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">usb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">usd</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_md</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_secret</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_times</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">users</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vcard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vcard_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">venus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">venus_double</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">venus_mars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">viacoin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">viadeo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">viadeo_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">video_camera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vimeo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vimeo_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vine</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_control_phone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_off</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">warning</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wechat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">weibo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">weixin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">whatsapp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wheelchair</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wheelchair_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wifi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wikipedia_w</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_close</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_close_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_maximize</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_minimize</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_restore</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">windows</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">won</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wordpress</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wpbeginner</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wpexplorer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wpforms</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wrench</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">xing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">xing_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">y_combinator</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">y_combinator_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yahoo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yc_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yelp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yen</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yoast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">youtube</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">youtube_play</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">youtube_square</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">FontAwesomeIcons</command:parameterValue>
          <dev:type>
            <maml:name>FontAwesomeIcons</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of this component.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>RefreshInterval</maml:name>
          <maml:Description>
            <maml:para>The number of seconds between refreshes.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Title</maml:name>
          <maml:Description>
            <maml:para>The text to display in the title.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-UDCollapsibleItem</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Active</maml:name>
          <maml:Description>
            <maml:para>Specifies whether the item is active by default. This will expand the item.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>BackgroundColor</maml:name>
          <maml:Description>
            <maml:para>Background color of the component item.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Content</maml:name>
          <maml:Description>
            <maml:para>Content of this collapsible. Other components can be nested within this item.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>FontColor</maml:name>
          <maml:Description>
            <maml:para>Font color of the component item.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Icon</maml:name>
          <maml:Description>
            <maml:para>The icon to display in the title of the item.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">None</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">_500px</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_book</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_book_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_card</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_card_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">adjust</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">adn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_center</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_justify</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">amazon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ambulance</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">american_sign_language_interpreting</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">anchor</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">android</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angellist</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">apple</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">archive</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">area_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows_h</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows_v</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">asl_interpreting</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">assistive_listening_systems</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">asterisk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">at</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">audio_description</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">automobile</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">backward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">balance_scale</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ban</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bandcamp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bank</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bar_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bar_chart_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">barcode</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bath</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bathtub</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_0</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_4</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_empty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_full</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_quarter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_three_quarters</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bed</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">beer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">behance</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">behance_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell_slash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell_slash_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bicycle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">binoculars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">birthday_cake</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bitbucket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bitbucket_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bitcoin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">black_tie</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">blind</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bluetooth</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bluetooth_b</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bold</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bolt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bomb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">book</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bookmark</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bookmark_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">braille</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">briefcase</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">btc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bug</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">building</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">building_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bullhorn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bullseye</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">buysellads</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cab</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calculator</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_check_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_minus_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_plus_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_times_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">camera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">camera_retro</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">car</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cart_arrow_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cart_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_amex</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_diners_club</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_discover</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_jcb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_mastercard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_paypal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_stripe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_visa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">certificate</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chain</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chain_broken</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">child</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chrome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle_o_notch</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle_thin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">clipboard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">clock_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">clone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">close</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cloud</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cloud_download</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cloud_upload</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cny</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">code</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">code_fork</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">codepen</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">codiepie</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">coffee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cog</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cogs</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">columns</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comment</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comment_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">commenting</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">commenting_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comments</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comments_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">compass</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">compress</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">connectdevelop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">contao</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">copy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">copyright</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">creative_commons</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">credit_card</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">credit_card_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">crop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">crosshairs</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">css3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cube</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cubes</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cut</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cutlery</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dashboard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dashcube</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">database</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">deaf</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">deafness</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dedent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">delicious</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">desktop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">deviantart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">diamond</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">digg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dollar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dot_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">download</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dribbble</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">drivers_license</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">drivers_license_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dropbox</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">drupal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">edge</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">edit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eercast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eject</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ellipsis_h</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ellipsis_v</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">empire</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_open</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_open_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envira</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eraser</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">etsy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eur</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">euro</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exchange</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exclamation</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exclamation_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exclamation_triangle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">expand</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">expeditedssl</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">external_link</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">external_link_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eye</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eye_slash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eyedropper</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook_f</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook_official</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fast_backward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fast_forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fax</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">feed</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">female</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fighter_jet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_archive_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_audio_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_code_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_excel_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_image_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_movie_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_pdf_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_photo_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_picture_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_powerpoint_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_sound_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_text</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_text_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_video_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_word_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_zip_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">files_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">film</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">filter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fire</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fire_extinguisher</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">firefox</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">first_order</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flag_checkered</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flag_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flask</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flickr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">floppy_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder_open</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder_open_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">font</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">font_awesome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fonticons</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fort_awesome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">forumbee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">foursquare</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">free_code_camp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">frown_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">futbol_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gamepad</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gavel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gbp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ge</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gear</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gears</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">genderless</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">get_pocket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gg_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gift</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">git</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">git_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">github</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">github_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">github_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gitlab</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gittip</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">glass</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">glide</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">glide_g</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">globe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus_official</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_wallet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">graduation_cap</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gratipay</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">grav</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">group</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">h_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hacker_news</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_grab_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_lizard_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_paper_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_peace_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_pointer_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_rock_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_scissors_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_spock_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_stop_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">handshake_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hard_of_hearing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hashtag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hdd_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">header</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">headphones</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">heart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">heart_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">heartbeat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">history</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">home</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hospital_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hotel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_end</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_start</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">houzz</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">html5</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">i_cursor</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">id_badge</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">id_card</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">id_card_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ils</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">image</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">imdb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">inbox</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">indent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">industry</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">info</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">info_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">inr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">instagram</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">institution</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">internet_explorer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">intersex</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ioxhost</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">italic</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">joomla</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">jpy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">jsfiddle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">key</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">keyboard_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">krw</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">language</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">laptop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lastfm</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lastfm_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">leaf</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">leanpub</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">legal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lemon_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">level_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">level_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_bouy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_buoy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_ring</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_saver</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lightbulb_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">line_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">link</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linkedin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linkedin_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linode</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linux</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list_ol</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list_ul</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">location_arrow</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">_lock</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">low_vision</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">magic</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">magnet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mail_forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mail_reply</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mail_reply_all</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">male</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_marker</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_pin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_signs</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_double</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_stroke</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_stroke_h</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_stroke_v</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">maxcdn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">meanpath</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">medium</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">medkit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">meetup</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">meh_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mercury</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">microchip</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">microphone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">microphone_slash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mixcloud</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mobile</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mobile_phone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">modx</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">money</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">moon_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mortar_board</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">motorcycle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mouse_pointer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">music</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">navicon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">neuter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">newspaper_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">object_group</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">object_ungroup</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">odnoklassniki</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">odnoklassniki_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">opencart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">openid</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">opera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">optin_monster</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">outdent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pagelines</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paint_brush</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paper_plane</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paper_plane_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paperclip</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paragraph</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paste</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pause</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pause_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pause_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paw</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paypal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pencil</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pencil_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pencil_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">percent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">phone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">phone_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">photo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">picture_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pie_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pied_piper</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pied_piper_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pied_piper_pp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pinterest</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pinterest_p</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pinterest_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plane</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">play</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">play_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">play_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plug</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">podcast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">power_off</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">print</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">product_hunt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">puzzle_piece</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">qq</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">qrcode</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">question</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">question_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">question_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">quora</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">quote_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">quote_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ra</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">random</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ravelry</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rebel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">recycle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reddit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reddit_alien</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reddit_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">refresh</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">registered</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">remove</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">renren</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reorder</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">repeat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reply</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reply_all</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">resistance</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">retweet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rmb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">road</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rocket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rotate_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rotate_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rouble</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rss</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rss_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rub</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ruble</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rupee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">s15</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">safari</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">save</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">scissors</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">scribd</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">search</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">search_minus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">search_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sellsy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">send</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">send_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">server</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_alt_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shekel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sheqel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shield</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ship</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shirtsinbulk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shopping_bag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shopping_basket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shopping_cart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shower</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sign_in</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sign_language</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sign_out</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">signal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">signing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">simplybuilt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sitemap</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">skyatlas</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">skype</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">slack</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sliders</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">slideshare</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">smile_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snapchat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snapchat_ghost</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snapchat_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snowflake_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">soccer_ball_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_alpha_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_alpha_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_amount_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_amount_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_numeric_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_numeric_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">soundcloud</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">space_shuttle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">spinner</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">spoon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">spotify</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stack_exchange</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stack_overflow</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half_empty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half_full</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">steam</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">steam_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">step_backward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">step_forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stethoscope</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sticky_note</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sticky_note_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stop_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stop_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">street_view</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">strikethrough</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stumbleupon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stumbleupon_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">subscript</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">subway</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">suitcase</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sun_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">superpowers</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">superscript</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">support</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">table</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tablet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tachometer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tags</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tasks</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">taxi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">telegram</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">television</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tencent_weibo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">terminal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">text_height</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">text_width</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">th</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">th_large</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">th_list</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">themeisle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_0</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_4</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_empty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_full</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_quarter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_three_quarters</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumb_tack</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ticket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_rectangle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_rectangle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tint</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_off</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_on</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trademark</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">train</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">transgender</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">transgender_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trash_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tree</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trello</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tripadvisor</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trophy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">truck</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">_try</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tumblr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tumblr_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">turkish_lira</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tv</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">twitch</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">twitter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">twitter_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">umbrella</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">underline</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">undo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">universal_access</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">university</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unlink</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unlock</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unlock_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unsorted</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">upload</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">usb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">usd</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_md</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_secret</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_times</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">users</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vcard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vcard_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">venus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">venus_double</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">venus_mars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">viacoin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">viadeo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">viadeo_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">video_camera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vimeo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vimeo_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vine</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_control_phone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_off</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">warning</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wechat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">weibo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">weixin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">whatsapp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wheelchair</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wheelchair_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wifi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wikipedia_w</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_close</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_close_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_maximize</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_minimize</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_restore</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">windows</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">won</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wordpress</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wpbeginner</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wpexplorer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wpforms</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wrench</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">xing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">xing_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">y_combinator</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">y_combinator_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yahoo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yc_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yelp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yen</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yoast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">youtube</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">youtube_play</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">youtube_square</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">FontAwesomeIcons</command:parameterValue>
          <dev:type>
            <maml:name>FontAwesomeIcons</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of this component.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Title</maml:name>
          <maml:Description>
            <maml:para>The text to display in the title.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Active</maml:name>
        <maml:Description>
          <maml:para>Specifies whether the item is active by default. This will expand the item.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AutoRefresh</maml:name>
        <maml:Description>
          <maml:para>Specifies that this component auto-refreshs on the RefreshInterval.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>BackgroundColor</maml:name>
        <maml:Description>
          <maml:para>Background color of the component item.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Content</maml:name>
        <maml:Description>
          <maml:para>Content of this collapsible. Other components can be nested within this item.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Endpoint</maml:name>
        <maml:Description>
          <maml:para>The endpoint that returns the content for this component.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>FontColor</maml:name>
        <maml:Description>
          <maml:para>Font color of the component item.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Icon</maml:name>
        <maml:Description>
          <maml:para>The icon to display in the title of the item.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">FontAwesomeIcons</command:parameterValue>
        <dev:type>
          <maml:name>FontAwesomeIcons</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID of this component.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>RefreshInterval</maml:name>
        <maml:Description>
          <maml:para>The number of seconds between refreshes.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Title</maml:name>
        <maml:Description>
          <maml:para>The text to display in the title.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDCollapsible -Id "Collapsible" -Items {
                New-UDCollapsibleItem -Title "First" -Icon user -Content {
                    New-UDCard -Title "First"
                } -Active
                New-UDCollapsibleItem -Title "Second" -Icon group -Content {
                    New-UDCard -Title "Second"
                }
                New-UDCollapsibleItem -Title "Third" -Icon user -Content {
                    New-UDCard -Title "Third"
                }
            }</dev:code>
        <dev:remarks>
          <maml:para>Creates a new collapsible with 3 different items.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDCollection</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDCollection</command:noun>
      <maml:description>
        <maml:para>Creates a collection of items.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a collection of items.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDCollection</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID for this collection.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Content</maml:name>
          <maml:Description>
            <maml:para>Content for the collection. This should be generated using calls to New-UDCollectionItem.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>Header</maml:name>
          <maml:Description>
            <maml:para>Header text for collection.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>LinkCollection</maml:name>
          <maml:Description>
            <maml:para>Whether or not this collection contains links.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Content</maml:name>
        <maml:Description>
          <maml:para>Content for the collection. This should be generated using calls to New-UDCollectionItem.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>Header</maml:name>
        <maml:Description>
          <maml:para>Header text for collection.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID for this collection.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>LinkCollection</maml:name>
        <maml:Description>
          <maml:para>Whether or not this collection contains links.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Collection --------------------------</maml:title>
        <dev:code>New-UDCollection -Content {
    New-UDCollectionItem -Content {
        "Item 1"
    }
    New-UDCollectionItem -Content {
        "Item 2"
    }
    New-UDCollectionItem -Content {
        "Item 3"
    }
}</dev:code>
        <dev:remarks>
          <maml:para>Creates a collection of 3 items.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDCollectionItem</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDCollectionItem</command:noun>
      <maml:description>
        <maml:para>Creates a new collection item.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a new collection item.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDCollectionItem</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Active</maml:name>
          <maml:Description>
            <maml:para>Whether this collection item is active.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Content</maml:name>
          <maml:Description>
            <maml:para>The content for this collection item.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of this collection item.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>SecondaryContent</maml:name>
          <maml:Description>
            <maml:para>Secondary content for this collection item.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-UDCollectionItem</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Active</maml:name>
          <maml:Description>
            <maml:para>Whether this collection item is active.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Content</maml:name>
          <maml:Description>
            <maml:para>The content for this collection item.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of this collection item.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Url</maml:name>
          <maml:Description>
            <maml:para>URL for this collection item. This should be used when New-UDCollection has the LinksCollection parameter specified.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Active</maml:name>
        <maml:Description>
          <maml:para>Whether this collection item is active.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Content</maml:name>
        <maml:Description>
          <maml:para>The content for this collection item.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID of this collection item.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>SecondaryContent</maml:name>
        <maml:Description>
          <maml:para>Secondary content for this collection item.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Url</maml:name>
        <maml:Description>
          <maml:para>URL for this collection item. This should be used when New-UDCollection has the LinksCollection parameter specified.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDCollection -Content {
    New-UDCollectionItem -Content {
        "Item 1"
    }
    New-UDCollectionItem -Content {
        "Item 2"
    }
    New-UDCollectionItem -Content {
        "Item 3"
    }
}</dev:code>
        <dev:remarks>
          <maml:para>Creates a collection of 3 items.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDColumn</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDColumn</command:noun>
      <maml:description>
        <maml:para>Creates a new column in the dashboard. This should be called within a New-UDRow's content or endpoint block.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a new column in the dashboard. This should be called within a New-UDRow. Columns can be size 1-12. Size 12 would span the entire width of the page. If you had 12 size 1 columns, each would take up 1/12 of the page and they would be equally spaced along the row.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDColumn</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AutoRefresh</maml:name>
          <maml:Description>
            <maml:para>Whether this column should auto-refresh. The default interval is every 5 seconds.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Endpoint</maml:name>
          <maml:Description>
            <maml:para>The endpoint to call to generate the content of this column. This is mutually exclusive with Content.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of the column. This is the ID set in the HTML markup.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>LargeOffset</maml:name>
          <maml:Description>
            <maml:para>The number of columns to offset this column on large screens. Large screens are over 992px wide.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>LargeSize</maml:name>
          <maml:Description>
            <maml:para>The size of this column on large screens. Large screens are over 992px wide.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>MediumOffset</maml:name>
          <maml:Description>
            <maml:para>The number of columns to offset this column on medium screens. Medium screens are over 600px and less than 992px wide.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>MediumSize</maml:name>
          <maml:Description>
            <maml:para>The size of this column on medium screens. Medium screens are over 600px and less than 992px wide.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>RefreshInterval</maml:name>
          <maml:Description>
            <maml:para>How often this column refreshes.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>SmallOffset</maml:name>
          <maml:Description>
            <maml:para>The number of columns to offset this column on small screens. Small screens are under 600px wide.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="Size">
          <maml:name>SmallSize</maml:name>
          <maml:Description>
            <maml:para>The size of this column on small screens. Small screens are under 600px wide.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-UDColumn</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Content</maml:name>
          <maml:Description>
            <maml:para>The content of the column. This can be one or more controls. It can also be other another row of columns.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of the column. This is the ID set in the HTML markup.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>LargeOffset</maml:name>
          <maml:Description>
            <maml:para>The number of columns to offset this column on large screens. Large screens are over 992px wide.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>LargeSize</maml:name>
          <maml:Description>
            <maml:para>The size of this column on large screens. Large screens are over 992px wide.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>MediumOffset</maml:name>
          <maml:Description>
            <maml:para>The number of columns to offset this column on medium screens. Medium screens are over 600px and less than 992px wide.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>MediumSize</maml:name>
          <maml:Description>
            <maml:para>The size of this column on medium screens. Medium screens are over 600px and less than 992px wide.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>SmallOffset</maml:name>
          <maml:Description>
            <maml:para>The number of columns to offset this column on small screens. Small screens are under 600px wide.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="Size">
          <maml:name>SmallSize</maml:name>
          <maml:Description>
            <maml:para>The size of this column on small screens. Small screens are under 600px wide.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AutoRefresh</maml:name>
        <maml:Description>
          <maml:para>Whether this column should auto-refresh. The default interval is every 5 seconds.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Content</maml:name>
        <maml:Description>
          <maml:para>The content of the column. This can be one or more controls. It can also be other another row of columns.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Endpoint</maml:name>
        <maml:Description>
          <maml:para>The endpoint to call to generate the content of this column. This is mutually exclusive with Content.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID of the column. This is the ID set in the HTML markup.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>LargeOffset</maml:name>
        <maml:Description>
          <maml:para>The number of columns to offset this column on large screens. Large screens are over 992px wide.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>LargeSize</maml:name>
        <maml:Description>
          <maml:para>The size of this column on large screens. Large screens are over 992px wide.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>MediumOffset</maml:name>
        <maml:Description>
          <maml:para>The number of columns to offset this column on medium screens. Medium screens are over 600px and less than 992px wide.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>MediumSize</maml:name>
        <maml:Description>
          <maml:para>The size of this column on medium screens. Medium screens are over 600px and less than 992px wide.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>RefreshInterval</maml:name>
        <maml:Description>
          <maml:para>How often this column refreshes.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>SmallOffset</maml:name>
        <maml:Description>
          <maml:para>The number of columns to offset this column on small screens. Small screens are under 600px wide.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="Size">
        <maml:name>SmallSize</maml:name>
        <maml:Description>
          <maml:para>The size of this column on small screens. Small screens are under 600px wide.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDRow -Columns {
    New-UDColumn -Size 12 -Content {
        New-UDChart ...
    }
}</dev:code>
        <dev:remarks>
          <maml:para>Creats a new row with a column that spans the entire page.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDRow -Columns {
    New-UDColumn -Size 4 -Content {
        New-UDChart ...
    }
    New-UDColumn -Size 4 -Content {
        New-UDChart ...
    }
    New-UDColumn -Size 4 -Content {
        New-UDChart ...
    }
}</dev:code>
        <dev:remarks>
          <maml:para>Creates a new row with 3 columns that take up 1/3 of the page width each.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDCounter</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDCounter</command:noun>
      <maml:description>
        <maml:para>Creates a simple counter.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a simple counter. The counter number can be formatted using Numeral formats. An icon can also be displayed with the Icon property.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDCounter</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ArgumentList</maml:name>
          <maml:Description>
            <maml:para>Arguments to pass to the endpoint. They will be available via the $ArgumentList variable.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object[]</command:parameterValue>
          <dev:type>
            <maml:name>Object[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AutoRefresh</maml:name>
          <maml:Description>
            <maml:para>Enables auto refresh for this component.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>BackgroundColor</maml:name>
          <maml:Description>
            <maml:para>Background color of the panel.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Endpoint</maml:name>
          <maml:Description>
            <maml:para>The endpoint that is called on the server to get data for the counter. The data should be piped to ConvertTo-Json before returning from this cmdlet.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>FontColor</maml:name>
          <maml:Description>
            <maml:para>The font color.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Format</maml:name>
          <maml:Description>
            <maml:para>The Numeral.js format for the counter. See http://numeraljs.com/ for more information.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Icon</maml:name>
          <maml:Description>
            <maml:para>The icon to show in the background of the counter. See http://fontawesome.io/icons/ for more information.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">None</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">_500px</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_book</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_book_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_card</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_card_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">adjust</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">adn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_center</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_justify</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">amazon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ambulance</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">american_sign_language_interpreting</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">anchor</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">android</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angellist</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">apple</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">archive</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">area_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows_h</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows_v</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">asl_interpreting</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">assistive_listening_systems</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">asterisk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">at</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">audio_description</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">automobile</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">backward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">balance_scale</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ban</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bandcamp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bank</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bar_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bar_chart_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">barcode</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bath</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bathtub</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_0</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_4</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_empty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_full</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_quarter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_three_quarters</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bed</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">beer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">behance</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">behance_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell_slash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell_slash_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bicycle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">binoculars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">birthday_cake</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bitbucket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bitbucket_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bitcoin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">black_tie</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">blind</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bluetooth</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bluetooth_b</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bold</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bolt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bomb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">book</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bookmark</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bookmark_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">braille</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">briefcase</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">btc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bug</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">building</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">building_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bullhorn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bullseye</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">buysellads</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cab</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calculator</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_check_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_minus_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_plus_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_times_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">camera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">camera_retro</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">car</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cart_arrow_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cart_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_amex</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_diners_club</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_discover</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_jcb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_mastercard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_paypal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_stripe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_visa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">certificate</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chain</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chain_broken</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">child</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chrome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle_o_notch</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle_thin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">clipboard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">clock_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">clone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">close</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cloud</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cloud_download</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cloud_upload</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cny</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">code</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">code_fork</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">codepen</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">codiepie</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">coffee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cog</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cogs</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">columns</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comment</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comment_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">commenting</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">commenting_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comments</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comments_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">compass</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">compress</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">connectdevelop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">contao</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">copy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">copyright</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">creative_commons</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">credit_card</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">credit_card_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">crop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">crosshairs</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">css3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cube</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cubes</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cut</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cutlery</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dashboard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dashcube</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">database</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">deaf</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">deafness</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dedent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">delicious</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">desktop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">deviantart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">diamond</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">digg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dollar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dot_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">download</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dribbble</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">drivers_license</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">drivers_license_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dropbox</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">drupal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">edge</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">edit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eercast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eject</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ellipsis_h</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ellipsis_v</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">empire</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_open</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_open_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envira</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eraser</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">etsy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eur</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">euro</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exchange</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exclamation</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exclamation_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exclamation_triangle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">expand</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">expeditedssl</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">external_link</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">external_link_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eye</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eye_slash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eyedropper</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook_f</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook_official</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fast_backward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fast_forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fax</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">feed</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">female</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fighter_jet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_archive_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_audio_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_code_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_excel_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_image_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_movie_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_pdf_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_photo_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_picture_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_powerpoint_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_sound_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_text</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_text_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_video_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_word_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_zip_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">files_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">film</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">filter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fire</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fire_extinguisher</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">firefox</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">first_order</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flag_checkered</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flag_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flask</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flickr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">floppy_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder_open</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder_open_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">font</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">font_awesome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fonticons</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fort_awesome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">forumbee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">foursquare</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">free_code_camp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">frown_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">futbol_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gamepad</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gavel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gbp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ge</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gear</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gears</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">genderless</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">get_pocket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gg_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gift</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">git</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">git_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">github</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">github_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">github_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gitlab</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gittip</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">glass</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">glide</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">glide_g</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">globe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus_official</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_wallet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">graduation_cap</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gratipay</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">grav</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">group</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">h_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hacker_news</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_grab_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_lizard_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_paper_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_peace_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_pointer_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_rock_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_scissors_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_spock_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_stop_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">handshake_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hard_of_hearing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hashtag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hdd_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">header</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">headphones</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">heart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">heart_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">heartbeat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">history</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">home</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hospital_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hotel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_end</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_start</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">houzz</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">html5</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">i_cursor</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">id_badge</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">id_card</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">id_card_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ils</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">image</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">imdb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">inbox</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">indent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">industry</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">info</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">info_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">inr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">instagram</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">institution</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">internet_explorer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">intersex</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ioxhost</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">italic</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">joomla</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">jpy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">jsfiddle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">key</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">keyboard_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">krw</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">language</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">laptop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lastfm</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lastfm_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">leaf</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">leanpub</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">legal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lemon_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">level_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">level_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_bouy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_buoy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_ring</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_saver</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lightbulb_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">line_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">link</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linkedin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linkedin_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linode</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linux</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list_ol</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list_ul</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">location_arrow</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">_lock</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">low_vision</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">magic</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">magnet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mail_forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mail_reply</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mail_reply_all</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">male</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_marker</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_pin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_signs</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_double</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_stroke</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_stroke_h</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_stroke_v</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">maxcdn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">meanpath</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">medium</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">medkit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">meetup</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">meh_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mercury</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">microchip</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">microphone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">microphone_slash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mixcloud</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mobile</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mobile_phone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">modx</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">money</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">moon_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mortar_board</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">motorcycle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mouse_pointer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">music</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">navicon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">neuter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">newspaper_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">object_group</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">object_ungroup</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">odnoklassniki</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">odnoklassniki_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">opencart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">openid</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">opera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">optin_monster</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">outdent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pagelines</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paint_brush</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paper_plane</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paper_plane_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paperclip</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paragraph</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paste</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pause</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pause_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pause_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paw</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paypal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pencil</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pencil_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pencil_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">percent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">phone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">phone_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">photo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">picture_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pie_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pied_piper</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pied_piper_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pied_piper_pp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pinterest</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pinterest_p</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pinterest_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plane</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">play</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">play_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">play_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plug</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">podcast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">power_off</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">print</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">product_hunt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">puzzle_piece</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">qq</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">qrcode</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">question</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">question_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">question_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">quora</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">quote_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">quote_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ra</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">random</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ravelry</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rebel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">recycle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reddit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reddit_alien</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reddit_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">refresh</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">registered</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">remove</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">renren</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reorder</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">repeat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reply</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reply_all</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">resistance</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">retweet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rmb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">road</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rocket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rotate_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rotate_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rouble</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rss</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rss_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rub</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ruble</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rupee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">s15</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">safari</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">save</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">scissors</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">scribd</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">search</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">search_minus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">search_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sellsy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">send</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">send_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">server</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_alt_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shekel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sheqel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shield</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ship</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shirtsinbulk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shopping_bag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shopping_basket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shopping_cart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shower</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sign_in</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sign_language</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sign_out</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">signal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">signing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">simplybuilt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sitemap</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">skyatlas</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">skype</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">slack</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sliders</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">slideshare</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">smile_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snapchat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snapchat_ghost</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snapchat_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snowflake_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">soccer_ball_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_alpha_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_alpha_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_amount_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_amount_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_numeric_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_numeric_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">soundcloud</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">space_shuttle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">spinner</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">spoon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">spotify</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stack_exchange</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stack_overflow</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half_empty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half_full</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">steam</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">steam_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">step_backward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">step_forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stethoscope</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sticky_note</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sticky_note_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stop_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stop_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">street_view</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">strikethrough</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stumbleupon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stumbleupon_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">subscript</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">subway</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">suitcase</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sun_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">superpowers</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">superscript</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">support</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">table</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tablet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tachometer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tags</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tasks</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">taxi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">telegram</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">television</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tencent_weibo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">terminal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">text_height</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">text_width</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">th</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">th_large</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">th_list</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">themeisle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_0</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_4</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_empty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_full</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_quarter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_three_quarters</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumb_tack</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ticket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_rectangle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_rectangle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tint</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_off</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_on</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trademark</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">train</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">transgender</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">transgender_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trash_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tree</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trello</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tripadvisor</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trophy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">truck</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">_try</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tumblr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tumblr_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">turkish_lira</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tv</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">twitch</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">twitter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">twitter_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">umbrella</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">underline</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">undo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">universal_access</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">university</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unlink</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unlock</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unlock_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unsorted</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">upload</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">usb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">usd</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_md</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_secret</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_times</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">users</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vcard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vcard_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">venus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">venus_double</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">venus_mars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">viacoin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">viadeo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">viadeo_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">video_camera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vimeo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vimeo_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vine</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_control_phone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_off</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">warning</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wechat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">weibo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">weixin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">whatsapp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wheelchair</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wheelchair_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wifi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wikipedia_w</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_close</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_close_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_maximize</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_minimize</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_restore</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">windows</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">won</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wordpress</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wpbeginner</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wpexplorer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wpforms</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wrench</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">xing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">xing_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">y_combinator</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">y_combinator_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yahoo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yc_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yelp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yen</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yoast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">youtube</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">youtube_play</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">youtube_square</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">FontAwesomeIcons</command:parameterValue>
          <dev:type>
            <maml:name>FontAwesomeIcons</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Id of this component.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Links</maml:name>
          <maml:Description>
            <maml:para>Links to display on the bottom of the counter. Use New-UDLink to generate a link.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Link[]</command:parameterValue>
          <dev:type>
            <maml:name>Link[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>RefreshInterval</maml:name>
          <maml:Description>
            <maml:para>The number of seconds between refreshes. AutoRefresh should be specified when using RefreshInterval.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>TextAlignment</maml:name>
          <maml:Description>
            <maml:para>Text alignment of the counter.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">center</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">right</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">TextAlignment</command:parameterValue>
          <dev:type>
            <maml:name>TextAlignment</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>TextSize</maml:name>
          <maml:Description>
            <maml:para>The size of the text in the counter body.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">Small</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Medium</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Large</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">TextSize</command:parameterValue>
          <dev:type>
            <maml:name>TextSize</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Title</maml:name>
          <maml:Description>
            <maml:para>The title text to display.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ArgumentList</maml:name>
        <maml:Description>
          <maml:para>Arguments to pass to the endpoint. They will be available via the $ArgumentList variable.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object[]</command:parameterValue>
        <dev:type>
          <maml:name>Object[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AutoRefresh</maml:name>
        <maml:Description>
          <maml:para>Enables auto refresh for this component.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>BackgroundColor</maml:name>
        <maml:Description>
          <maml:para>Background color of the panel.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Endpoint</maml:name>
        <maml:Description>
          <maml:para>The endpoint that is called on the server to get data for the counter. The data should be piped to ConvertTo-Json before returning from this cmdlet.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>FontColor</maml:name>
        <maml:Description>
          <maml:para>The font color.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Format</maml:name>
        <maml:Description>
          <maml:para>The Numeral.js format for the counter. See http://numeraljs.com/ for more information.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Icon</maml:name>
        <maml:Description>
          <maml:para>The icon to show in the background of the counter. See http://fontawesome.io/icons/ for more information.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">FontAwesomeIcons</command:parameterValue>
        <dev:type>
          <maml:name>FontAwesomeIcons</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>Id of this component.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Links</maml:name>
        <maml:Description>
          <maml:para>Links to display on the bottom of the counter. Use New-UDLink to generate a link.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Link[]</command:parameterValue>
        <dev:type>
          <maml:name>Link[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>RefreshInterval</maml:name>
        <maml:Description>
          <maml:para>The number of seconds between refreshes. AutoRefresh should be specified when using RefreshInterval.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>TextAlignment</maml:name>
        <maml:Description>
          <maml:para>Text alignment of the counter.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">TextAlignment</command:parameterValue>
        <dev:type>
          <maml:name>TextAlignment</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>TextSize</maml:name>
        <maml:Description>
          <maml:para>The size of the text in the counter body.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">TextSize</command:parameterValue>
        <dev:type>
          <maml:name>TextSize</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Title</maml:name>
        <maml:Description>
          <maml:para>The title text to display.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>--------------------------- Counter ---------------------------</maml:title>
        <dev:code>New-UDCounter -Title "Total Bytes Downloaded" -AutoRefresh -RefreshInterval 3 -Format '0.00b' -Icon cloud_download -Endpoint {
    Get-Random -Minimum 0 -Maximum 100000000 | ConvertTo-Json
}</dev:code>
        <dev:remarks>
          <maml:para>Outputs a random number as a counter. Formats the number into KB, MB or TB depending on the size of the number returned. Puts the cloud_download icon in the background.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDDashboard</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDDashboard</command:noun>
      <maml:description>
        <maml:para>Creates a new dashboard. The result of this cmdlet should be passed to Start-UDDashboard.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a new dashboard. The result of this cmdlet should be passed to Start-UDDashboard.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDDashboard</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>BackgroundColor</maml:name>
          <maml:Description>
            <maml:para>Background color.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Content</maml:name>
          <maml:Description>
            <maml:para>Content of the dashboard.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>CyclePages</maml:name>
          <maml:Description>
            <maml:para>Changes pages in the dashboard automatically.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>CyclePagesInterval</maml:name>
          <maml:Description>
            <maml:para>The number of seconds to wait on each page before changing to the next page. Defaults to 10 seconds.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>EndpointInitialization</maml:name>
          <maml:Description>
            <maml:para>The initial session state for endpoints of this dashboard. Use New-UDEndpointInitialization to create an object for this parameter.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">InitialSessionState</command:parameterValue>
          <dev:type>
            <maml:name>InitialSessionState</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>FontColor</maml:name>
          <maml:Description>
            <maml:para>Font color.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>FontIconStyle</maml:name>
          <maml:Description>
            <maml:para>Choose the style of the icons, filled or line.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">FontAwesome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">LineAwesome</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>FontAwesome</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Footer</maml:name>
          <maml:Description>
            <maml:para>Configuration options for the footer. Use New-UDFooter to create the object for these options.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Footer</command:parameterValue>
          <dev:type>
            <maml:name>Footer</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>GeoLocation</maml:name>
          <maml:Description>
            <maml:para>Enables GeoLocation support for the dashboard. A $Location variable will be defined in all endpoints when this is enabled. When a user allows the dashboard to get their location, you will have access to the latitude, longitude, heading and speed.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>LoadingScreen</maml:name>
          <maml:Description>
            <maml:para>Loading screen for the dashboard. Use New-UDLoadingScreen to customize the loading screen.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">LoadingScreen</command:parameterValue>
          <dev:type>
            <maml:name>LoadingScreen</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>LoginPage</maml:name>
          <maml:Description>
            <maml:para>The login page for this dashboard. Use New-UDLoginPage to create a login page.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">LoginPage</command:parameterValue>
          <dev:type>
            <maml:name>LoginPage</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="Color">
          <maml:name>NavBarColor</maml:name>
          <maml:Description>
            <maml:para>Navigation bar and footer color.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>NavBarFontColor</maml:name>
          <maml:Description>
            <maml:para>Navigation bar and footer font color.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>NavBarLogo</maml:name>
          <maml:Description>
            <maml:para>A logo to use within the navbar. Use New-UDImage to create this logo.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Element</command:parameterValue>
          <dev:type>
            <maml:name>Element</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>NavbarLinks</maml:name>
          <maml:Description>
            <maml:para>Links to present on the dashboard. Use New-UDLink to create links.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Link[]</command:parameterValue>
          <dev:type>
            <maml:name>Link[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Navigation</maml:name>
          <maml:Description>
            <maml:para>{{Fill Navigation Description}}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">SideNav</command:parameterValue>
          <dev:type>
            <maml:name>SideNav</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Scripts</maml:name>
          <maml:Description>
            <maml:para>Additional scripts to include with the dashboard. These scripts are not copied but just referenced in the output HTML.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
          <dev:type>
            <maml:name>String[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Stylesheets</maml:name>
          <maml:Description>
            <maml:para>Additional stylesheets to include with the dashboard. These stylesheets are not copied but just referenced in the output HTML.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
          <dev:type>
            <maml:name>String[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Theme</maml:name>
          <maml:Description>
            <maml:para>The theme to use with this dashboard. This can be a predefined theme supplied by Get-UDTheme or a custom theme created with New-UDTheme.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Theme</command:parameterValue>
          <dev:type>
            <maml:name>Theme</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Title</maml:name>
          <maml:Description>
            <maml:para>Title for the dashboard.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-UDDashboard</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>BackgroundColor</maml:name>
          <maml:Description>
            <maml:para>Background color.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>CyclePages</maml:name>
          <maml:Description>
            <maml:para>Changes pages in the dashboard automatically.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>CyclePagesInterval</maml:name>
          <maml:Description>
            <maml:para>The number of seconds to wait on each page before changing to the next page. Defaults to 10 seconds.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>EndpointInitialization</maml:name>
          <maml:Description>
            <maml:para>The initial session state for endpoints of this dashboard. Use New-UDEndpointInitialization to create an object for this parameter.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">InitialSessionState</command:parameterValue>
          <dev:type>
            <maml:name>InitialSessionState</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>FontColor</maml:name>
          <maml:Description>
            <maml:para>Font color.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>FontIconStyle</maml:name>
          <maml:Description>
            <maml:para>Choose the style of the icons, filled or line.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">FontAwesome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">LineAwesome</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>FontAwesome</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Footer</maml:name>
          <maml:Description>
            <maml:para>Configuration options for the footer. Use New-UDFooter to create the object for these options.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Footer</command:parameterValue>
          <dev:type>
            <maml:name>Footer</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>GeoLocation</maml:name>
          <maml:Description>
            <maml:para>Enables GeoLocation support for the dashboard. A $Location variable will be defined in all endpoints when this is enabled. When a user allows the dashboard to get their location, you will have access to the latitude, longitude, heading and speed.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>LoadingScreen</maml:name>
          <maml:Description>
            <maml:para>Loading screen for the dashboard. Use New-UDLoadingScreen to customize the loading screen.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">LoadingScreen</command:parameterValue>
          <dev:type>
            <maml:name>LoadingScreen</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>LoginPage</maml:name>
          <maml:Description>
            <maml:para>The login page for this dashboard. Use New-UDLoginPage to create a login page.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">LoginPage</command:parameterValue>
          <dev:type>
            <maml:name>LoginPage</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="Color">
          <maml:name>NavBarColor</maml:name>
          <maml:Description>
            <maml:para>Navigation bar and footer color.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>NavBarFontColor</maml:name>
          <maml:Description>
            <maml:para>Navigation bar and footer font color.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>NavBarLogo</maml:name>
          <maml:Description>
            <maml:para>A logo to use within the navbar. Use New-UDImage to create this logo.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Element</command:parameterValue>
          <dev:type>
            <maml:name>Element</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>NavbarLinks</maml:name>
          <maml:Description>
            <maml:para>Links to present on the dashboard. Use New-UDLink to create links.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Link[]</command:parameterValue>
          <dev:type>
            <maml:name>Link[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Navigation</maml:name>
          <maml:Description>
            <maml:para>{{Fill Navigation Description}}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">SideNav</command:parameterValue>
          <dev:type>
            <maml:name>SideNav</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Pages</maml:name>
          <maml:Description>
            <maml:para>An array of pages to display in a multi-page dashboard.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Page[]</command:parameterValue>
          <dev:type>
            <maml:name>Page[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Scripts</maml:name>
          <maml:Description>
            <maml:para>Additional scripts to include with the dashboard. These scripts are not copied but just referenced in the output HTML.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
          <dev:type>
            <maml:name>String[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Stylesheets</maml:name>
          <maml:Description>
            <maml:para>Additional stylesheets to include with the dashboard. These stylesheets are not copied but just referenced in the output HTML.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
          <dev:type>
            <maml:name>String[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Theme</maml:name>
          <maml:Description>
            <maml:para>The theme to use with this dashboard. This can be a predefined theme supplied by Get-UDTheme or a custom theme created with New-UDTheme.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Theme</command:parameterValue>
          <dev:type>
            <maml:name>Theme</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Title</maml:name>
          <maml:Description>
            <maml:para>Title for the dashboard.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>BackgroundColor</maml:name>
        <maml:Description>
          <maml:para>Background color.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Content</maml:name>
        <maml:Description>
          <maml:para>Content of the dashboard.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>CyclePages</maml:name>
        <maml:Description>
          <maml:para>Changes pages in the dashboard automatically.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>CyclePagesInterval</maml:name>
        <maml:Description>
          <maml:para>The number of seconds to wait on each page before changing to the next page. Defaults to 10 seconds.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>EndpointInitialization</maml:name>
        <maml:Description>
          <maml:para>The initial session state for endpoints of this dashboard. Use New-UDEndpointInitialization to create an object for this parameter.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">InitialSessionState</command:parameterValue>
        <dev:type>
          <maml:name>InitialSessionState</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>FontColor</maml:name>
        <maml:Description>
          <maml:para>Font color.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>FontIconStyle</maml:name>
        <maml:Description>
          <maml:para>Choose the style of the icons, filled or line.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>FontAwesome</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Footer</maml:name>
        <maml:Description>
          <maml:para>Configuration options for the footer. Use New-UDFooter to create the object for these options.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Footer</command:parameterValue>
        <dev:type>
          <maml:name>Footer</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>GeoLocation</maml:name>
        <maml:Description>
          <maml:para>Enables GeoLocation support for the dashboard. A $Location variable will be defined in all endpoints when this is enabled. When a user allows the dashboard to get their location, you will have access to the latitude, longitude, heading and speed.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>LoadingScreen</maml:name>
        <maml:Description>
          <maml:para>Loading screen for the dashboard. Use New-UDLoadingScreen to customize the loading screen.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">LoadingScreen</command:parameterValue>
        <dev:type>
          <maml:name>LoadingScreen</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>LoginPage</maml:name>
        <maml:Description>
          <maml:para>The login page for this dashboard. Use New-UDLoginPage to create a login page.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">LoginPage</command:parameterValue>
        <dev:type>
          <maml:name>LoginPage</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="Color">
        <maml:name>NavBarColor</maml:name>
        <maml:Description>
          <maml:para>Navigation bar and footer color.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>NavBarFontColor</maml:name>
        <maml:Description>
          <maml:para>Navigation bar and footer font color.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>NavBarLogo</maml:name>
        <maml:Description>
          <maml:para>A logo to use within the navbar. Use New-UDImage to create this logo.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Element</command:parameterValue>
        <dev:type>
          <maml:name>Element</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>NavbarLinks</maml:name>
        <maml:Description>
          <maml:para>Links to present on the dashboard. Use New-UDLink to create links.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Link[]</command:parameterValue>
        <dev:type>
          <maml:name>Link[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Navigation</maml:name>
        <maml:Description>
          <maml:para>{{Fill Navigation Description}}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">SideNav</command:parameterValue>
        <dev:type>
          <maml:name>SideNav</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Pages</maml:name>
        <maml:Description>
          <maml:para>An array of pages to display in a multi-page dashboard.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Page[]</command:parameterValue>
        <dev:type>
          <maml:name>Page[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Scripts</maml:name>
        <maml:Description>
          <maml:para>Additional scripts to include with the dashboard. These scripts are not copied but just referenced in the output HTML.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Stylesheets</maml:name>
        <maml:Description>
          <maml:para>Additional stylesheets to include with the dashboard. These stylesheets are not copied but just referenced in the output HTML.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Theme</maml:name>
        <maml:Description>
          <maml:para>The theme to use with this dashboard. This can be a predefined theme supplied by Get-UDTheme or a custom theme created with New-UDTheme.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Theme</command:parameterValue>
        <dev:type>
          <maml:name>Theme</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Title</maml:name>
        <maml:Description>
          <maml:para>Title for the dashboard.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; $Dashboard = New-UDDashboard -Color "blue" -Content {
    New-UDChart ...
}</dev:code>
        <dev:remarks>
          <maml:para>Creates a new dashboard with a blue color that contains a chart.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Start-UDDashboard -Dashboard {
    New-UDDashboard -Color "blue" -Content {
        New-UDChart ...
    }
}</dev:code>
        <dev:remarks>
          <maml:para>Creates a new dashboard with a blue color that contains a chart and starts it.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 3 --------------------------</maml:title>
        <dev:code>PS C:\&gt; $Page1 = New-UDPage -Name "Home" -Content { New-Chart... }
PS C:\&gt; $Page2 = New-UDPage -Name "Cards" -Content { New-Card... }
 
PS C:\&gt; $Dashboard = New-UDDashboard -Color "blue" -Pages @($Page1, $Page2)</dev:code>
        <dev:remarks>
          <maml:para>Creates a multi-page dashboard. The will show a navigation pane on the left side of the dashboard to navigate to different pages.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDDoughnutChartDataset</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDDoughnutChartDataset</command:noun>
      <maml:description>
        <maml:para>Dataset for a doughnut or pie chart.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Dataset for a doughnut or pie chart. Use instead of New-UDChartDataset for doughnut charts with additional options.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDDoughnutChartDataset</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>DataProperty</maml:name>
          <maml:Description>
            <maml:para>The property of the object to use as the y-Axis of the dataset.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Label</maml:name>
          <maml:Description>
            <maml:para>The label for the dataset which appears in the legend and tooltips.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>BackgroundColor</maml:name>
          <maml:Description>
            <maml:para>The fill color of the arcs in the dataset.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>BorderColor</maml:name>
          <maml:Description>
            <maml:para>The border color of the arcs in the dataset.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>BorderWidth</maml:name>
          <maml:Description>
            <maml:para>The border width of the arcs in the dataset.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
          <maml:name>HoverBackgroundColor</maml:name>
          <maml:Description>
            <maml:para>The fill colour of the arcs when hovered.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
          <maml:name>HoverBorderColor</maml:name>
          <maml:Description>
            <maml:para>The stroke colour of the arcs when hovered.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
          <maml:name>HoverBorderWidth</maml:name>
          <maml:Description>
            <maml:para>The stroke width of the arcs when hovered.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
          <dev:type>
            <maml:name>Int32[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>BackgroundColor</maml:name>
        <maml:Description>
          <maml:para>The fill color of the arcs in the dataset.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>BorderColor</maml:name>
        <maml:Description>
          <maml:para>The border color of the arcs in the dataset.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
        <maml:name>BorderWidth</maml:name>
        <maml:Description>
          <maml:para>The border width of the arcs in the dataset.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>DataProperty</maml:name>
        <maml:Description>
          <maml:para>The property of the object to use as the y-Axis of the dataset.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
        <maml:name>HoverBackgroundColor</maml:name>
        <maml:Description>
          <maml:para>The fill colour of the arcs when hovered.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
        <maml:name>HoverBorderColor</maml:name>
        <maml:Description>
          <maml:para>The stroke colour of the arcs when hovered.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
        <maml:name>HoverBorderWidth</maml:name>
        <maml:Description>
          <maml:para>The stroke width of the arcs when hovered.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
        <dev:type>
          <maml:name>Int32[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Label</maml:name>
        <maml:Description>
          <maml:para>The label for the dataset which appears in the legend and tooltips.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDDoughnutChartOptions</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDDoughnutChartOptions</command:noun>
      <maml:description>
        <maml:para>Additional option for doughnut and pie charts.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Additional option for doughnut and pie charts.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDDoughnutChartOptions</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>LayoutOptions</maml:name>
          <maml:Description>
            <maml:para>Layout options for this chart. Use New-UDChartLayoutOptions.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>LegendOptions</maml:name>
          <maml:Description>
            <maml:para>Legend options for this chart. Use New-UDChartLegendOptions.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="10" aliases="none">
          <maml:name>AnimateScale</maml:name>
          <maml:Description>
            <maml:para>If true, will animate scaling the chart from the center outwards.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>TitleOptions</maml:name>
          <maml:Description>
            <maml:para>Title options for this chart. Use New-UDChartTitleOptions.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>TooltipOptions</maml:name>
          <maml:Description>
            <maml:para>Tooltip options for this chart. Use New-UDChartTooltipOptions.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>xAxes</maml:name>
          <maml:Description>
            <maml:para>The x-Axis for this chart. Use New-UDCategoryChartAxis, New-UDLinearChartAxis or New-UDLogarithmicChartAxis.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
          <maml:name>yAxes</maml:name>
          <maml:Description>
            <maml:para>The y-Axis for this chart. Use New-UDCategoryChartAxis, New-UDLinearChartAxis or New-UDLogarithmicChartAxis.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
          <maml:name>CutoutPercentage</maml:name>
          <maml:Description>
            <maml:para>The percentage of the chart that is cut out of the middle.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
          <maml:name>Rotation</maml:name>
          <maml:Description>
            <maml:para>Starting angle to draw arcs from.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Single</command:parameterValue>
          <dev:type>
            <maml:name>Single</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
          <maml:name>Circumference</maml:name>
          <maml:Description>
            <maml:para>Sweep to allow arcs to cover</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Single</command:parameterValue>
          <dev:type>
            <maml:name>Single</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="9" aliases="none">
          <maml:name>AnimateRotate</maml:name>
          <maml:Description>
            <maml:para>If true, the chart will animate in with a rotation animation.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="9" aliases="none">
        <maml:name>AnimateRotate</maml:name>
        <maml:Description>
          <maml:para>If true, the chart will animate in with a rotation animation.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="10" aliases="none">
        <maml:name>AnimateScale</maml:name>
        <maml:Description>
          <maml:para>If true, will animate scaling the chart from the center outwards.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
        <maml:name>Circumference</maml:name>
        <maml:Description>
          <maml:para>Sweep to allow arcs to cover</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Single</command:parameterValue>
        <dev:type>
          <maml:name>Single</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
        <maml:name>CutoutPercentage</maml:name>
        <maml:Description>
          <maml:para>The percentage of the chart that is cut out of the middle.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>LayoutOptions</maml:name>
        <maml:Description>
          <maml:para>Layout options for this chart. Use New-UDChartLayoutOptions.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>LegendOptions</maml:name>
        <maml:Description>
          <maml:para>Legend options for this chart. Use New-UDChartLegendOptions.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
        <maml:name>Rotation</maml:name>
        <maml:Description>
          <maml:para>Starting angle to draw arcs from.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Single</command:parameterValue>
        <dev:type>
          <maml:name>Single</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>TitleOptions</maml:name>
        <maml:Description>
          <maml:para>Title options for this chart. Use New-UDChartTitleOptions.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>TooltipOptions</maml:name>
        <maml:Description>
          <maml:para>Tooltip options for this chart. Use New-UDChartTooltipOptions.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
        <maml:name>xAxes</maml:name>
        <maml:Description>
          <maml:para>The x-Axis for this chart. Use New-UDCategoryChartAxis, New-UDLinearChartAxis or New-UDLogarithmicChartAxis.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
        <maml:name>yAxes</maml:name>
        <maml:Description>
          <maml:para>The y-Axis for this chart. Use New-UDCategoryChartAxis, New-UDLinearChartAxis or New-UDLogarithmicChartAxis.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDElement</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDElement</command:noun>
      <maml:description>
        <maml:para>Create new HTML and JavaScript elements.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Create new HTML and JavaScript elements. Create static and dynamic components.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDElement</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ArgumentList</maml:name>
          <maml:Description>
            <maml:para>Arguments to pass to the endpoint. They will be available via the $ArgumentList variable.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object[]</command:parameterValue>
          <dev:type>
            <maml:name>Object[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Attributes</maml:name>
          <maml:Description>
            <maml:para>A hashtable of attributes that will be set on the HTML tag.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
          <dev:type>
            <maml:name>Hashtable</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AutoRefresh</maml:name>
          <maml:Description>
            <maml:para>Whether to auto refresh the contents of this element.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Content</maml:name>
          <maml:Description>
            <maml:para>The static content for this HTML node. This can be a string or another element.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Endpoint</maml:name>
          <maml:Description>
            <maml:para>An endpoint that is called to load the content of this element.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID for this element.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>OnMount</maml:name>
          <maml:Description>
            <maml:para>{{Fill OnMount Description}}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>RefreshInterval</maml:name>
          <maml:Description>
            <maml:para>The refresh interval on which to reload the content of this element, in seconds.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Tag</maml:name>
          <maml:Description>
            <maml:para>The HTML tag to render.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-UDElement</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ArgumentList</maml:name>
          <maml:Description>
            <maml:para>Arguments to pass to the endpoint. They will be available via the $ArgumentList variable.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object[]</command:parameterValue>
          <dev:type>
            <maml:name>Object[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AutoRefresh</maml:name>
          <maml:Description>
            <maml:para>Whether to auto refresh the contents of this element.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ComponentName</maml:name>
          <maml:Description>
            <maml:para>The JavaScript component to include.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Endpoint</maml:name>
          <maml:Description>
            <maml:para>An endpoint that is called to load the content of this element.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID for this element.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>JavaScriptPath</maml:name>
          <maml:Description>
            <maml:para>Path to a JavaScript file that contains the JavaScript component to load.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ModuleName</maml:name>
          <maml:Description>
            <maml:para>The name of the JavaScript module.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Properties</maml:name>
          <maml:Description>
            <maml:para>Properties to pass into the JavaScript component.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
          <dev:type>
            <maml:name>Hashtable</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>RefreshInterval</maml:name>
          <maml:Description>
            <maml:para>The refresh interval on which to reload the content of this element, in seconds.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ArgumentList</maml:name>
        <maml:Description>
          <maml:para>Arguments to pass to the endpoint. They will be available via the $ArgumentList variable.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object[]</command:parameterValue>
        <dev:type>
          <maml:name>Object[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Attributes</maml:name>
        <maml:Description>
          <maml:para>A hashtable of attributes that will be set on the HTML tag.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
        <dev:type>
          <maml:name>Hashtable</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AutoRefresh</maml:name>
        <maml:Description>
          <maml:para>Whether to auto refresh the contents of this element.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ComponentName</maml:name>
        <maml:Description>
          <maml:para>The JavaScript component to include.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Content</maml:name>
        <maml:Description>
          <maml:para>The static content for this HTML node. This can be a string or another element.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Endpoint</maml:name>
        <maml:Description>
          <maml:para>An endpoint that is called to load the content of this element.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID for this element.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>JavaScriptPath</maml:name>
        <maml:Description>
          <maml:para>Path to a JavaScript file that contains the JavaScript component to load.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ModuleName</maml:name>
        <maml:Description>
          <maml:para>The name of the JavaScript module.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>OnMount</maml:name>
        <maml:Description>
          <maml:para>{{Fill OnMount Description}}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Properties</maml:name>
        <maml:Description>
          <maml:para>Properties to pass into the JavaScript component.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
        <dev:type>
          <maml:name>Hashtable</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>RefreshInterval</maml:name>
        <maml:Description>
          <maml:para>The refresh interval on which to reload the content of this element, in seconds.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Tag</maml:name>
        <maml:Description>
          <maml:para>The HTML tag to render.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>----------------------------- Link -----------------------------</maml:title>
        <dev:code>New-UDElement -Tag "a" -Attributes @{
    href = "https://www.google.com"
} -Content {
    "Google"
}</dev:code>
        <dev:remarks>
          <maml:para>Creates a new anchor tag that links to Google.com.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDEndpoint</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDEndpoint</command:noun>
      <maml:description>
        <maml:para>Creates a new REST API endpoint.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a new REST API endpoint. This can be used with Start-UDDashboard nad Start-UDRestApi. All URLs are automatically prefixed with /api.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDEndpoint</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ArgumentList</maml:name>
          <maml:Description>
            <maml:para>Arguments to pass to the endpoint. They will be available via the $ArgumentList variable.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object[]</command:parameterValue>
          <dev:type>
            <maml:name>Object[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AuthorizedRole</maml:name>
          <maml:Description>
            <maml:para>The roles authorized to access this endpoint.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
          <dev:type>
            <maml:name>String[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Endpoint</maml:name>
          <maml:Description>
            <maml:para>The script block endpoint that is invoked when the URL is called. This script block can provide a param block with arguments that will be passed in from the URL or the body of the request.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>EvaluateUrlAsRegex</maml:name>
          <maml:Description>
            <maml:para>{{Fill EvaluateUrlAsRegex Description}}</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of ths endpoint.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Method</maml:name>
          <maml:Description>
            <maml:para>The HTTP method for this endpoint.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">GET</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">POST</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">DELETE</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">PUT</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Url</maml:name>
          <maml:Description>
            <maml:para>The URL for this endpoint. All URLs are automatically prefixed with "/api/". Any portion of the URL that starts with a colon ":", will be treated as a varied and can be accessed in the endpoint script block.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-UDEndpoint</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ArgumentList</maml:name>
          <maml:Description>
            <maml:para>Arguments to pass to the endpoint. They will be available via the $ArgumentList variable.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object[]</command:parameterValue>
          <dev:type>
            <maml:name>Object[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Endpoint</maml:name>
          <maml:Description>
            <maml:para>The script block endpoint that is invoked when the URL is called. This script block can provide a param block with arguments that will be passed in from the URL or the body of the request.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of ths endpoint.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Schedule</maml:name>
          <maml:Description>
            <maml:para>Schedule to run this endpoint on. Use New-UDEndpointSchedule to create a schedule. Pass the endpoint to Start-UDDashboard.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">EndpointSchedule</command:parameterValue>
          <dev:type>
            <maml:name>EndpointSchedule</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ArgumentList</maml:name>
        <maml:Description>
          <maml:para>Arguments to pass to the endpoint. They will be available via the $ArgumentList variable.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object[]</command:parameterValue>
        <dev:type>
          <maml:name>Object[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AuthorizedRole</maml:name>
        <maml:Description>
          <maml:para>The roles authorized to access this endpoint.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Endpoint</maml:name>
        <maml:Description>
          <maml:para>The script block endpoint that is invoked when the URL is called. This script block can provide a param block with arguments that will be passed in from the URL or the body of the request.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>EvaluateUrlAsRegex</maml:name>
        <maml:Description>
          <maml:para>{{Fill EvaluateUrlAsRegex Description}}</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID of ths endpoint.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Method</maml:name>
        <maml:Description>
          <maml:para>The HTTP method for this endpoint.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Schedule</maml:name>
        <maml:Description>
          <maml:para>Schedule to run this endpoint on. Use New-UDEndpointSchedule to create a schedule. Pass the endpoint to Start-UDDashboard.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">EndpointSchedule</command:parameterValue>
        <dev:type>
          <maml:name>EndpointSchedule</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Url</maml:name>
        <maml:Description>
          <maml:para>The URL for this endpoint. All URLs are automatically prefixed with "/api/". Any portion of the URL that starts with a colon ":", will be treated as a varied and can be accessed in the endpoint script block.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDEndpoint -Url "user" -Method "GET" -Endpoint {
    @("Adam", "Sarah", "Bill") | ConvertTo-Json
}</dev:code>
        <dev:remarks>
          <maml:para>Creates a new REST API endpoint with a URL of "/api/user" that returns Adam, Sarah and Bill as a JSON array.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDEndpoint -Url "/process/:id" -Method "DELETE" -Endpoint {
    param($id)
 
    Stop-Process -Id $Id
}</dev:code>
        <dev:remarks>
          <maml:para>Creates a REST API endpoint that stops the process with the ID specified in the URL. You could invoke this endpoint by calling /api/process/1234.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 3 --------------------------</maml:title>
        <dev:code>PS C:\&gt; $Endpoint = New-UDEndpoint -Url "/process" -Method "POST" -Endpoint {
    param($Name)
 
    Start-Process -FilePath $Name
}
PS C:\&gt; Start-UDRestApi -Endpoint $Endpoint
PS C:\&gt; Invoke-RestMethod -Uri http://localhost:80/api/process -Body @{Name = "code.exe"} -Method POST</dev:code>
        <dev:remarks>
          <maml:para>Creates a REST API endpoint that accepts a HTTP POST with a name parameter in the body. Then it starts the server and invokes the endpoint with Invoke-RestMethod.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDEndpointInitialization</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDEndpointInitialization</command:noun>
      <maml:description>
        <maml:para>New-UDEndpointInitialization is used to configure the runspaces that Universal Dashboard uses to run Endpoints.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>New-UDEndpointInitialization is used to configure the runspaces that Universal Dashboard uses to run Endpoints. The cmdlet creates a InitialSessionState object to automatically import variables, functions and modules. You can further customize this object to using the properties and methdos of the InitialSessionState class.</maml:para>
      <maml:para>For more information, visit: https://docs.microsoft.com/en-us/dotnet/api/system.management.automation.runspaces.initialsessionstate?view=powershellsdk-1.1.0</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDEndpointInitialization</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Function</maml:name>
          <maml:Description>
            <maml:para>Functions to import by default into the runspaces used for endpoints.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
          <dev:type>
            <maml:name>String[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Module</maml:name>
          <maml:Description>
            <maml:para>Modules to import by default into the runspaces used for endpoints.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
          <dev:type>
            <maml:name>String[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Variable</maml:name>
          <maml:Description>
            <maml:para>Variables to import by default into the runspaces used for endpoints.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
          <dev:type>
            <maml:name>String[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Function</maml:name>
        <maml:Description>
          <maml:para>Functions to import by default into the runspaces used for endpoints.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Module</maml:name>
        <maml:Description>
          <maml:para>Modules to import by default into the runspaces used for endpoints.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Variable</maml:name>
        <maml:Description>
          <maml:para>Variables to import by default into the runspaces used for endpoints.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; $MyVariable = "Test"
PS C:\&gt; $EI = New-UDEndpointInitialization -Variable "MyVariable"
PS C:\&gt; $Dashboard = New-UDDashboard -Title "EI" -Content {} -EndpointInitialization $EI</dev:code>
        <dev:remarks>
          <maml:para>Initializes the runspaces with the $MyVariable variable.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>PS C:\&gt; $MyVariable = "Test"
PS C:\&gt; $MyOtherVariable = "Test2"
PS C:\&gt; $EI = New-UDEndpointInitialization -Variable @("MyVariable", "MyOtherVariable")
PS C:\&gt; $Dashboard = New-UDDashboard -Title "EI" -Content {} -EndpointInitialization $EI</dev:code>
        <dev:remarks>
          <maml:para>Initializes the runspaces with the $MyVariable and $MyOtherVariable variables.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 3 --------------------------</maml:title>
        <dev:code>PS C:\&gt; function Get-Stuff {}
PS C:\&gt; $EI = New-UDEndpointInitialization -Function "Get-Stuff"
PS C:\&gt; $Dashboard = New-UDDashboard -Title "EI" -Content {} -EndpointInitialization $EI</dev:code>
        <dev:remarks>
          <maml:para>Initializes the runspaces with the Get-Stuff function.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 4 --------------------------</maml:title>
        <dev:code>PS C:\&gt; $EI = New-UDEndpointInitialization -Module "HyperV"
PS C:\&gt; $Dashboard = New-UDDashboard -Title "EI" -Content {} -EndpointInitialization $EI</dev:code>
        <dev:remarks>
          <maml:para>Initializes the runspaces with the HyperV module.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 5 --------------------------</maml:title>
        <dev:code>PS C:\&gt; $EI = New-UDEndpointInitialization
PS C:\&gt; $EI.StartupScripts.Add("C:\test.ps1")
PS C:\&gt; $Dashboard = New-UDDashboard -Title "EI" -Content {} -EndpointInitialization $EI</dev:code>
        <dev:remarks>
          <maml:para>Initializes the runspaces with a startup script.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>https://go.microsoft.com/fwlink/?LinkID=217032</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDEndpointSchedule</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDEndpointSchedule</command:noun>
      <maml:description>
        <maml:para>Creates a schedule for an endpoint.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a schedule for an endpoint.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDEndpointSchedule</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Cron</maml:name>
          <maml:Description>
            <maml:para>A CRON expression to run the schedule under.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Consecutive</maml:name>
          <maml:Description>
            <maml:para>Disables concurrently running this schedule. Ie, it does not allow the schedule to run multiple instances.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-UDEndpointSchedule</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Consecutive</maml:name>
          <maml:Description>
            <maml:para>Disables concurrently running this schedule. Ie, it does not allow the schedule to run multiple instances.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Day</maml:name>
          <maml:Description>
            <maml:para>Switches the Every value to days.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Every</maml:name>
          <maml:Description>
            <maml:para>Number of time units.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Repeat</maml:name>
          <maml:Description>
            <maml:para>If set to 0 this means repeat forever, if not set it will also repeat forever. Otherwise it will run the schedule x amount of times.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-UDEndpointSchedule</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Consecutive</maml:name>
          <maml:Description>
            <maml:para>Disables concurrently running this schedule. Ie, it does not allow the schedule to run multiple instances.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Every</maml:name>
          <maml:Description>
            <maml:para>Number of time units.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Hour</maml:name>
          <maml:Description>
            <maml:para>Switches the Every value to hours.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Repeat</maml:name>
          <maml:Description>
            <maml:para>If set to 0 this means repeat forever, if not set it will also repeat forever. Otherwise it will run the schedule x amount of times.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-UDEndpointSchedule</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Consecutive</maml:name>
          <maml:Description>
            <maml:para>Disables concurrently running this schedule. Ie, it does not allow the schedule to run multiple instances.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Every</maml:name>
          <maml:Description>
            <maml:para>Number of time units.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Minute</maml:name>
          <maml:Description>
            <maml:para>Switches the Every value to minutes.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Repeat</maml:name>
          <maml:Description>
            <maml:para>If set to 0 this means repeat forever, if not set it will also repeat forever. Otherwise it will run the schedule x amount of times.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-UDEndpointSchedule</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Consecutive</maml:name>
          <maml:Description>
            <maml:para>Disables concurrently running this schedule. Ie, it does not allow the schedule to run multiple instances.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Every</maml:name>
          <maml:Description>
            <maml:para>Number of time units.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Second</maml:name>
          <maml:Description>
            <maml:para>Switches the Every value to seconds.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Repeat</maml:name>
          <maml:Description>
            <maml:para>If set to 0 this means repeat forever, if not set it will also repeat forever. Otherwise it will run the schedule x amount of times.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Cron</maml:name>
        <maml:Description>
          <maml:para>A CRON expression to run the schedule under.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Consecutive</maml:name>
        <maml:Description>
          <maml:para>Disables concurrently running this schedule. Ie, it does not allow the schedule to run multiple instances.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Day</maml:name>
        <maml:Description>
          <maml:para>Switches the Every value to days.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Every</maml:name>
        <maml:Description>
          <maml:para>Number of time units.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Hour</maml:name>
        <maml:Description>
          <maml:para>Switches the Every value to hours.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Minute</maml:name>
        <maml:Description>
          <maml:para>Switches the Every value to minutes.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Second</maml:name>
        <maml:Description>
          <maml:para>Switches the Every value to seconds.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Repeat</maml:name>
        <maml:Description>
          <maml:para>If set to 0 this means repeat forever, if not set it will also repeat forever. Otherwise it will run the schedule x amount of times.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; $EndpointSchedule = New-UDEndpointSchedule -Every 10 -Second
PS C:\&gt; $Endpoint = New-UDEndpoint -Schedule $Schedule -Endpoint {
    $Cache:Computers = Get-ADComputer
}</dev:code>
        <dev:remarks>
          <maml:para>Gets a list of computers from Active Directory and stores it in the cache every ten seconds.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>PS C:\&gt; $EndpointSchedule = New-UDEndpointSchedule -Every 10 -Second -Consecutive
PS C:\&gt; $Endpoint = New-UDEndpoint -Schedule $Schedule -Endpoint {
    $Cache:Date = Get-Date
    Start-Sleep -Seconds 21
}</dev:code>
        <dev:remarks>
          <maml:para>Gets the current date every 30 seconds.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 3 --------------------------</maml:title>
        <dev:code>PS C:\&gt; $EndpointSchedule = New-UDEndpointSchedule -Every 10 -Second -Consecutive -Repeat 10
PS C:\&gt; $Endpoint = New-UDEndpoint -Schedule $Schedule -Endpoint {
    $Cache:Date = Get-Date
    Start-Sleep -Seconds 21
}</dev:code>
        <dev:remarks>
          <maml:para>Gets the current date every 30 seconds 10 times.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDFab</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDFab</command:noun>
      <maml:description>
        <maml:para>Creates a new floating action button.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a new floating action button.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDFab</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Content</maml:name>
          <maml:Description>
            <maml:para>The content of the button. These should be other buttons. Use New-UDFabButton to craete sub-buttons.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ButtonColor</maml:name>
          <maml:Description>
            <maml:para>The color of the button.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Horizontal</maml:name>
          <maml:Description>
            <maml:para>Whether the button should open horizontally.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Icon</maml:name>
          <maml:Description>
            <maml:para>The icon to show in the button.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">FontAwesomeIcons</command:parameterValue>
          <dev:type>
            <maml:name>FontAwesomeIcons</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The Id of this element.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Size</maml:name>
          <maml:Description>
            <maml:para>The size of this button.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">Small</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Large</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>onClick</maml:name>
          <maml:Description>
            <maml:para>A script block or an endpoint created with New-UDElement to handle event clicks.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ButtonColor</maml:name>
        <maml:Description>
          <maml:para>The color of the button.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Content</maml:name>
        <maml:Description>
          <maml:para>The content of the button. These should be other buttons. Use New-UDFabButton to craete sub-buttons.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Horizontal</maml:name>
        <maml:Description>
          <maml:para>Whether the button should open horizontally.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Icon</maml:name>
        <maml:Description>
          <maml:para>The icon to show in the button.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">FontAwesomeIcons</command:parameterValue>
        <dev:type>
          <maml:name>FontAwesomeIcons</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The Id of this element.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Size</maml:name>
        <maml:Description>
          <maml:para>The size of this button.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>onClick</maml:name>
        <maml:Description>
          <maml:para>A script block or an endpoint created with New-UDElement to handle event clicks.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>--------------------- Fab with child items ---------------------</maml:title>
        <dev:code>New-UdFab -Icon "plus" -Size "large" -ButtonColor "red" -IconColor 'white' -Content {
    New-UDFabButton -Icon address_book -ButtonColor 'blue' -IconColor 'white'
}</dev:code>
        <dev:remarks>
          <maml:para>Creates a large, red floating action button with a plus icon.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>https://github.com/ironmansoftware/universal-dashboard/blob/master/src/UniversalDashboard/Help/New-UDFab.md</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDFabButton</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDFabButton</command:noun>
      <maml:description>
        <maml:para>Creates a floating action button within a FAB.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a floating action button within a FAB.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDFabButton</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The Id of this element.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>ButtonColor</maml:name>
          <maml:Description>
            <maml:para>The color of the button.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>Icon</maml:name>
          <maml:Description>
            <maml:para>The icon to put into the button.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">None</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">_500px</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_book</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_book_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_card</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_card_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">adjust</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">adn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_center</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_justify</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">amazon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ambulance</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">american_sign_language_interpreting</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">anchor</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">android</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angellist</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">apple</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">archive</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">area_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows_h</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows_v</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">asl_interpreting</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">assistive_listening_systems</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">asterisk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">at</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">audio_description</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">automobile</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">backward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">balance_scale</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ban</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bandcamp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bank</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bar_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bar_chart_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">barcode</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bath</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bathtub</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_0</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_4</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_empty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_full</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_quarter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_three_quarters</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bed</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">beer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">behance</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">behance_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell_slash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell_slash_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bicycle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">binoculars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">birthday_cake</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bitbucket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bitbucket_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bitcoin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">black_tie</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">blind</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bluetooth</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bluetooth_b</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bold</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bolt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bomb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">book</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bookmark</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bookmark_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">braille</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">briefcase</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">btc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bug</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">building</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">building_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bullhorn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bullseye</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">buysellads</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cab</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calculator</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_check_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_minus_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_plus_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_times_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">camera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">camera_retro</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">car</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cart_arrow_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cart_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_amex</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_diners_club</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_discover</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_jcb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_mastercard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_paypal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_stripe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_visa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">certificate</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chain</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chain_broken</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">child</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chrome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle_o_notch</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle_thin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">clipboard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">clock_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">clone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">close</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cloud</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cloud_download</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cloud_upload</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cny</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">code</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">code_fork</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">codepen</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">codiepie</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">coffee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cog</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cogs</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">columns</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comment</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comment_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">commenting</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">commenting_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comments</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comments_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">compass</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">compress</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">connectdevelop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">contao</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">copy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">copyright</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">creative_commons</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">credit_card</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">credit_card_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">crop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">crosshairs</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">css3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cube</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cubes</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cut</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cutlery</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dashboard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dashcube</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">database</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">deaf</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">deafness</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dedent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">delicious</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">desktop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">deviantart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">diamond</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">digg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dollar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dot_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">download</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dribbble</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">drivers_license</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">drivers_license_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dropbox</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">drupal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">edge</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">edit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eercast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eject</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ellipsis_h</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ellipsis_v</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">empire</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_open</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_open_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envira</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eraser</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">etsy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eur</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">euro</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exchange</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exclamation</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exclamation_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exclamation_triangle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">expand</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">expeditedssl</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">external_link</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">external_link_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eye</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eye_slash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eyedropper</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook_f</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook_official</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fast_backward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fast_forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fax</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">feed</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">female</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fighter_jet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_archive_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_audio_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_code_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_excel_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_image_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_movie_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_pdf_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_photo_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_picture_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_powerpoint_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_sound_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_text</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_text_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_video_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_word_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_zip_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">files_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">film</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">filter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fire</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fire_extinguisher</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">firefox</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">first_order</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flag_checkered</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flag_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flask</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flickr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">floppy_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder_open</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder_open_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">font</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">font_awesome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fonticons</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fort_awesome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">forumbee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">foursquare</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">free_code_camp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">frown_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">futbol_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gamepad</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gavel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gbp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ge</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gear</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gears</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">genderless</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">get_pocket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gg_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gift</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">git</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">git_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">github</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">github_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">github_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gitlab</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gittip</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">glass</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">glide</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">glide_g</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">globe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus_official</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_wallet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">graduation_cap</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gratipay</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">grav</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">group</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">h_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hacker_news</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_grab_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_lizard_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_paper_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_peace_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_pointer_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_rock_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_scissors_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_spock_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_stop_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">handshake_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hard_of_hearing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hashtag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hdd_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">header</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">headphones</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">heart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">heart_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">heartbeat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">history</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">home</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hospital_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hotel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_end</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_start</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">houzz</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">html5</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">i_cursor</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">id_badge</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">id_card</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">id_card_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ils</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">image</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">imdb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">inbox</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">indent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">industry</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">info</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">info_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">inr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">instagram</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">institution</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">internet_explorer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">intersex</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ioxhost</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">italic</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">joomla</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">jpy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">jsfiddle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">key</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">keyboard_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">krw</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">language</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">laptop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lastfm</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lastfm_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">leaf</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">leanpub</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">legal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lemon_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">level_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">level_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_bouy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_buoy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_ring</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_saver</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lightbulb_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">line_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">link</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linkedin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linkedin_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linode</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linux</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list_ol</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list_ul</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">location_arrow</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">_lock</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">low_vision</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">magic</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">magnet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mail_forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mail_reply</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mail_reply_all</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">male</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_marker</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_pin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_signs</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_double</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_stroke</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_stroke_h</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_stroke_v</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">maxcdn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">meanpath</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">medium</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">medkit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">meetup</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">meh_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mercury</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">microchip</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">microphone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">microphone_slash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mixcloud</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mobile</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mobile_phone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">modx</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">money</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">moon_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mortar_board</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">motorcycle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mouse_pointer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">music</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">navicon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">neuter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">newspaper_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">object_group</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">object_ungroup</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">odnoklassniki</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">odnoklassniki_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">opencart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">openid</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">opera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">optin_monster</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">outdent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pagelines</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paint_brush</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paper_plane</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paper_plane_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paperclip</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paragraph</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paste</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pause</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pause_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pause_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paw</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paypal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pencil</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pencil_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pencil_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">percent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">phone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">phone_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">photo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">picture_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pie_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pied_piper</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pied_piper_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pied_piper_pp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pinterest</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pinterest_p</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pinterest_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plane</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">play</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">play_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">play_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plug</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">podcast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">power_off</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">print</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">product_hunt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">puzzle_piece</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">qq</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">qrcode</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">question</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">question_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">question_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">quora</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">quote_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">quote_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ra</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">random</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ravelry</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rebel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">recycle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reddit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reddit_alien</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reddit_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">refresh</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">registered</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">remove</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">renren</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reorder</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">repeat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reply</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reply_all</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">resistance</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">retweet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rmb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">road</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rocket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rotate_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rotate_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rouble</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rss</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rss_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rub</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ruble</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rupee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">s15</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">safari</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">save</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">scissors</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">scribd</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">search</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">search_minus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">search_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sellsy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">send</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">send_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">server</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_alt_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shekel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sheqel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shield</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ship</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shirtsinbulk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shopping_bag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shopping_basket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shopping_cart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shower</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sign_in</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sign_language</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sign_out</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">signal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">signing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">simplybuilt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sitemap</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">skyatlas</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">skype</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">slack</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sliders</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">slideshare</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">smile_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snapchat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snapchat_ghost</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snapchat_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snowflake_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">soccer_ball_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_alpha_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_alpha_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_amount_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_amount_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_numeric_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_numeric_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">soundcloud</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">space_shuttle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">spinner</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">spoon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">spotify</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stack_exchange</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stack_overflow</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half_empty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half_full</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">steam</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">steam_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">step_backward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">step_forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stethoscope</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sticky_note</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sticky_note_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stop_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stop_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">street_view</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">strikethrough</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stumbleupon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stumbleupon_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">subscript</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">subway</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">suitcase</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sun_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">superpowers</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">superscript</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">support</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">table</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tablet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tachometer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tags</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tasks</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">taxi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">telegram</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">television</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tencent_weibo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">terminal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">text_height</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">text_width</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">th</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">th_large</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">th_list</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">themeisle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_0</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_4</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_empty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_full</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_quarter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_three_quarters</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumb_tack</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ticket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_rectangle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_rectangle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tint</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_off</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_on</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trademark</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">train</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">transgender</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">transgender_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trash_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tree</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trello</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tripadvisor</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trophy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">truck</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">_try</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tumblr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tumblr_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">turkish_lira</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tv</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">twitch</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">twitter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">twitter_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">umbrella</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">underline</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">undo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">universal_access</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">university</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unlink</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unlock</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unlock_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unsorted</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">upload</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">usb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">usd</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_md</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_secret</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_times</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">users</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vcard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vcard_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">venus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">venus_double</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">venus_mars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">viacoin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">viadeo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">viadeo_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">video_camera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vimeo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vimeo_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vine</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_control_phone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_off</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">warning</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wechat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">weibo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">weixin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">whatsapp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wheelchair</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wheelchair_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wifi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wikipedia_w</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_close</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_close_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_maximize</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_minimize</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_restore</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">windows</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">won</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wordpress</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wpbeginner</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wpexplorer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wpforms</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wrench</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">xing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">xing_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">y_combinator</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">y_combinator_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yahoo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yc_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yelp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yen</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yoast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">youtube</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">youtube_play</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">youtube_square</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">FontAwesomeIcons</command:parameterValue>
          <dev:type>
            <maml:name>FontAwesomeIcons</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>Size</maml:name>
          <maml:Description>
            <maml:para>The size of this button.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">Small</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Large</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>onClick</maml:name>
          <maml:Description>
            <maml:para>The event handler to invoke when the button is clicked. This can be a script block or an endpoint created with New-UDEndpoint.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>ButtonColor</maml:name>
        <maml:Description>
          <maml:para>The color of the button.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>Icon</maml:name>
        <maml:Description>
          <maml:para>The icon to put into the button.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">FontAwesomeIcons</command:parameterValue>
        <dev:type>
          <maml:name>FontAwesomeIcons</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The Id of this element.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>Size</maml:name>
        <maml:Description>
          <maml:para>The size of this button.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
        <maml:name>onClick</maml:name>
        <maml:Description>
          <maml:para>The event handler to invoke when the button is clicked. This can be a script block or an endpoint created with New-UDEndpoint.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UdFab -Id "main" -Icon "plus" -Size "large" -ButtonColor "red" -Content {
                New-UDFabButton -ButtonColor "green" -Icon "edit" -size "small"
                New-UDFabButton -Id "btn" -ButtonColor "yellow" -Icon "trash" -size "large" -onClick {
                    Show-UDToast -Message "Clicked!"
                }
            }</dev:code>
        <dev:remarks>
          <maml:para>Creates two FAB buttons within a FAB with custom icons and colors and an event handler.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDFooter</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDFooter</command:noun>
      <maml:description>
        <maml:para>Configuration options for the footer.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Configuration options for the footer. The options can be passed to the -Footer parameter of New-UDDashboard.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDFooter</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ArgumentList</maml:name>
          <maml:Description>
            <maml:para>Arguments to pass to the endpoint. They will be available via the $ArgumentList variable.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object[]</command:parameterValue>
          <dev:type>
            <maml:name>Object[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AutoRefresh</maml:name>
          <maml:Description>
            <maml:para>Not used</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>BackgroundColor</maml:name>
          <maml:Description>
            <maml:para>Background color of the footer. If not specified, will use the NavBarBackgrondColor set on New-UDDashboard.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Copyright</maml:name>
          <maml:Description>
            <maml:para>Copyright text.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Endpoint</maml:name>
          <maml:Description>
            <maml:para>Not used</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>FontColor</maml:name>
          <maml:Description>
            <maml:para>Font color of the footer. If not specified, will use the NavBarFontColor set on New-UDDashboard.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Not used</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Links</maml:name>
          <maml:Description>
            <maml:para>Links to display in the footer. Use New-UDLink to generate a link.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Link[]</command:parameterValue>
          <dev:type>
            <maml:name>Link[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>RefreshInterval</maml:name>
          <maml:Description>
            <maml:para>Not used</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ArgumentList</maml:name>
        <maml:Description>
          <maml:para>Arguments to pass to the endpoint. They will be available via the $ArgumentList variable.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object[]</command:parameterValue>
        <dev:type>
          <maml:name>Object[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AutoRefresh</maml:name>
        <maml:Description>
          <maml:para>Not used</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>BackgroundColor</maml:name>
        <maml:Description>
          <maml:para>Background color of the footer. If not specified, will use the NavBarBackgrondColor set on New-UDDashboard.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Copyright</maml:name>
        <maml:Description>
          <maml:para>Copyright text.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Endpoint</maml:name>
        <maml:Description>
          <maml:para>Not used</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>FontColor</maml:name>
        <maml:Description>
          <maml:para>Font color of the footer. If not specified, will use the NavBarFontColor set on New-UDDashboard.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>Not used</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Links</maml:name>
        <maml:Description>
          <maml:para>Links to display in the footer. Use New-UDLink to generate a link.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Link[]</command:parameterValue>
        <dev:type>
          <maml:name>Link[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>RefreshInterval</maml:name>
        <maml:Description>
          <maml:para>Not used</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; $footer = New-UDFooter -Copyright "Copyright Ironman Software, LLC"
PS C:\&gt; $dashboard = New-UDDashboard -Footer $footer</dev:code>
        <dev:remarks>
          <maml:para>Sets the copyright text of the dashboard footer.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDGrid</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDGrid</command:noun>
      <maml:description>
        <maml:para>Creates a grid in the dashboard.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a grid in the dashboard with data supplied by a PowerShell endpoint.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDGrid</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ArgumentList</maml:name>
          <maml:Description>
            <maml:para>Arguments to pass to the endpoint. They will be available via the $ArgumentList variable.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object[]</command:parameterValue>
          <dev:type>
            <maml:name>Object[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AutoRefresh</maml:name>
          <maml:Description>
            <maml:para>Enables auto refresh for this control.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>BackgroundColor</maml:name>
          <maml:Description>
            <maml:para>The background color of the grid.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>DateTimeFormat</maml:name>
          <maml:Description>
            <maml:para>The DateTime format to use in the Grid. This is a MomentJS DateTime format.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>DefaultSortColumn</maml:name>
          <maml:Description>
            <maml:para>Specifies the column index of the default sort column. This index begins with zero.
</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>DefaultSortDescending</maml:name>
          <maml:Description>
            <maml:para>Specifies whether to sort descending or ascending by default.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Endpoint</maml:name>
          <maml:Description>
            <maml:para>The endpoint that returns the grid data.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>FilterText</maml:name>
          <maml:Description>
            <maml:para>Text to override the "Filter" placeholder text.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>FontColor</maml:name>
          <maml:Description>
            <maml:para>The font color of the grid.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Headers</maml:name>
          <maml:Description>
            <maml:para>The headers to use for the grid columns. The count of headers should match the count of properties.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
          <dev:type>
            <maml:name>String[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The id of the grid. This is the HTML markup ID.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Links</maml:name>
          <maml:Description>
            <maml:para>Links to display on the bottom of the grid. Use New-UDLink to generate a link.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Link[]</command:parameterValue>
          <dev:type>
            <maml:name>Link[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>NoPaging</maml:name>
          <maml:Description>
            <maml:para>Disables paging for this grid.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>PageSize</maml:name>
          <maml:Description>
            <maml:para>The number of items to display per page.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Properties</maml:name>
          <maml:Description>
            <maml:para>The properties to select from objects for data in the row. The number of properties should match the number of headers.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
          <dev:type>
            <maml:name>String[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>RefreshInterval</maml:name>
          <maml:Description>
            <maml:para>The number of seconds between refreshes. The default is 5.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ServerSideProcessing</maml:name>
          <maml:Description>
            <maml:para>Turns on server side processing for the grid. This disables client-side filtering, sort and paging.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Title</maml:name>
          <maml:Description>
            <maml:para>The title of the section for this grid.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ArgumentList</maml:name>
        <maml:Description>
          <maml:para>Arguments to pass to the endpoint. They will be available via the $ArgumentList variable.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object[]</command:parameterValue>
        <dev:type>
          <maml:name>Object[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AutoRefresh</maml:name>
        <maml:Description>
          <maml:para>Enables auto refresh for this control.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>BackgroundColor</maml:name>
        <maml:Description>
          <maml:para>The background color of the grid.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>DateTimeFormat</maml:name>
        <maml:Description>
          <maml:para>The DateTime format to use in the Grid. This is a MomentJS DateTime format.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>DefaultSortColumn</maml:name>
        <maml:Description>
          <maml:para>Specifies the column index of the default sort column. This index begins with zero.
</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>DefaultSortDescending</maml:name>
        <maml:Description>
          <maml:para>Specifies whether to sort descending or ascending by default.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Endpoint</maml:name>
        <maml:Description>
          <maml:para>The endpoint that returns the grid data.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>FilterText</maml:name>
        <maml:Description>
          <maml:para>Text to override the "Filter" placeholder text.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>FontColor</maml:name>
        <maml:Description>
          <maml:para>The font color of the grid.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Headers</maml:name>
        <maml:Description>
          <maml:para>The headers to use for the grid columns. The count of headers should match the count of properties.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The id of the grid. This is the HTML markup ID.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Links</maml:name>
        <maml:Description>
          <maml:para>Links to display on the bottom of the grid. Use New-UDLink to generate a link.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Link[]</command:parameterValue>
        <dev:type>
          <maml:name>Link[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>NoPaging</maml:name>
        <maml:Description>
          <maml:para>Disables paging for this grid.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>PageSize</maml:name>
        <maml:Description>
          <maml:para>The number of items to display per page.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Properties</maml:name>
        <maml:Description>
          <maml:para>The properties to select from objects for data in the row. The number of properties should match the number of headers.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>RefreshInterval</maml:name>
        <maml:Description>
          <maml:para>The number of seconds between refreshes. The default is 5.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ServerSideProcessing</maml:name>
        <maml:Description>
          <maml:para>Turns on server side processing for the grid. This disables client-side filtering, sort and paging.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Title</maml:name>
        <maml:Description>
          <maml:para>The title of the section for this grid.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Basic Grid --------------------------</maml:title>
        <dev:code>New-UDGrid -Title "Random Numbers" -Endpoint {
    @(
        [PSCustomObject]@{ X = Get-Random; Y = Get-Random; Z = Get-Random}
        [PSCustomObject]@{ X = Get-Random; Y = Get-Random; Z = Get-Random}
        [PSCustomObject]@{ X = Get-Random; Y = Get-Random; Z = Get-Random}
        [PSCustomObject]@{ X = Get-Random; Y = Get-Random; Z = Get-Random}
        [PSCustomObject]@{ X = Get-Random; Y = Get-Random; Z = Get-Random}
        [PSCustomObject]@{ X = Get-Random; Y = Get-Random; Z = Get-Random}
    ) | Out-UDGridData
}</dev:code>
        <dev:remarks>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------------ Custom Headers ------------------------</maml:title>
        <dev:code>New-UDGrid -Title "Process Information" -Headers @("Name", "Process Id", "Start Time", "Responding") -Properties @("Name", "Id", "StartTime", "Responding") -Endpoint {
    @(
        [PSCustomObject]@{ Name = "chrome"; Id = 1223; StartTime = "12:12PM"; Responding = $true}
        [PSCustomObject]@{ Name = "notepad"; Id = 1223; StartTime = "12:12PM"; Responding = $true}
        [PSCustomObject]@{ Name = "devenv"; Id = 1223; StartTime = "12:12PM"; Responding = $true}
        [PSCustomObject]@{ Name = "code"; Id = 1223; StartTime = "12:12PM"; Responding = $true}
        [PSCustomObject]@{ Name = "calc"; Id = 1223; StartTime = "12:12PM"; Responding = $true}
        [PSCustomObject]@{ Name = "minesweeper"; Id = 1223; StartTime = "12:12PM"; Responding = $true}
    ) | Out-UDGridData
}</dev:code>
        <dev:remarks>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------------- Auto refresh -------------------------</maml:title>
        <dev:code>New-UDGrid -Title "Random Numbers" -Endpoint {
    @(
        [PSCustomObject]@{ X = Get-Random; Y = Get-Random; Z = Get-Random}
        [PSCustomObject]@{ X = Get-Random; Y = Get-Random; Z = Get-Random}
        [PSCustomObject]@{ X = Get-Random; Y = Get-Random; Z = Get-Random}
        [PSCustomObject]@{ X = Get-Random; Y = Get-Random; Z = Get-Random}
        [PSCustomObject]@{ X = Get-Random; Y = Get-Random; Z = Get-Random}
        [PSCustomObject]@{ X = Get-Random; Y = Get-Random; Z = Get-Random}
    ) | Out-UDGridData
} -AutoRefresh</dev:code>
        <dev:remarks>
          <maml:para>Auto refreshing grid</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------------- Custom Cells -------------------------</maml:title>
        <dev:code>New-UDGrid -Title "Process Information" -Headers @("Name", "Process Id", "Start Time", "Responding") -Properties @("Name", "Id", "StartTime", "Responding") -Endpoint {
    @(
        [PSCustomObject]@{ Name = "chrome"; Id = 1223; StartTime = "12:12PM"; Responding = New-UDIcon -Icon check}
        [PSCustomObject]@{ Name = "notepad"; Id = 1223; StartTime = "12:12PM"; Responding = New-UDIcon -Icon check}
        [PSCustomObject]@{ Name = "devenv"; Id = 1223; StartTime = "12:12PM"; Responding = New-UDIcon -Icon check}
        [PSCustomObject]@{ Name = "code"; Id = 1223; StartTime = "12:12PM"; Responding = New-UDIcon -Icon check}
        [PSCustomObject]@{ Name = "calc"; Id = 1223; StartTime = "12:12PM"; Responding = New-UDIcon -Icon check}
        [PSCustomObject]@{ Name = "minesweeper"; Id = 1223; StartTime = "12:12PM"; Responding = New-UDIcon -Icon check}
    ) | Out-UDGridData
}</dev:code>
        <dev:remarks>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDGridLayout</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDGridLayout</command:noun>
      <maml:description>
        <maml:para>Layout components using a JSON-based grid system.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Layout components using a JSON-based grid system. This uses the react-grid-layout component: https://github.com/strml/react-grid-layout#features If you are using Enterprise, you can use the -Design flag on Start-UDDashboard to drag and drop components.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDGridLayout</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of this component.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>RowHeight</maml:name>
          <maml:Description>
            <maml:para></maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="10" aliases="none">
          <maml:name>MediumBreakpoint</maml:name>
          <maml:Description>
            <maml:para></maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="11" aliases="none">
          <maml:name>SmallBreakpoint</maml:name>
          <maml:Description>
            <maml:para></maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="12" aliases="none">
          <maml:name>ExtraSmallBreakpoint</maml:name>
          <maml:Description>
            <maml:para></maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="13" aliases="none">
          <maml:name>ExtraExtraSmallBreakpoint</maml:name>
          <maml:Description>
            <maml:para></maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>Content</maml:name>
          <maml:Description>
            <maml:para>Content of the layout.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>Layout</maml:name>
          <maml:Description>
            <maml:para>The JSON layout for this component.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>LargeColumns</maml:name>
          <maml:Description>
            <maml:para></maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
          <maml:name>MediumColumns</maml:name>
          <maml:Description>
            <maml:para></maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
          <maml:name>SmallColumns</maml:name>
          <maml:Description>
            <maml:para></maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
          <maml:name>ExtraSmallColumns</maml:name>
          <maml:Description>
            <maml:para></maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
          <maml:name>ExtraExtraSmallColumns</maml:name>
          <maml:Description>
            <maml:para></maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="9" aliases="none">
          <maml:name>LargeBreakpoint</maml:name>
          <maml:Description>
            <maml:para></maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Draggable</maml:name>
          <maml:Description>
            <maml:para>Whether the components are draggable.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Persist</maml:name>
          <maml:Description>
            <maml:para>Whether to persist the layout in the user's browser local storage.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Resizable</maml:name>
          <maml:Description>
            <maml:para>Whether the grid is resizable.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>Content</maml:name>
        <maml:Description>
          <maml:para>Content of the layout.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Draggable</maml:name>
        <maml:Description>
          <maml:para>Whether the components are draggable.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="13" aliases="none">
        <maml:name>ExtraExtraSmallBreakpoint</maml:name>
        <maml:Description>
          <maml:para></maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
        <maml:name>ExtraExtraSmallColumns</maml:name>
        <maml:Description>
          <maml:para></maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="12" aliases="none">
        <maml:name>ExtraSmallBreakpoint</maml:name>
        <maml:Description>
          <maml:para></maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
        <maml:name>ExtraSmallColumns</maml:name>
        <maml:Description>
          <maml:para></maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID of this component.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="9" aliases="none">
        <maml:name>LargeBreakpoint</maml:name>
        <maml:Description>
          <maml:para></maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
        <maml:name>LargeColumns</maml:name>
        <maml:Description>
          <maml:para></maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>Layout</maml:name>
        <maml:Description>
          <maml:para>The JSON layout for this component.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="10" aliases="none">
        <maml:name>MediumBreakpoint</maml:name>
        <maml:Description>
          <maml:para></maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
        <maml:name>MediumColumns</maml:name>
        <maml:Description>
          <maml:para></maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Persist</maml:name>
        <maml:Description>
          <maml:para>Whether to persist the layout in the user's browser local storage.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Resizable</maml:name>
        <maml:Description>
          <maml:para>Whether the grid is resizable.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>RowHeight</maml:name>
        <maml:Description>
          <maml:para></maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="11" aliases="none">
        <maml:name>SmallBreakpoint</maml:name>
        <maml:Description>
          <maml:para></maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
        <maml:name>SmallColumns</maml:name>
        <maml:Description>
          <maml:para></maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------------- Grid Layout -------------------------</maml:title>
        <dev:code>New-UDGridLayout -Layout "[
      {i: 'a', x: 0, y: 0, w: 1, h: 2, static: true},
      {i: 'b', x: 1, y: 0, w: 3, h: 2, minW: 2, maxW: 4},
      {i: 'c', x: 4, y: 0, w: 1, h: 2}
    ]" -Content {
        New-UDCard -BackgroundColor black -Id a
        New-UDCard -BackgroundColor black -Id b
        New-UDCard -BackgroundColor black -Id c
    }</dev:code>
        <dev:remarks>
          <maml:para>Lays out the cards using the specified JSON layout.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>https://github.com/ironmansoftware/universal-dashboard/blob/master/src/UniversalDashboard/Help/New-UDGridLayout.md</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDHeading</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDHeading</command:noun>
      <maml:description>
        <maml:para>Creates a heading.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a heading.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDHeading</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Color</maml:name>
          <maml:Description>
            <maml:para>Font color for the heading.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Content</maml:name>
          <maml:Description>
            <maml:para>Content for the heading.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of this heading.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Size</maml:name>
          <maml:Description>
            <maml:para>Size of this heading from 1 to 6. 1 is the largest and 6 is the smallest.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">4</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">5</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">6</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-UDHeading</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Color</maml:name>
          <maml:Description>
            <maml:para>Font color for the heading.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of this heading.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Size</maml:name>
          <maml:Description>
            <maml:para>Size of this heading from 1 to 6. 1 is the largest and 6 is the smallest.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">4</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">5</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">6</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Text</maml:name>
          <maml:Description>
            <maml:para>{{Fill Text Description}}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Color</maml:name>
        <maml:Description>
          <maml:para>Font color for the heading.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Content</maml:name>
        <maml:Description>
          <maml:para>Content for the heading.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID of this heading.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Size</maml:name>
        <maml:Description>
          <maml:para>Size of this heading from 1 to 6. 1 is the largest and 6 is the smallest.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Text</maml:name>
        <maml:Description>
          <maml:para>{{Fill Text Description}}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>--------------------------- Heading ---------------------------</maml:title>
        <dev:code>New-UDHeading -Size 3 -Content { "Header" }</dev:code>
        <dev:remarks>
          <maml:para>Creates the heading "Header" with a size of 3.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDHtml</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDHtml</command:noun>
      <maml:description>
        <maml:para>Creates a section of HTML.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a section of HTML.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDHtml</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Markup</maml:name>
          <maml:Description>
            <maml:para>The HTML markup to create.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Markup</maml:name>
        <maml:Description>
          <maml:para>The HTML markup to create.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>New-UDHtml -Markup "&lt;h3&gt;Hi! I'm HTML&lt;/h3&gt;"</dev:code>
        <dev:remarks>
          <maml:para>Creates header text in the dashboard.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDIcon</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDIcon</command:noun>
      <maml:description>
        <maml:para>Create icon from the FontAwesome pack</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This command will generate an svg icon from the FontAwesome library, this icons comes from the Solid,Brand and regular packages. The library include 1300+ icons.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDIcon</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Set css id property</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Icon</maml:name>
          <maml:Description>
            <maml:para>{{Fill Icon Description}}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">FontAwesomeIcons</command:parameterValue>
          <dev:type>
            <maml:name>FontAwesomeIcons</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>Rotation</maml:name>
          <maml:Description>
            <maml:para>Wil rotate the icon by 90 degress</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>ClassName</maml:name>
          <maml:Description>
            <maml:para>Add custom css class name</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>Transform</maml:name>
          <maml:Description>
            <maml:para>Thanks to the power of SVG in Font Awesome 5, you can scale, position, flip, &amp; rotate icons arbitrarily using the data-fa-transform element attribute. You can even combine them for some super-useful effects.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
          <maml:name>Flip</maml:name>
          <maml:Description>
            <maml:para>Flip horizontally, vertically, or both</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">horizontal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vertical</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">both</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
          <maml:name>Pull</maml:name>
          <maml:Description>
            <maml:para>{{Fill Pull Description}}</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">left</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
          <maml:name>Size</maml:name>
          <maml:Description>
            <maml:para>Set the size of the icon</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">xs</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sm</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">2x</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">3x</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">4x</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">5x</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">6x</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">7x</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">8x</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">9x</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">10x</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
          <maml:name>Style</maml:name>
          <maml:Description>
            <maml:para>Set css attributes on the icon like color etc...</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
          <dev:type>
            <maml:name>Hashtable</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="9" aliases="none">
          <maml:name>Title</maml:name>
          <maml:Description>
            <maml:para>{{Fill Title Description}}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Border</maml:name>
          <maml:Description>
            <maml:para>set square border around the icon</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>FixedWidth</maml:name>
          <maml:Description>
            <maml:para>set the icons to the same fixed width</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Inverse</maml:name>
          <maml:Description>
            <maml:para>{{Fill Inverse Description}}</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ListItem</maml:name>
          <maml:Description>
            <maml:para>{{Fill ListItem Description}}</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Pulse</maml:name>
          <maml:Description>
            <maml:para>Use this to have the icon to rotate with 8 steps</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Regular</maml:name>
          <maml:Description>
            <maml:para>This switch if define will search the icon in the FontAwesome regular pack, if the icon is not in the regular pack the command will used the fallback icon in the solid pack.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Spin</maml:name>
          <maml:Description>
            <maml:para>Will spin the icon like loading animation</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Border</maml:name>
        <maml:Description>
          <maml:para>set square border around the icon</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>ClassName</maml:name>
        <maml:Description>
          <maml:para>Add custom css class name</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>FixedWidth</maml:name>
        <maml:Description>
          <maml:para>set the icons to the same fixed width</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
        <maml:name>Flip</maml:name>
        <maml:Description>
          <maml:para>Flip horizontally, vertically, or both</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Icon</maml:name>
        <maml:Description>
          <maml:para>{{Fill Icon Description}}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">FontAwesomeIcons</command:parameterValue>
        <dev:type>
          <maml:name>FontAwesomeIcons</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>Set css id property</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Inverse</maml:name>
        <maml:Description>
          <maml:para>{{Fill Inverse Description}}</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ListItem</maml:name>
        <maml:Description>
          <maml:para>{{Fill ListItem Description}}</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
        <maml:name>Pull</maml:name>
        <maml:Description>
          <maml:para>{{Fill Pull Description}}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Pulse</maml:name>
        <maml:Description>
          <maml:para>Use this to have the icon to rotate with 8 steps</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Regular</maml:name>
        <maml:Description>
          <maml:para>This switch if define will search the icon in the FontAwesome regular pack, if the icon is not in the regular pack the command will used the fallback icon in the solid pack.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>Rotation</maml:name>
        <maml:Description>
          <maml:para>Wil rotate the icon by 90 degress</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
        <maml:name>Size</maml:name>
        <maml:Description>
          <maml:para>Set the size of the icon</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Spin</maml:name>
        <maml:Description>
          <maml:para>Will spin the icon like loading animation</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
        <maml:name>Style</maml:name>
        <maml:Description>
          <maml:para>Set css attributes on the icon like color etc...</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
        <dev:type>
          <maml:name>Hashtable</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="9" aliases="none">
        <maml:name>Title</maml:name>
        <maml:Description>
          <maml:para>{{Fill Title Description}}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
        <maml:name>Transform</maml:name>
        <maml:Description>
          <maml:para>Thanks to the power of SVG in Font Awesome 5, you can scale, position, flip, &amp; rotate icons arbitrarily using the data-fa-transform element attribute. You can even combine them for some super-useful effects.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>New-UDIcon -Icon box -Style @{color = '#000'} -Id 'test-icon-button'</dev:code>
        <dev:remarks>
          <maml:para>Create icon with the default size sm and it has black color.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>New-UDIcon -Icon spinner -Size 3x -Style @{color = '#000'} -Id 'test-icon-button' -Spin</dev:code>
        <dev:remarks>
          <maml:para>Create icon that has spin animation.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 3 --------------------------</maml:title>
        <dev:code>New-UDIcon -Icon angry -Size 3x -Style @{color = '#000'} -Id 'test-icon-button' -Regular</dev:code>
        <dev:remarks>
          <maml:para>Create angey icon that have a size of 3 and black color, and also this icon is from the FontAwesome regular pack ( semi light ) style.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>https://github.com/ironmansoftware/universal-dashboard/blob/master/src/UniversalDashboard/Help/New-UDIcon.md</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDIconButton</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDIconButton</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDIconButton</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Id Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Icon</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Icon Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>OnClick</maml:name>
          <maml:Description>
            <maml:para>{{ Fill OnClick Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>Href</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Href Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>Style</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Style Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
          <dev:type>
            <maml:name>Hashtable</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Disable</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Disable Description }}</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Disable</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Disable Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>Href</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Href Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Icon</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Icon Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Id Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>OnClick</maml:name>
        <maml:Description>
          <maml:para>{{ Fill OnClick Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
        <maml:name>Style</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Style Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
        <dev:type>
          <maml:name>Hashtable</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDIFrame</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDIFrame</command:noun>
      <maml:description>
        <maml:para>Creates a new iframe.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a new iframe.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDIFrame</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of the iframe.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Uri</maml:name>
          <maml:Description>
            <maml:para>The URI of the embedded website.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID of the iframe.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Uri</maml:name>
        <maml:Description>
          <maml:para>The URI of the embedded website.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>New-UDIFrame -Uri https://www.ironmansoftware.com</dev:code>
        <dev:remarks>
          <maml:para>Creates an iframe that embeds Google.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDImage</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDImage</command:noun>
      <maml:description>
        <maml:para>Renders an image in the dashboard.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Renders an image in the dashboard.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDImage</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Attributes</maml:name>
          <maml:Description>
            <maml:para>{{Fill Attributes Description}}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
          <dev:type>
            <maml:name>Hashtable</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Height</maml:name>
          <maml:Description>
            <maml:para>The height in pixels.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of the image.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Path</maml:name>
          <maml:Description>
            <maml:para>The Path of the icon on the local file system.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Width</maml:name>
          <maml:Description>
            <maml:para>The width in pixels.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-UDImage</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Attributes</maml:name>
          <maml:Description>
            <maml:para>{{Fill Attributes Description}}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
          <dev:type>
            <maml:name>Hashtable</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Height</maml:name>
          <maml:Description>
            <maml:para>The height in pixels.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of the image.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Url</maml:name>
          <maml:Description>
            <maml:para>The URL of the image. This can be a base64 encoded data string.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Width</maml:name>
          <maml:Description>
            <maml:para>The width in pixels.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Attributes</maml:name>
        <maml:Description>
          <maml:para>{{Fill Attributes Description}}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
        <dev:type>
          <maml:name>Hashtable</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Height</maml:name>
        <maml:Description>
          <maml:para>The height in pixels.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID of the image.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Path</maml:name>
        <maml:Description>
          <maml:para>The Path of the icon on the local file system.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Url</maml:name>
        <maml:Description>
          <maml:para>The URL of the image. This can be a base64 encoded data string.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Width</maml:name>
        <maml:Description>
          <maml:para>The width in pixels.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>New-UDImage -Url "https://i1.wp.com/ironmansoftware.com/wp-content/uploads/2019/01/dsl.png" -Height 50 -Width 50</dev:code>
        <dev:remarks>
          <maml:para>Inserts the Google logo and sizes it to 50px by 50px.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>New-UDImage -Height 125 -Width 125 -Url "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYwIiBoZWlnaHQ9IjE2MCIgdmlld0JveD0iMCAwIDE2MCAxNjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHRpdGxlPkFydGJvYXJkIDY8L3RpdGxlPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHBhdGggZD0iTTE0NC4wODYgODAuNTY4Yy0yMS45NzguNDMtMTcuNDAyIDE0LjM0Ni0zMi44OSAxNy44NjZDOTUuNDYgMTAyLjAxIDkyLjk3NSA2MCA3Ny4yNDMgNjBjLTE1LjczMyAwLTE5LjIxNiA0MC44MDYtMzguOTE4IDY4LjgyM2wtLjU2Ljc5NEw4MCAxNTRsNjQuMDg2LTM3VjgwLjU2OHoiIGZpbGw9IiMzNkEyRUIiLz48cGF0aCBkPSJNMTQ0LjA4NiA3OS4zQzEzNi43MjYgNjkuODU2IDEzMS43MzYgNTkgMTIxIDU5Yy0xOSAwLTE0IDMxLTM1IDMxcy0yMy4yMDctMzMuMzQ2LTQ3LTJjLTcuNTggOS45ODgtMTMuNjgyIDIxLjEyNC0xOC40NzUgMzEuNjYyTDgwIDE1NGw2NC4wODYtMzdWNzkuM3oiIGZpbGw9IiNGRkNFNTYiLz48cGF0aCBkPSJNMTUuOTE0IDkyLjE0M0MyMy4xMjQgNzIuMTczIDI2LjIzNyA1NiA0MCA1NmMyMSAwIDI2IDU5IDQ0IDUzczE2LTM4IDQ0LTM4YzUuMzMgMCAxMC43NzIgMy4yNjMgMTYuMDg2IDguNTQ2VjExN0w4MCAxNTRsLTY0LjA4Ni0zN1Y5Mi4xNDN6IiBmaWxsLW9wYWNpdHk9Ii44IiBmaWxsPSIjRkU2MTg0Ii8+PHBhdGggc3Ryb2tlPSIjRTdFOUVEIiBzdHJva2Utd2lkdGg9IjgiIGQ9Ik04MCA2bDY0LjA4NiAzN3Y3NEw4MCAxNTRsLTY0LjA4Ni0zN1Y0M3oiLz48L2c+PC9zdmc+"</dev:code>
        <dev:remarks>
          <maml:para>Inserts an SVG, base64 logo and sizes it to 50px by 50px.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDImageCarousel</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDImageCarousel</command:noun>
      <maml:description>
        <maml:para>Render image carousel in dashboard</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Add image carousel to UniversalDashboard you can set the carousel to be full screen width and add button that update it href automatic to the url that set for every slide and more..</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDImageCarousel</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AutoCycle</maml:name>
          <maml:Description>
            <maml:para>Automaticly change sildes</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ButtonText</maml:name>
          <maml:Description>
            <maml:para>The text that will display on the button</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>FixButton</maml:name>
          <maml:Description>
            <maml:para>Add button on every slide</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>FullWidth</maml:name>
          <maml:Description>
            <maml:para>Will make the carousel width size to be 100%, insted of small square images.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Height</maml:name>
          <maml:Description>
            <maml:para>Set the main carousel container height</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Set id for the carousel component, if not specified the value will be auto generated.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Items</maml:name>
          <maml:Description>
            <maml:para>The items (slides) to add to the carousel container, the items need to be created using New-UDImageCarouselItem cmdlet</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ShowIndicators</maml:name>
          <maml:Description>
            <maml:para>Will display dot for every slide in the bottom of the carousel</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Speed</maml:name>
          <maml:Description>
            <maml:para>Set how long a slide should be display.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Width</maml:name>
          <maml:Description>
            <maml:para>Set the width of the carousel container</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AutoCycle</maml:name>
        <maml:Description>
          <maml:para>Automaticly change sildes</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ButtonText</maml:name>
        <maml:Description>
          <maml:para>The text that will display on the button</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>FixButton</maml:name>
        <maml:Description>
          <maml:para>Add button on every slide</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>FullWidth</maml:name>
        <maml:Description>
          <maml:para>Will make the carousel width size to be 100%, insted of small square images.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Height</maml:name>
        <maml:Description>
          <maml:para>Set the main carousel container height</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>Set id for the carousel component, if not specified the value will be auto generated.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Items</maml:name>
        <maml:Description>
          <maml:para>The items (slides) to add to the carousel container, the items need to be created using New-UDImageCarouselItem cmdlet</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ShowIndicators</maml:name>
        <maml:Description>
          <maml:para>Will display dot for every slide in the bottom of the carousel</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Speed</maml:name>
        <maml:Description>
          <maml:para>Set how long a slide should be display.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Width</maml:name>
        <maml:Description>
          <maml:para>Set the width of the carousel container</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>New-UDImageCarousel -Items {
        New-UDImageCarouselItem -BackgroundImage https://i0.wp.com/ironmansoftware.com/wp-content/uploads/2019/01/azure.png -BackgroundRepeat = 'no-repeat' -BackgroundSize = 'cover' -BackgroundColor = '#3f51b5'
        New-UDImageCarouselItem -BackgroundImage https://i2.wp.com/ironmansoftware.com/wp-content/uploads/2019/01/component.png -BackgroundRepeat = 'no-repeat' -BackgroundSize = 'cover' -BackgroundColor = '#3f51b5'
        New-UDImageCarouselItem -BackgroundImage https://i1.wp.com/ironmansoftware.com/wp-content/uploads/2019/01/dsl.png -BackgroundRepeat = 'no-repeat' -BackgroundSize = 'cover' -BackgroundColor = '#3f51b5'
} -Height 650px -FullWidth -FixButton -ButtonText 'GO TO..' -ShowIndicators</dev:code>
        <dev:remarks>
          <maml:para>Create new image carousel with 3 slides and with fixed button on every slide.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>https://github.com/ironmansoftware/universal-dashboard/blob/master/src/UniversalDashboard/Help/New-UDImageCarousel.md</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDImageCarouselItem</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDImageCarouselItem</command:noun>
      <maml:description>
        <maml:para>Create slide object for the image carousel component</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Create slide for image carousel component, it support image url that host on the web or in local folders, it have alot of customization options.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDImageCarouselItem</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>BackgroundColor</maml:name>
          <maml:Description>
            <maml:para>Set slide background color</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>BackgroundImage</maml:name>
          <maml:Description>
            <maml:para>Set the url for the image it can be web like or local folder</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>BackgroundPosition</maml:name>
          <maml:Description>
            <maml:para>Set the x and y position that the image will start from. It should be in %</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>BackgroundRepeat</maml:name>
          <maml:Description>
            <maml:para>Set if the background should repeat it self or not. The options are repeat or no-repeat</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>BackgroundSize</maml:name>
          <maml:Description>
            <maml:para>Set how the image will display in the slide container. Options are auto,cover,contain</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>FontColor</maml:name>
          <maml:Description>
            <maml:para>Set the color for the title and text parameters</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Set id for the carousel component, if not specified the value will be auto generated.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Text</maml:name>
          <maml:Description>
            <maml:para>Add text as sub title for the slide</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>TextPosition</maml:name>
          <maml:Description>
            <maml:para>Set the position of the text. options are left,center,right</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Title</maml:name>
          <maml:Description>
            <maml:para>Set the title text for the slide</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>TitlePosition</maml:name>
          <maml:Description>
            <maml:para>Set the position of the title. options are left,center,right</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Url</maml:name>
          <maml:Description>
            <maml:para>Set the url that will be invoke when the button is click</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>BackgroundColor</maml:name>
        <maml:Description>
          <maml:para>Set slide background color</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>BackgroundImage</maml:name>
        <maml:Description>
          <maml:para>Set the url for the image it can be web like or local folder</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>BackgroundPosition</maml:name>
        <maml:Description>
          <maml:para>Set the x and y position that the image will start from. It should be in %</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>BackgroundRepeat</maml:name>
        <maml:Description>
          <maml:para>Set if the background should repeat it self or not. The options are repeat or no-repeat</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>BackgroundSize</maml:name>
        <maml:Description>
          <maml:para>Set how the image will display in the slide container. Options are auto,cover,contain</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>FontColor</maml:name>
        <maml:Description>
          <maml:para>Set the color for the title and text parameters</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>Set id for the carousel component, if not specified the value will be auto generated.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Text</maml:name>
        <maml:Description>
          <maml:para>Add text as sub title for the slide</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>TextPosition</maml:name>
        <maml:Description>
          <maml:para>Set the position of the text. options are left,center,right</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Title</maml:name>
        <maml:Description>
          <maml:para>Set the title text for the slide</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>TitlePosition</maml:name>
        <maml:Description>
          <maml:para>Set the position of the title. options are left,center,right</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Url</maml:name>
        <maml:Description>
          <maml:para>Set the url that will be invoke when the button is click</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; $Slide3 = @{
            BackgroundImage = 'https://stmed.net/sites/default/files/ultimate-spider-man-wallpapers-27724-2035627.jpg'
            BackgroundRepeat = 'no-repeat'
            BackgroundSize = 'cover'
            BackgroundPosition = '0% 0%'
            BackgroundColor = '#3f51b5'
            Url = 'http://Google.co.il'
        }
        New-UDCarousel -items {
            New-UDImageCarouselItem @Slide3
        }</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>https://go.microsoft.com/fwlink/?LinkID=217032</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDInput</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDInput</command:noun>
      <maml:description>
        <maml:para>Creates an input card on the dashboard to accept user input.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates an input card on the dashboard to accept user input. The fields for the input are defined by the param block of the endpoint.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDInput</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ArgumentList</maml:name>
          <maml:Description>
            <maml:para>Arguments to pass to the Endpoint parameter. They are available via the $ArgumentList variable within the endpoint.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object[]</command:parameterValue>
          <dev:type>
            <maml:name>Object[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>BackgroundColor</maml:name>
          <maml:Description>
            <maml:para>The background color of the card.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Content</maml:name>
          <maml:Description>
            <maml:para>Specify custom content for a UDInput. If this is specified, the param block in the Endpoint is not used to generate the controls in the input form. This provides additional control over which components show up and what values they posses. Used New-UDInputField to create a new input field.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Endpoint</maml:name>
          <maml:Description>
            <maml:para>The endpoint that will be executed when the form is submitted. A param block is requried.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>FontColor</maml:name>
          <maml:Description>
            <maml:para>The font coplor of the card.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of the input control.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>SubmitText</maml:name>
          <maml:Description>
            <maml:para>The text for the submit button. Defaults to Submit.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Title</maml:name>
          <maml:Description>
            <maml:para>The title of the input card.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Validate</maml:name>
          <maml:Description>
            <maml:para>Whether or not to enforce client side validation via ValidationAttributes.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ArgumentList</maml:name>
        <maml:Description>
          <maml:para>Arguments to pass to the Endpoint parameter. They are available via the $ArgumentList variable within the endpoint.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object[]</command:parameterValue>
        <dev:type>
          <maml:name>Object[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>BackgroundColor</maml:name>
        <maml:Description>
          <maml:para>The background color of the card.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Content</maml:name>
        <maml:Description>
          <maml:para>Specify custom content for a UDInput. If this is specified, the param block in the Endpoint is not used to generate the controls in the input form. This provides additional control over which components show up and what values they posses. Used New-UDInputField to create a new input field.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Endpoint</maml:name>
        <maml:Description>
          <maml:para>The endpoint that will be executed when the form is submitted. A param block is requried.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>FontColor</maml:name>
        <maml:Description>
          <maml:para>The font coplor of the card.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID of the input control.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>SubmitText</maml:name>
        <maml:Description>
          <maml:para>The text for the submit button. Defaults to Submit.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Title</maml:name>
        <maml:Description>
          <maml:para>The title of the input card.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Validate</maml:name>
        <maml:Description>
          <maml:para>Whether or not to enforce client side validation via ValidationAttributes.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------------- Basic Input -------------------------</maml:title>
        <dev:code>New-UDInput -Title "User Information" -Endpoint {
    param($FirstName, $LastName, $Address, $PhoneNumber)
 
    New-UDInputAction -Toast "Record saved! $FirstName, $LastName, $Address, $PhoneNumber"
}</dev:code>
        <dev:remarks>
          <maml:para>Accepts user input and a toast message to the client.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>--------------------- Custom Input Fields ---------------------</maml:title>
        <dev:code>New-UDInput -Title "User Information" -Content {
    New-UDInputField -Type textbox -Name FirstName -Placeholder 'First Name'
    New-UDInputField -Type textbox -Name LastName -Placeholder 'Last Name'
    New-UDInputField -Type textbox -Name Address -Placeholder 'Address'
    New-UDInputField -Type textbox -Name PhoneNumber -Placeholder 'Phone Number'
    New-UDInputField -Type password -Name Password -Placeholder 'Password'
    New-UDInputField -Type date -Name StartDate -Placeholder 'Start Date'
    New-UDInputField -Type time -Name StartTime -Placeholder 'Start Time'
} -Endpoint {
    param($FirstName, $LastName, $Address, $PhoneNumber, $Password, $StartDate, $StartTime)
 
    New-UDInputAction -Toast "Record saved! $FirstName, $LastName, $Address, $PhoneNumber, $Password, $StartDate, $StartTime"
}</dev:code>
        <dev:remarks>
          <maml:para>Users custom input fields to configure the form and then sends a toast to the user when the button is clicked.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDInputAction</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDInputAction</command:noun>
      <maml:description>
        <maml:para>Returns an action to execute after processing input with New-UDInput.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Returns an action to execute after processing input with New-UDInput. This cmdlet is used within the Endpoint parameter of New-UDInput.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDInputAction</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ClearInput</maml:name>
          <maml:Description>
            <maml:para>Clears the input fields after a toast message.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Duration</maml:name>
          <maml:Description>
            <maml:para>The number of milliseconds to display the toast message.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Toast</maml:name>
          <maml:Description>
            <maml:para>A message to toast the user with.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-UDInputAction</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Content</maml:name>
          <maml:Description>
            <maml:para>Specify one or more components (New-UDCard, New-UDChart, etc) to replace the input form with.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Component[]</command:parameterValue>
          <dev:type>
            <maml:name>Component[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-UDInputAction</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>RedirectUrl</maml:name>
          <maml:Description>
            <maml:para>A local or remote URL to redirect to after processing input.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ClearInput</maml:name>
        <maml:Description>
          <maml:para>Clears the input fields after a toast message.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Content</maml:name>
        <maml:Description>
          <maml:para>Specify one or more components (New-UDCard, New-UDChart, etc) to replace the input form with.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Component[]</command:parameterValue>
        <dev:type>
          <maml:name>Component[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Duration</maml:name>
        <maml:Description>
          <maml:para>The number of milliseconds to display the toast message.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>RedirectUrl</maml:name>
        <maml:Description>
          <maml:para>A local or remote URL to redirect to after processing input.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Toast</maml:name>
        <maml:Description>
          <maml:para>A message to toast the user with.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDInput -Title "User Information" -Endpoint {
    param($FirstName, $LastName, $Address, $PhoneNumber)
 
    Invoke-RestMethod http://www.myserver/api/user -Method POST -Body @{
        FirstName = $FirstName
        LastName = $LastName
        Address = $Address
        PhoneNumber = $PhoneNumber
    }
 
    New-UDInputAction -Toast "Record saved!"
}</dev:code>
        <dev:remarks>
          <maml:para>Accepts user input and sends the data to another server. The endpoint then returns a toast message to the client.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDInputField</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDInputField</command:noun>
      <maml:description>
        <maml:para>Creates input fields for New-UDInput.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates input fields for New-UDInput. This cmdlet should be used within New-UDInput's -Component parameter.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDInputField</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>CancelText</maml:name>
          <maml:Description>
            <maml:para>Cancel text for the datetime selector.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ClearText</maml:name>
          <maml:Description>
            <maml:para>Clear text for the datetime selector.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>DefaultValue</maml:name>
          <maml:Description>
            <maml:para>The default value for this field.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>The name of this field. This is also the variable name passed into the Endpoint block in New-UDInput.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>OkText</maml:name>
          <maml:Description>
            <maml:para>Ok text for the datetime selector.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Placeholder</maml:name>
          <maml:Description>
            <maml:para>Place holders to use as display text. Use an array for select fields and a single item for text fields.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
          <dev:type>
            <maml:name>String[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>The type of field.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">textbox</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">checkbox</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">select</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">radioButtons</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">password</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">textarea</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">switch</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">date</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Values</maml:name>
          <maml:Description>
            <maml:para>Valid values for this field. Only applies to select and radio buttons.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object[]</command:parameterValue>
          <dev:type>
            <maml:name>Object[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>CancelText</maml:name>
        <maml:Description>
          <maml:para>Cancel text for the datetime selector.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ClearText</maml:name>
        <maml:Description>
          <maml:para>Clear text for the datetime selector.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>DefaultValue</maml:name>
        <maml:Description>
          <maml:para>The default value for this field.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Name</maml:name>
        <maml:Description>
          <maml:para>The name of this field. This is also the variable name passed into the Endpoint block in New-UDInput.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>OkText</maml:name>
        <maml:Description>
          <maml:para>Ok text for the datetime selector.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Placeholder</maml:name>
        <maml:Description>
          <maml:para>Place holders to use as display text. Use an array for select fields and a single item for text fields.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Type</maml:name>
        <maml:Description>
          <maml:para>The type of field.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Values</maml:name>
        <maml:Description>
          <maml:para>Valid values for this field. Only applies to select and radio buttons.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object[]</command:parameterValue>
        <dev:type>
          <maml:name>Object[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDInput -Content {
    New-UDInputField -Type textbox -Name UserName
} -Endpoint {
    param($UserName)
}</dev:code>
        <dev:remarks>
          <maml:para>Creates a new input field within an input to accept text input.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDInput -Content {
    New-UDInputField -Type select -Name language -Values @("PowerShell", "Python", "C#")
} -Endpoint {
    param($language)
}</dev:code>
        <dev:remarks>
          <maml:para>Creates a new input field within an input to accept a selection of values in a select box.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDLayout</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDLayout</command:noun>
      <maml:description>
        <maml:para>Creates a new simple, column-based layout.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a new simple, column-based layout.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDLayout</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Columns</maml:name>
          <maml:Description>
            <maml:para>The number of columns in the layout.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Content</maml:name>
          <maml:Description>
            <maml:para>The content of the layout.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Columns</maml:name>
        <maml:Description>
          <maml:para>The number of columns in the layout.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Content</maml:name>
        <maml:Description>
          <maml:para>The content of the layout.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDLayout -Columns 3 {
    New-UDCard
    New-UDCard
    New-UDCard
}</dev:code>
        <dev:remarks>
          <maml:para>Creates a three column layout with one row of cards.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDLayout -Columns 3 {
    New-UDCard
    New-UDCard
    New-UDCard
    New-UDCard
    New-UDCard
    New-UDCard
}</dev:code>
        <dev:remarks>
          <maml:para>Creates a three column layout with two rows of cards.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDLinearChartAxis</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDLinearChartAxis</command:noun>
      <maml:description>
        <maml:para>The linear scale is use to chart numerical data. It can be placed on either the x or y axis. The scatter chart type automatically configures a line chart to use one of these scales for the x axis. As the name suggests, linear interpolation is used to determine where a value lies on the axis.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The linear scale is use to chart numerical data. It can be placed on either the x or y axis. The scatter chart type automatically configures a line chart to use one of these scales for the x axis. As the name suggests, linear interpolation is used to determine where a value lies on the axis.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDLinearChartAxis</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Position</maml:name>
          <maml:Description>
            <maml:para>Position of the axis in the chart.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">top</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bottom</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Offset</maml:name>
          <maml:Description>
            <maml:para>If true, extra space is added to the both edges and the axis is scaled to fit into the chart area. This is set to true in the bar chart by default.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID is used to link datasets and scale axes together.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>BeginAtZero</maml:name>
          <maml:Description>
            <maml:para>if true, scale will include 0 if it is not already included.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>Minimum</maml:name>
          <maml:Description>
            <maml:para>User defined minimum number for the scale, overrides minimum value from data.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
          <maml:name>Maximum</maml:name>
          <maml:Description>
            <maml:para>User defined maximum number for the scale, overrides maximum value from data.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
          <maml:name>MaxTickLimit</maml:name>
          <maml:Description>
            <maml:para>Maximum number of ticks and gridlines to show.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
          <maml:name>StepSize</maml:name>
          <maml:Description>
            <maml:para>User defined fixed step size for the scale.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
          <maml:name>SuggestedMaximum</maml:name>
          <maml:Description>
            <maml:para>Adjustment used when calculating the maximum data value.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="9" aliases="none">
          <maml:name>SuggestedMinimum</maml:name>
          <maml:Description>
            <maml:para>Adjustment used when calculating the minimum data value.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>BeginAtZero</maml:name>
        <maml:Description>
          <maml:para>if true, scale will include 0 if it is not already included.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID is used to link datasets and scale axes together.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
        <maml:name>MaxTickLimit</maml:name>
        <maml:Description>
          <maml:para>Maximum number of ticks and gridlines to show.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
        <maml:name>Maximum</maml:name>
        <maml:Description>
          <maml:para>User defined maximum number for the scale, overrides maximum value from data.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
        <maml:name>Minimum</maml:name>
        <maml:Description>
          <maml:para>User defined minimum number for the scale, overrides minimum value from data.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Offset</maml:name>
        <maml:Description>
          <maml:para>If true, extra space is added to the both edges and the axis is scaled to fit into the chart area. This is set to true in the bar chart by default.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Position</maml:name>
        <maml:Description>
          <maml:para>Position of the axis in the chart.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
        <maml:name>StepSize</maml:name>
        <maml:Description>
          <maml:para>User defined fixed step size for the scale.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
        <maml:name>SuggestedMaximum</maml:name>
        <maml:Description>
          <maml:para>Adjustment used when calculating the maximum data value.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="9" aliases="none">
        <maml:name>SuggestedMinimum</maml:name>
        <maml:Description>
          <maml:para>Adjustment used when calculating the minimum data value.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDLineChartDataset</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDLineChartDataset</command:noun>
      <maml:description>
        <maml:para>Creates a dataset for a line chart.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The line chart allows a number of properties to be specified for each dataset. These are used to set display properties for a specific dataset. For example, the colour of a line is generally set this way.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDLineChartDataset</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>DataProperty</maml:name>
          <maml:Description>
            <maml:para>The property of the object to use as the y-Axis of the dataset.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Label</maml:name>
          <maml:Description>
            <maml:para>The label for the dataset which appears in the legend and tooltips.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="10" aliases="none">
          <maml:name>LineTension</maml:name>
          <maml:Description>
            <maml:para>Bezier curve tension of the line. Set to 0 to draw straightlines. This option is ignored if monotone cubic interpolation is used.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="11" aliases="none">
          <maml:name>PointBackgroundColor</maml:name>
          <maml:Description>
            <maml:para>The fill color for points.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="12" aliases="none">
          <maml:name>PointBorderColor</maml:name>
          <maml:Description>
            <maml:para>The border color for points.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="13" aliases="none">
          <maml:name>PointBorderWidth</maml:name>
          <maml:Description>
            <maml:para>The width of the point border in pixels.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
          <dev:type>
            <maml:name>Int32[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="14" aliases="none">
          <maml:name>PointRadius</maml:name>
          <maml:Description>
            <maml:para>The radius of the point.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
          <dev:type>
            <maml:name>Int32[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="15" aliases="none">
          <maml:name>PointStyle</maml:name>
          <maml:Description>
            <maml:para>Style of the point.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cross</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">crossRot</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">line</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rect</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rectRounded</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rectRot</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">triangle</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
          <dev:type>
            <maml:name>String[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="16" aliases="none">
          <maml:name>PointHitRadius</maml:name>
          <maml:Description>
            <maml:para>The pixel size of the non-displayed point that reacts to mouse events.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
          <dev:type>
            <maml:name>Int32[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="17" aliases="none">
          <maml:name>PointHoverBackgroundColor</maml:name>
          <maml:Description>
            <maml:para>Point background color when hovered.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="18" aliases="none">
          <maml:name>PointHoverBorderColor</maml:name>
          <maml:Description>
            <maml:para>Point border color when hovered.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="19" aliases="none">
          <maml:name>PointHoverBorderWidth</maml:name>
          <maml:Description>
            <maml:para>Border width of point when hovered.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
          <dev:type>
            <maml:name>Int32[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>xAxisId</maml:name>
          <maml:Description>
            <maml:para>The ID of the x axis to plot this dataset on. If not specified, this defaults to the ID of the first found x axis.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="20" aliases="none">
          <maml:name>PointHoverRadius</maml:name>
          <maml:Description>
            <maml:para>Radius of the point when hovered.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
          <dev:type>
            <maml:name>Int32[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="21" aliases="none">
          <maml:name>ShowLine</maml:name>
          <maml:Description>
            <maml:para>If false, the line is not drawn for this dataset.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="22" aliases="none">
          <maml:name>SpanGaps</maml:name>
          <maml:Description>
            <maml:para>If true, lines will be drawn between points with no or null data. If false, points with NaN data will create a break in the line</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="23" aliases="none">
          <maml:name>SteppedLine</maml:name>
          <maml:Description>
            <maml:para>If the line is shown as a stepped line.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>yAxisId</maml:name>
          <maml:Description>
            <maml:para>The ID of the y axis to plot this dataset on. If not specified, this defaults to the ID of the first found y axis.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>BackgroundColor</maml:name>
          <maml:Description>
            <maml:para>The fill color under the line.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
          <maml:name>BorderColor</maml:name>
          <maml:Description>
            <maml:para>The color of the line.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
          <maml:name>BorderWidth</maml:name>
          <maml:Description>
            <maml:para>The width of the line in pixels.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
          <maml:name>BorderCapStyle</maml:name>
          <maml:Description>
            <maml:para>Cap style of the line.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">butt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">round</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">square</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
          <maml:name>BorderJoinStyle</maml:name>
          <maml:Description>
            <maml:para>Line joint style.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">bevel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">round</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">miter</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="9" aliases="none">
          <maml:name>Fill</maml:name>
          <maml:Description>
            <maml:para>How to fill the area under the line.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
        <maml:name>BackgroundColor</maml:name>
        <maml:Description>
          <maml:para>The fill color under the line.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
        <maml:name>BorderCapStyle</maml:name>
        <maml:Description>
          <maml:para>Cap style of the line.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
        <maml:name>BorderColor</maml:name>
        <maml:Description>
          <maml:para>The color of the line.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
        <maml:name>BorderJoinStyle</maml:name>
        <maml:Description>
          <maml:para>Line joint style.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
        <maml:name>BorderWidth</maml:name>
        <maml:Description>
          <maml:para>The width of the line in pixels.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>DataProperty</maml:name>
        <maml:Description>
          <maml:para>The property of the object to use as the y-Axis of the dataset.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="9" aliases="none">
        <maml:name>Fill</maml:name>
        <maml:Description>
          <maml:para>How to fill the area under the line.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Label</maml:name>
        <maml:Description>
          <maml:para>The label for the dataset which appears in the legend and tooltips.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="10" aliases="none">
        <maml:name>LineTension</maml:name>
        <maml:Description>
          <maml:para>Bezier curve tension of the line. Set to 0 to draw straightlines. This option is ignored if monotone cubic interpolation is used.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="11" aliases="none">
        <maml:name>PointBackgroundColor</maml:name>
        <maml:Description>
          <maml:para>The fill color for points.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="12" aliases="none">
        <maml:name>PointBorderColor</maml:name>
        <maml:Description>
          <maml:para>The border color for points.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="13" aliases="none">
        <maml:name>PointBorderWidth</maml:name>
        <maml:Description>
          <maml:para>The width of the point border in pixels.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
        <dev:type>
          <maml:name>Int32[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="16" aliases="none">
        <maml:name>PointHitRadius</maml:name>
        <maml:Description>
          <maml:para>The pixel size of the non-displayed point that reacts to mouse events.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
        <dev:type>
          <maml:name>Int32[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="17" aliases="none">
        <maml:name>PointHoverBackgroundColor</maml:name>
        <maml:Description>
          <maml:para>Point background color when hovered.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="18" aliases="none">
        <maml:name>PointHoverBorderColor</maml:name>
        <maml:Description>
          <maml:para>Point border color when hovered.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="19" aliases="none">
        <maml:name>PointHoverBorderWidth</maml:name>
        <maml:Description>
          <maml:para>Border width of point when hovered.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
        <dev:type>
          <maml:name>Int32[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="20" aliases="none">
        <maml:name>PointHoverRadius</maml:name>
        <maml:Description>
          <maml:para>Radius of the point when hovered.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
        <dev:type>
          <maml:name>Int32[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="14" aliases="none">
        <maml:name>PointRadius</maml:name>
        <maml:Description>
          <maml:para>The radius of the point.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
        <dev:type>
          <maml:name>Int32[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="15" aliases="none">
        <maml:name>PointStyle</maml:name>
        <maml:Description>
          <maml:para>Style of the point.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="21" aliases="none">
        <maml:name>ShowLine</maml:name>
        <maml:Description>
          <maml:para>If false, the line is not drawn for this dataset.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="22" aliases="none">
        <maml:name>SpanGaps</maml:name>
        <maml:Description>
          <maml:para>If true, lines will be drawn between points with no or null data. If false, points with NaN data will create a break in the line</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="23" aliases="none">
        <maml:name>SteppedLine</maml:name>
        <maml:Description>
          <maml:para>If the line is shown as a stepped line.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>xAxisId</maml:name>
        <maml:Description>
          <maml:para>The ID of the x axis to plot this dataset on. If not specified, this defaults to the ID of the first found x axis.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>yAxisId</maml:name>
        <maml:Description>
          <maml:para>The ID of the y axis to plot this dataset on. If not specified, this defaults to the ID of the first found y axis.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDLineChartOptions</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDLineChartOptions</command:noun>
      <maml:description>
        <maml:para>Options for a line chart.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Options for a line chart.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDLineChartOptions</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>LayoutOptions</maml:name>
          <maml:Description>
            <maml:para>Layout options for this chart. Use New-UDChartLayoutOptions.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>LegendOptions</maml:name>
          <maml:Description>
            <maml:para>Legend options for this chart. Use New-UDChartLegendOptions.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>TitleOptions</maml:name>
          <maml:Description>
            <maml:para>Title options for this chart. Use New-UDChartTitleOptions.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>TooltipOptions</maml:name>
          <maml:Description>
            <maml:para>Tooltip options for this chart. Use New-UDChartTooltipOptions.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>xAxes</maml:name>
          <maml:Description>
            <maml:para>The x-Axis for this chart. Use New-UDCategoryChartAxis, New-UDLinearChartAxis or New-UDLogarithmicChartAxis.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
          <maml:name>yAxes</maml:name>
          <maml:Description>
            <maml:para>The y-Axis for this chart. Use New-UDCategoryChartAxis, New-UDLinearChartAxis or New-UDLogarithmicChartAxis.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
          <maml:name>ShowLines</maml:name>
          <maml:Description>
            <maml:para>If false, the lines between points are not drawn.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
          <maml:name>SpanGaps</maml:name>
          <maml:Description>
            <maml:para>If false, NaN data causes a break in the line.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>LayoutOptions</maml:name>
        <maml:Description>
          <maml:para>Layout options for this chart. Use New-UDChartLayoutOptions.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>LegendOptions</maml:name>
        <maml:Description>
          <maml:para>Legend options for this chart. Use New-UDChartLegendOptions.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
        <maml:name>ShowLines</maml:name>
        <maml:Description>
          <maml:para>If false, the lines between points are not drawn.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
        <maml:name>SpanGaps</maml:name>
        <maml:Description>
          <maml:para>If false, NaN data causes a break in the line.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>TitleOptions</maml:name>
        <maml:Description>
          <maml:para>Title options for this chart. Use New-UDChartTitleOptions.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>TooltipOptions</maml:name>
        <maml:Description>
          <maml:para>Tooltip options for this chart. Use New-UDChartTooltipOptions.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
        <maml:name>xAxes</maml:name>
        <maml:Description>
          <maml:para>The x-Axis for this chart. Use New-UDCategoryChartAxis, New-UDLinearChartAxis or New-UDLogarithmicChartAxis.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
        <maml:name>yAxes</maml:name>
        <maml:Description>
          <maml:para>The y-Axis for this chart. Use New-UDCategoryChartAxis, New-UDLinearChartAxis or New-UDLogarithmicChartAxis.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDLink</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDLink</command:noun>
      <maml:description>
        <maml:para>Creates an HTML link.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates an HTML link.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDLink</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>FontColor</maml:name>
          <maml:Description>
            <maml:para>The font color for this link.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Icon</maml:name>
          <maml:Description>
            <maml:para>A FontAwesome icon to display before the link text.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">None</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">_500px</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_book</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_book_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_card</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_card_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">adjust</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">adn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_center</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_justify</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">amazon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ambulance</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">american_sign_language_interpreting</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">anchor</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">android</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angellist</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">apple</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">archive</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">area_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows_h</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows_v</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">asl_interpreting</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">assistive_listening_systems</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">asterisk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">at</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">audio_description</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">automobile</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">backward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">balance_scale</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ban</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bandcamp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bank</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bar_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bar_chart_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">barcode</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bath</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bathtub</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_0</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_4</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_empty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_full</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_quarter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_three_quarters</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bed</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">beer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">behance</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">behance_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell_slash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell_slash_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bicycle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">binoculars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">birthday_cake</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bitbucket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bitbucket_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bitcoin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">black_tie</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">blind</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bluetooth</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bluetooth_b</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bold</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bolt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bomb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">book</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bookmark</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bookmark_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">braille</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">briefcase</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">btc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bug</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">building</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">building_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bullhorn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bullseye</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">buysellads</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cab</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calculator</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_check_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_minus_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_plus_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_times_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">camera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">camera_retro</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">car</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cart_arrow_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cart_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_amex</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_diners_club</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_discover</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_jcb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_mastercard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_paypal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_stripe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_visa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">certificate</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chain</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chain_broken</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">child</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chrome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle_o_notch</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle_thin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">clipboard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">clock_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">clone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">close</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cloud</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cloud_download</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cloud_upload</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cny</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">code</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">code_fork</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">codepen</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">codiepie</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">coffee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cog</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cogs</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">columns</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comment</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comment_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">commenting</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">commenting_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comments</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comments_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">compass</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">compress</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">connectdevelop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">contao</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">copy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">copyright</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">creative_commons</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">credit_card</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">credit_card_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">crop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">crosshairs</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">css3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cube</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cubes</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cut</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cutlery</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dashboard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dashcube</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">database</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">deaf</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">deafness</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dedent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">delicious</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">desktop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">deviantart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">diamond</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">digg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dollar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dot_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">download</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dribbble</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">drivers_license</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">drivers_license_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dropbox</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">drupal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">edge</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">edit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eercast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eject</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ellipsis_h</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ellipsis_v</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">empire</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_open</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_open_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envira</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eraser</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">etsy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eur</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">euro</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exchange</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exclamation</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exclamation_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exclamation_triangle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">expand</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">expeditedssl</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">external_link</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">external_link_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eye</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eye_slash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eyedropper</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook_f</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook_official</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fast_backward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fast_forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fax</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">feed</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">female</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fighter_jet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_archive_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_audio_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_code_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_excel_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_image_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_movie_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_pdf_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_photo_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_picture_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_powerpoint_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_sound_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_text</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_text_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_video_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_word_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_zip_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">files_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">film</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">filter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fire</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fire_extinguisher</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">firefox</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">first_order</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flag_checkered</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flag_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flask</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flickr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">floppy_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder_open</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder_open_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">font</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">font_awesome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fonticons</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fort_awesome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">forumbee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">foursquare</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">free_code_camp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">frown_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">futbol_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gamepad</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gavel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gbp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ge</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gear</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gears</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">genderless</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">get_pocket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gg_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gift</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">git</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">git_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">github</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">github_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">github_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gitlab</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gittip</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">glass</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">glide</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">glide_g</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">globe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus_official</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_wallet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">graduation_cap</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gratipay</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">grav</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">group</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">h_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hacker_news</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_grab_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_lizard_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_paper_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_peace_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_pointer_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_rock_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_scissors_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_spock_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_stop_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">handshake_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hard_of_hearing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hashtag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hdd_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">header</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">headphones</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">heart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">heart_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">heartbeat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">history</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">home</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hospital_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hotel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_end</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_start</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">houzz</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">html5</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">i_cursor</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">id_badge</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">id_card</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">id_card_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ils</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">image</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">imdb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">inbox</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">indent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">industry</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">info</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">info_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">inr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">instagram</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">institution</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">internet_explorer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">intersex</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ioxhost</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">italic</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">joomla</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">jpy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">jsfiddle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">key</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">keyboard_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">krw</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">language</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">laptop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lastfm</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lastfm_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">leaf</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">leanpub</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">legal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lemon_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">level_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">level_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_bouy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_buoy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_ring</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_saver</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lightbulb_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">line_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">link</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linkedin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linkedin_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linode</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linux</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list_ol</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list_ul</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">location_arrow</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">_lock</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">low_vision</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">magic</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">magnet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mail_forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mail_reply</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mail_reply_all</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">male</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_marker</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_pin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_signs</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_double</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_stroke</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_stroke_h</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_stroke_v</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">maxcdn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">meanpath</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">medium</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">medkit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">meetup</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">meh_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mercury</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">microchip</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">microphone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">microphone_slash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mixcloud</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mobile</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mobile_phone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">modx</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">money</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">moon_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mortar_board</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">motorcycle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mouse_pointer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">music</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">navicon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">neuter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">newspaper_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">object_group</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">object_ungroup</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">odnoklassniki</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">odnoklassniki_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">opencart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">openid</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">opera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">optin_monster</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">outdent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pagelines</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paint_brush</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paper_plane</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paper_plane_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paperclip</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paragraph</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paste</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pause</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pause_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pause_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paw</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paypal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pencil</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pencil_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pencil_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">percent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">phone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">phone_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">photo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">picture_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pie_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pied_piper</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pied_piper_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pied_piper_pp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pinterest</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pinterest_p</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pinterest_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plane</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">play</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">play_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">play_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plug</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">podcast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">power_off</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">print</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">product_hunt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">puzzle_piece</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">qq</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">qrcode</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">question</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">question_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">question_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">quora</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">quote_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">quote_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ra</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">random</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ravelry</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rebel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">recycle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reddit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reddit_alien</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reddit_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">refresh</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">registered</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">remove</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">renren</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reorder</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">repeat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reply</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reply_all</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">resistance</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">retweet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rmb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">road</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rocket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rotate_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rotate_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rouble</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rss</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rss_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rub</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ruble</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rupee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">s15</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">safari</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">save</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">scissors</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">scribd</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">search</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">search_minus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">search_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sellsy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">send</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">send_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">server</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_alt_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shekel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sheqel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shield</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ship</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shirtsinbulk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shopping_bag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shopping_basket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shopping_cart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shower</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sign_in</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sign_language</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sign_out</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">signal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">signing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">simplybuilt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sitemap</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">skyatlas</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">skype</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">slack</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sliders</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">slideshare</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">smile_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snapchat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snapchat_ghost</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snapchat_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snowflake_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">soccer_ball_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_alpha_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_alpha_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_amount_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_amount_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_numeric_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_numeric_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">soundcloud</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">space_shuttle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">spinner</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">spoon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">spotify</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stack_exchange</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stack_overflow</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half_empty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half_full</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">steam</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">steam_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">step_backward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">step_forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stethoscope</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sticky_note</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sticky_note_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stop_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stop_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">street_view</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">strikethrough</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stumbleupon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stumbleupon_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">subscript</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">subway</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">suitcase</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sun_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">superpowers</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">superscript</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">support</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">table</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tablet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tachometer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tags</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tasks</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">taxi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">telegram</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">television</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tencent_weibo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">terminal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">text_height</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">text_width</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">th</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">th_large</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">th_list</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">themeisle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_0</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_4</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_empty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_full</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_quarter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_three_quarters</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumb_tack</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ticket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_rectangle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_rectangle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tint</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_off</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_on</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trademark</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">train</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">transgender</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">transgender_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trash_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tree</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trello</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tripadvisor</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trophy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">truck</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">_try</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tumblr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tumblr_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">turkish_lira</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tv</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">twitch</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">twitter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">twitter_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">umbrella</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">underline</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">undo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">universal_access</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">university</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unlink</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unlock</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unlock_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unsorted</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">upload</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">usb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">usd</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_md</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_secret</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_times</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">users</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vcard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vcard_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">venus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">venus_double</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">venus_mars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">viacoin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">viadeo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">viadeo_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">video_camera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vimeo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vimeo_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vine</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_control_phone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_off</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">warning</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wechat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">weibo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">weixin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">whatsapp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wheelchair</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wheelchair_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wifi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wikipedia_w</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_close</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_close_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_maximize</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_minimize</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_restore</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">windows</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">won</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wordpress</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wpbeginner</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wpexplorer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wpforms</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wrench</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">xing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">xing_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">y_combinator</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">y_combinator_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yahoo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yc_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yelp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yen</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yoast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">youtube</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">youtube_play</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">youtube_square</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">FontAwesomeIcons</command:parameterValue>
          <dev:type>
            <maml:name>FontAwesomeIcons</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>OpenInNewWindow</maml:name>
          <maml:Description>
            <maml:para>Opens the link in a new window.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Text</maml:name>
          <maml:Description>
            <maml:para>Text for the link.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Url</maml:name>
          <maml:Description>
            <maml:para>Url for the link.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>FontColor</maml:name>
        <maml:Description>
          <maml:para>The font color for this link.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Icon</maml:name>
        <maml:Description>
          <maml:para>A FontAwesome icon to display before the link text.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">FontAwesomeIcons</command:parameterValue>
        <dev:type>
          <maml:name>FontAwesomeIcons</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>OpenInNewWindow</maml:name>
        <maml:Description>
          <maml:para>Opens the link in a new window.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Text</maml:name>
        <maml:Description>
          <maml:para>Text for the link.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Url</maml:name>
        <maml:Description>
          <maml:para>Url for the link.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>New-UDLink -Text "PowerShell Pro Tools" -Url "https://www.poshtools.com"</dev:code>
        <dev:remarks>
          <maml:para>Creates an HTML link to PoshTools.com</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDLoadingScreen</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDLoadingScreen</command:noun>
      <maml:description>
        <maml:para>Customizations for the loading screen.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Customizations for the loading screen.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDLoadingScreen</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>BackgroundColor</maml:name>
          <maml:Description>
            <maml:para>Background color of loading screen.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>HideSplash</maml:name>
          <maml:Description>
            <maml:para>Hides the splash screen completely.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Text</maml:name>
          <maml:Description>
            <maml:para>Text to show on the loading screen.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>TextColor</maml:name>
          <maml:Description>
            <maml:para>Text color of loading screen.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>BackgroundColor</maml:name>
        <maml:Description>
          <maml:para>Background color of loading screen.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>HideSplash</maml:name>
        <maml:Description>
          <maml:para>Hides the splash screen completely.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Text</maml:name>
        <maml:Description>
          <maml:para>Text to show on the loading screen.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>TextColor</maml:name>
        <maml:Description>
          <maml:para>Text color of loading screen.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDLoadingScreen -BackgroundColor Blue -TextColor White</dev:code>
        <dev:remarks>
          <maml:para>Updates the loading screen to have a blue background color and a white text color.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>https://go.microsoft.com/fwlink/?LinkID=217032</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDLogarithmicChartAxis</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDLogarithmicChartAxis</command:noun>
      <maml:description>
        <maml:para>The logarithmic scale is use to chart numerical data. It can be placed on either the x or y axis. As the name suggests, logarithmic interpolation is used to determine where a value lies on the axis.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The logarithmic scale is use to chart numerical data. It can be placed on either the x or y axis. As the name suggests, logarithmic interpolation is used to determine where a value lies on the axis.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDLogarithmicChartAxis</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Position</maml:name>
          <maml:Description>
            <maml:para>Position of the axis in the chart.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">top</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bottom</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Offset</maml:name>
          <maml:Description>
            <maml:para>If true, extra space is added to the both edges and the axis is scaled to fit into the chart area. This is set to true in the bar chart by default.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID is used to link datasets and scale axes together.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>Minimum</maml:name>
          <maml:Description>
            <maml:para>User defined minimum number for the scale, overrides minimum value from data.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>Maximum</maml:name>
          <maml:Description>
            <maml:para>User defined maximum number for the scale, overrides maximum value from data.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID is used to link datasets and scale axes together.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
        <maml:name>Maximum</maml:name>
        <maml:Description>
          <maml:para>User defined maximum number for the scale, overrides maximum value from data.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>Minimum</maml:name>
        <maml:Description>
          <maml:para>User defined minimum number for the scale, overrides minimum value from data.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Offset</maml:name>
        <maml:Description>
          <maml:para>If true, extra space is added to the both edges and the axis is scaled to fit into the chart area. This is set to true in the bar chart by default.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Position</maml:name>
        <maml:Description>
          <maml:para>Position of the axis in the chart.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDLoginPage</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDLoginPage</command:noun>
      <maml:description>
        <maml:para>Creates a new login page.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a new login page. This enables authentication for a dashboard. This cmdlet is used in conjunction with New-UDDashboard.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDLoginPage</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AuthenticationMethod</maml:name>
          <maml:Description>
            <maml:para>An array of authentication methods to use.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">AuthenticationMethod[]</command:parameterValue>
          <dev:type>
            <maml:name>AuthenticationMethod[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>LoadingText</maml:name>
          <maml:Description>
            <maml:para>Text to display after the user clicks the login button. This is useful for login proceses that may take a second or notifying users of other actions they may need to take.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>LoginFormBackgroundColor</maml:name>
          <maml:Description>
            <maml:para>Color of the login form background.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>LoginFormFontColor</maml:name>
          <maml:Description>
            <maml:para>Login form font color.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Logo</maml:name>
          <maml:Description>
            <maml:para>An image used as a logo on the login page. Use New-UDImage to generate this logo.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Element</command:parameterValue>
          <dev:type>
            <maml:name>Element</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>PageBackgroundColor</maml:name>
          <maml:Description>
            <maml:para>The login page background color.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>WelcomeText</maml:name>
          <maml:Description>
            <maml:para>Text to display above the login.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AuthenticationMethod</maml:name>
        <maml:Description>
          <maml:para>An array of authentication methods to use.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">AuthenticationMethod[]</command:parameterValue>
        <dev:type>
          <maml:name>AuthenticationMethod[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>LoadingText</maml:name>
        <maml:Description>
          <maml:para>Text to display after the user clicks the login button. This is useful for login proceses that may take a second or notifying users of other actions they may need to take.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>LoginFormBackgroundColor</maml:name>
        <maml:Description>
          <maml:para>Color of the login form background.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>LoginFormFontColor</maml:name>
        <maml:Description>
          <maml:para>Login form font color.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Logo</maml:name>
        <maml:Description>
          <maml:para>An image used as a logo on the login page. Use New-UDImage to generate this logo.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Element</command:parameterValue>
        <dev:type>
          <maml:name>Element</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>PageBackgroundColor</maml:name>
        <maml:Description>
          <maml:para>The login page background color.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>WelcomeText</maml:name>
        <maml:Description>
          <maml:para>Text to display above the login.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; $LoginPage = New-UDLoginPage -AuthenticationMethod $AuthenticationMethod</dev:code>
        <dev:remarks>
          <maml:para>Creates a new login page with authentication methods.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDMap</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDMap</command:noun>
      <maml:description>
        <maml:para>Creates a map.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a map. Maps can contain markers, polylines, polygons, layers, heatmaps and cluster layers.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDMap</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Id of the map.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Longitude</maml:name>
          <maml:Description>
            <maml:para>Centered longitude of the map.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Single</command:parameterValue>
          <dev:type>
            <maml:name>Single</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>Latitude</maml:name>
          <maml:Description>
            <maml:para>Centered latitude of the map.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Single</command:parameterValue>
          <dev:type>
            <maml:name>Single</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>Zoom</maml:name>
          <maml:Description>
            <maml:para>The current zoom level of the map. 0 is not zoomed at all.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>Height</maml:name>
          <maml:Description>
            <maml:para>The height of the map. This can be any valid HTML size.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
          <maml:name>Width</maml:name>
          <maml:Description>
            <maml:para>The width of the map. This can be any valid HTML size.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
          <maml:name>Endpoint</maml:name>
          <maml:Description>
            <maml:para>The endpoint that should return the features of the map.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
          <maml:name>ZoomControlPosition</maml:name>
          <maml:Description>
            <maml:para>The position of the zoom control.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">topright</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">topleft</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bottomright</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bottomleft</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
          <maml:name>ScaleControlPosition</maml:name>
          <maml:Description>
            <maml:para>The position scale control.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">topright</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">topleft</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bottomright</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bottomleft</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hide</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="9" aliases="none">
          <maml:name>MaxZoom</maml:name>
          <maml:Description>
            <maml:para>The maximum zoom value.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Animate</maml:name>
          <maml:Description>
            <maml:para>Animates the movement of the pan and zoom.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Animate</maml:name>
        <maml:Description>
          <maml:para>Animates the movement of the pan and zoom.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
        <maml:name>Endpoint</maml:name>
        <maml:Description>
          <maml:para>The endpoint that should return the features of the map.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
        <maml:name>Height</maml:name>
        <maml:Description>
          <maml:para>The height of the map. This can be any valid HTML size.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>Id of the map.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>Latitude</maml:name>
        <maml:Description>
          <maml:para>Centered latitude of the map.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Single</command:parameterValue>
        <dev:type>
          <maml:name>Single</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Longitude</maml:name>
        <maml:Description>
          <maml:para>Centered longitude of the map.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Single</command:parameterValue>
        <dev:type>
          <maml:name>Single</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="9" aliases="none">
        <maml:name>MaxZoom</maml:name>
        <maml:Description>
          <maml:para>The maximum zoom value.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
        <maml:name>ScaleControlPosition</maml:name>
        <maml:Description>
          <maml:para>The position scale control.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
        <maml:name>Width</maml:name>
        <maml:Description>
          <maml:para>The width of the map. This can be any valid HTML size.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>Zoom</maml:name>
        <maml:Description>
          <maml:para>The current zoom level of the map. 0 is not zoomed at all.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
        <maml:name>ZoomControlPosition</maml:name>
        <maml:Description>
          <maml:para>The position of the zoom control.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Basic Map --------------------------</maml:title>
        <dev:code>New-UDMap -Endpoint {
    New-UDMapRasterLayer -TileServer 'https://tiles.wmflabs.org/bw-mapnik/{z}/{x}/{y}.png'
    New-UDMapMarker -Latitude 51.505 -Longitude -0.09
} -Latitude 51.505 -Longitude -0.09 -Zoom 13 -Height '100vh'</dev:code>
        <dev:remarks>
          <maml:para>Creates a basic map with a marker.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------- Map with Layer Control --------------------</maml:title>
        <dev:code>New-UDMap -Endpoint {
    New-UDMapLayerControl -Content {
        New-UDMapBaseLayer -Name 'Black and White' -Content {
            New-UDMapRasterLayer -TileServer 'https://tiles.wmflabs.org/bw-mapnik/{z}/{x}/{y}.png'
        } -Checked
        New-UDMapBaseLayer -Name 'Color' -Content {
            New-UDMapRasterLayer -TileServer 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png'
        }
        New-UDMapOverlay -Name 'Marker' -Content {
            New-UDMapMarker -Latitude 51.505 -Longitude -0.09
        } -Checked
        New-UDMapOverlay -Name 'Marker 2' -Content {
            New-UDMapMarker -Latitude 51.555 -Longitude -0.00
        } -Checked
    }
} -Latitude 51.505 -Longitude -0.09 -Zoom 13 -Height '100vh'</dev:code>
        <dev:remarks>
          <maml:para>Creates a map with a layer control to toggle the base layers and overlays.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------- Map with a heatmap layer -------------------</maml:title>
        <dev:code>New-UDMap -Endpoint {
    New-UDMapRasterLayer -TileServer 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png'
    New-UDMapHeatmapLayer -Points @(
        @(-37.9019339833, 175.3879181167, "625"),
        @(-37.90920365, 175.4053418167, "397"),
        @(-37.9057407667, 175.39478875, "540"),
        @(-37.9243174333, 175.4220341833, "112"),
        @(-37.8992012333, 175.3666729333, "815"),
        @(-37.9110874833, 175.4102195833, "360"),
        @(-37.9027096, 175.3913196333, "591"),
        @(-37.9011183833, 175.38410915, "655"),
        @(-37.9234701333, 175.4155696333, "181"),
        @(-37.90254175, 175.3926162167, "582"),
        @(-37.92450575, 175.4246711167, "90"),
        @(-37.9242924167, 175.4289432833, "47"),
        @(-37.8986079833, 175.3685293333, "801")
    )
} -Height '100vh'</dev:code>
        <dev:remarks>
          <maml:para>Creates a heatmap and zooms the map into where the heatmap is located.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>--------------- Map with a marker cluster layer ---------------</maml:title>
        <dev:code>New-UDMap -Endpoint {
    New-UDMapRasterLayer -TileServer 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png'
    New-UDMapMarkerClusterLayer -Id 'cluster-layer' -Markers @(
        1..100 | ForEach-Object {
            $Random = Get-Random -Minimum 0 -Maximum 100
            $RandomLat = $Random + 400
            New-UDMapMarker -Latitude "51.$RandomLat" -Longitude "-0.$Random"
        }
    )
} -Latitude 51.505 -Longitude -0.09 -Zoom 13 -Height '100vh'</dev:code>
        <dev:remarks>
          <maml:para>Creates 100 random markers and clusters them together using a cluster layer.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>----------------------- Interative Maps -----------------------</maml:title>
        <dev:code>New-UDButton -Text 'Add Circle' -OnClick {
    Add-UDElement -ParentId 'Feature-Group' -Content {
        New-UDMapVectorLayer -Id 'Vectors' -Circle -Latitude 51.505 -Longitude -0.09 -Radius 500 -Color blue -FillColor blue -FillOpacity .5
    }
}
 
New-UDButton -Text 'Remove Circle' -OnClick {
    Remove-UDElement -Id 'Vectors'
}
 
New-UDButton -Text 'Add Marker' -OnClick {
    Add-UDElement -ParentId 'Feature-Group' -Content {
        New-UDMapMarker -Id 'marker' -Latitude 51.505 -Longitude -0.09 -Popup (
            New-UDMapPopup -Content {
                New-UDCard -Title "Test"
            } -MaxWidth 600
        )
    }
}
 
New-UDButton -Text 'Remove Marker' -OnClick {
    Remove-UDElement -Id 'marker'
}
 
New-UDButton -Text 'Add Layer' -OnClick {
    Add-UDElement -ParentId 'layercontrol' -Content {
        New-UDMapOverlay -Id 'MyNewLayer' -Name "MyNewLayer" -Content {
            New-UDMapFeatureGroup -Id 'Feature-Group2' -Content {
                1..100 | % {
                    New-UDMapVectorLayer -Id 'test' -Circle -Latitude "51.$_" -Longitude -0.09 -Radius 50 -Color red -FillColor blue -FillOpacity .5
                }
            }
        } -Checked
         
    }
}
 
New-UDButton -Text 'Remove Layer' -OnClick {
    Remove-UDElement -Id 'MyNewLayer'
}
 
New-UDButton -Text 'Move' -OnClick {
    Set-UDElement -Id 'map' -Attributes @{
        latitude = 51.550
        longitude = -0.09
        zoom = 10
    }
}
 
New-UDButton -Text "Add marker to cluster" -OnClick {
    Add-UDElement -ParentId 'cluster-layer' -Content {
        $Random = Get-Random -Minimum 0 -Maximum 100
        $RandomLat = $Random + 400
        New-UDMapMarker -Latitude "51.$RandomLat" -Longitude "-0.$Random"
    }
}
 
New-UDButton -Text "Add points to heatmap" -OnClick {
    Add-UDElement -ParentId 'heatmap' -Content {
        @(
            @(51.505, -0.09, "625"),
            @(51.505234, -0.0945654, "625"),
            @(51.50645, -0.098768, "625"),
            @(51.5056575, -0.0945654, "625"),
            @(51.505955, -0.095675, "625"),
            @(51.505575, -0.09657, "625"),
            @(51.505345, -0.099876, "625"),
            @(51.505768, -0.0923432, "625"),
            @(51.505567, -0.02349, "625"),
            @(51.50545654, -0.092342, "625"),
            @(51.5045645, -0.09342, "625")
        )
    }
}
 
New-UDButton -Text "Clear heatmap" -OnClick {
    Clear-UDElement -Id 'heatmap'
}
 
New-UDMap -Id 'map' -Endpoint {
    New-UDMapLayerControl -Id 'layercontrol' -Content {
        New-UDMapBaseLayer -Name "Black and White" -Content {
            New-UDMapRasterLayer -TileServer 'https://tiles.wmflabs.org/bw-mapnik/{z}/{x}/{y}.png'
        }
 
        New-UDMapBaseLayer -Name "Mapnik" -Content {
            New-UDMapRasterLayer -TileServer 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png'
        }
 
        New-UDMapBaseLayer -Name "Bing" -Content {
            New-UDMapRasterLayer -Bing -ApiKey 'asdf3rwf34afaw-sdfasdfa23feaw-23424dfsdfa' -Type Road
        } -Checked
 
        New-UDMapOverlay -Name "Markers" -Content {
            New-UDMapFeatureGroup -Id 'Feature-Group' -Content {
                New-UDMapMarker -Id 'marker' -Latitude 51.505 -Longitude -0.09
            } -Popup (
                New-UDMapPopup -Content {
                    New-UDCard -Title "Test123"
                } -MaxWidth 600
            )
        } -Checked
 
        New-UDMapOverlay -Name 'Vectors' -Content {
            New-UDMapFeatureGroup -Id 'Vectors' -Content {
 
            }
        } -Checked
 
        New-UDMapOverlay -Name "Heatmap" -Content {
            New-UDMapHeatmapLayer -Id 'heatmap' -Points @()
        } -Checked
 
        New-UDMapOverlay -Name "Cluster" -Content {
            New-UDMapMarkerClusterLayer -Id 'cluster-layer' -Markers @(
                1..100 | ForEach-Object {
                    $Random = Get-Random -Minimum 0 -Maximum 100
                    $RandomLat = $Random + 400
                    New-UDMapMarker -Latitude "51.$RandomLat" -Longitude "-0.$Random"
                }
            )
        } -Checked
 
    }
     
} -Latitude 51.505 -Longitude -0.09 -Zoom 13 -Height '100vh' -Animate</dev:code>
        <dev:remarks>
          <maml:para>Creates a dashboard with buttons that you can click to dynamically add and remove items from the map.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDMapBaseLayer</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDMapBaseLayer</command:noun>
      <maml:description>
        <maml:para>The base layer for the map.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The base layer for the map. You can have multiple base layers on a map. You can use the layer control to switch between base layers. Base layers are typically satelite or street raster layers.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDMapBaseLayer</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of this base layer.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>The name of the base layer. This will appear in the layer control.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>Content</maml:name>
          <maml:Description>
            <maml:para>The contents of this base layer. Use the New-UDMapRasterLayer cmdlet to specify a tile layer.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Checked</maml:name>
          <maml:Description>
            <maml:para>Whether this base layer is selected.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Checked</maml:name>
        <maml:Description>
          <maml:para>Whether this base layer is selected.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>Content</maml:name>
        <maml:Description>
          <maml:para>The contents of this base layer. Use the New-UDMapRasterLayer cmdlet to specify a tile layer.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID of this base layer.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Name</maml:name>
        <maml:Description>
          <maml:para>The name of the base layer. This will appear in the layer control.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>---------- Base layer with a tile server raster layer ----------</maml:title>
        <dev:code>New-UDMapBaseLayer -Name 'Black and White' -Content {
    New-UDMapRasterLayer -TileServer 'https://tiles.wmflabs.org/bw-mapnik/{z}/{x}/{y}.png'
} -Checked</dev:code>
        <dev:remarks>
          <maml:para>Creates a base layer with a tile server raster layer defined. This layer is visible by default.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDMapFeatureGroup</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDMapFeatureGroup</command:noun>
      <maml:description>
        <maml:para>A feature group is a collection of map features that can be toggled together.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A feature group is a collection of map features that can be toggled together. You can use New-UDMapOverlay to toggle feature groups. You can also add and remove features from feature groups using Add-UDElement and Remove-UDElement.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDMapFeatureGroup</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of this feature group.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Popup</maml:name>
          <maml:Description>
            <maml:para>A popup to display when this feature group is selected. Use New-UDMapPopup to create a popup.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
          <dev:type>
            <maml:name>Hashtable</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>Content</maml:name>
          <maml:Description>
            <maml:para>A script block containing the features of this feature group.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>Content</maml:name>
        <maml:Description>
          <maml:para>A script block containing the features of this feature group.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID of this feature group.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Popup</maml:name>
        <maml:Description>
          <maml:para>A popup to display when this feature group is selected. Use New-UDMapPopup to create a popup.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
        <dev:type>
          <maml:name>Hashtable</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------------ Feature Group ------------------------</maml:title>
        <dev:code>New-UDMapFeatureGroup -Id 'Feature-Group' -Content {
    New-UDMapMarker -Id 'marker' -Latitude 51.505 -Longitude -0.09
    New-UDMapMarker -Id 'marker' -Latitude 51.515 -Longitude -0.19
    New-UDMapMarker -Id 'marker' -Latitude 51.555 -Longitude -0.11
}</dev:code>
        <dev:remarks>
          <maml:para>Creates a feature group with three markers that are part of the group.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDMapHeatmapLayer</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDMapHeatmapLayer</command:noun>
      <maml:description>
        <maml:para>Creates a heatmap layer.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a heatmap layer. Heatmaps accept various positions with an optional intesity value.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDMapHeatmapLayer</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Points</maml:name>
          <maml:Description>
            <maml:para>The points for this heat map. This should consist of an array of arrays. Each point is an array that specifies the latitude, longitude and intensity. @( @(75, 123, 1), @(75, 123, 1), @(75, 123, 1), @(75, 123, 1) )</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of this heatmap layer.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>MaxIntensity</maml:name>
          <maml:Description>
            <maml:para>The maximum intensity value.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Double</command:parameterValue>
          <dev:type>
            <maml:name>Double</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>Radius</maml:name>
          <maml:Description>
            <maml:para>The radius of the points.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Double</command:parameterValue>
          <dev:type>
            <maml:name>Double</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>MaxZoom</maml:name>
          <maml:Description>
            <maml:para>The maximum zoom level of this heatmap.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
          <maml:name>MinOpacity</maml:name>
          <maml:Description>
            <maml:para>The minimum opacity of the points.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Double</command:parameterValue>
          <dev:type>
            <maml:name>Double</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
          <maml:name>Blur</maml:name>
          <maml:Description>
            <maml:para>The amount of blur to apply to points.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
          <maml:name>Gradient</maml:name>
          <maml:Description>
            <maml:para>The gradient values for this map. This value should be a hashtable with different stops in the gradient. The keys in the hashtable are the intensity values while the values are the colors. @{ '0.4' = 'red'; '0.6' = 'blue'; '0.8' = 'green' }</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
          <dev:type>
            <maml:name>Hashtable</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>FitMapBounds</maml:name>
          <maml:Description>
            <maml:para>Automatically zooms and pans the map to the location containing this heatmap.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
        <maml:name>Blur</maml:name>
        <maml:Description>
          <maml:para>The amount of blur to apply to points.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>FitMapBounds</maml:name>
        <maml:Description>
          <maml:para>Automatically zooms and pans the map to the location containing this heatmap.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
        <maml:name>Gradient</maml:name>
        <maml:Description>
          <maml:para>The gradient values for this map. This value should be a hashtable with different stops in the gradient. The keys in the hashtable are the intensity values while the values are the colors. @{ '0.4' = 'red'; '0.6' = 'blue'; '0.8' = 'green' }</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
        <dev:type>
          <maml:name>Hashtable</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID of this heatmap layer.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>MaxIntensity</maml:name>
        <maml:Description>
          <maml:para>The maximum intensity value.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Double</command:parameterValue>
        <dev:type>
          <maml:name>Double</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
        <maml:name>MaxZoom</maml:name>
        <maml:Description>
          <maml:para>The maximum zoom level of this heatmap.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
        <maml:name>MinOpacity</maml:name>
        <maml:Description>
          <maml:para>The minimum opacity of the points.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Double</command:parameterValue>
        <dev:type>
          <maml:name>Double</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Points</maml:name>
        <maml:Description>
          <maml:para>The points for this heat map. This should consist of an array of arrays. Each point is an array that specifies the latitude, longitude and intensity. @( @(75, 123, 1), @(75, 123, 1), @(75, 123, 1), @(75, 123, 1) )</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>Radius</maml:name>
        <maml:Description>
          <maml:para>The radius of the points.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Double</command:parameterValue>
        <dev:type>
          <maml:name>Double</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>New-UDMapHeatmapLayer -Id 'heatmap' -Points @(
    @(51.505, -0.09, "625"),
    @(51.505234, -0.0945654, "625"),
    @(51.50645, -0.098768, "625"),
    @(51.5056575, -0.0945654, "625"),
    @(51.505955, -0.095675, "625"),
    @(51.505575, -0.09657, "625"),
    @(51.505345, -0.099876, "625"),
    @(51.505768, -0.0923432, "625"),
    @(51.505567, -0.02349, "625"),
    @(51.50545654, -0.092342, "625"),
    @(51.5045645, -0.09342, "625")
)</dev:code>
        <dev:remarks>
          <maml:para>Creates a heatmap based on ten points with varying latitude, longitude and intensity.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDMapIcon</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDMapIcon</command:noun>
      <maml:description>
        <maml:para>Creates a map icon for a marker.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a map icon for a marker. This is used to specify custom icons for markers.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDMapIcon</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Url</maml:name>
          <maml:Description>
            <maml:para>The URL to the icon file.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Height</maml:name>
          <maml:Description>
            <maml:para>The height of the icon in pixels.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>Width</maml:name>
          <maml:Description>
            <maml:para>The width of the icon in pixels.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>AnchorX</maml:name>
          <maml:Description>
            <maml:para>The offset of where to anchor the icon to the map.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>AnchorY</maml:name>
          <maml:Description>
            <maml:para>The offset of where to anchor the icon to the map.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
          <maml:name>PopupAnchorX</maml:name>
          <maml:Description>
            <maml:para>The offset of where to anchor a popup coming from the top of this icon.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
          <maml:name>PopupAnchorY</maml:name>
          <maml:Description>
            <maml:para>The offset of where to anchor a popup coming from the top of this icon.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>AnchorX</maml:name>
        <maml:Description>
          <maml:para>The offset of where to anchor the icon to the map.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
        <maml:name>AnchorY</maml:name>
        <maml:Description>
          <maml:para>The offset of where to anchor the icon to the map.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Height</maml:name>
        <maml:Description>
          <maml:para>The height of the icon in pixels.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
        <maml:name>PopupAnchorX</maml:name>
        <maml:Description>
          <maml:para>The offset of where to anchor a popup coming from the top of this icon.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
        <maml:name>PopupAnchorY</maml:name>
        <maml:Description>
          <maml:para>The offset of where to anchor a popup coming from the top of this icon.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Url</maml:name>
        <maml:Description>
          <maml:para>The URL to the icon file.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>Width</maml:name>
        <maml:Description>
          <maml:para>The width of the icon in pixels.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>New-UDMapIcon -Url http://domain.com/icon.png -Height 16 -Width 16</dev:code>
        <dev:remarks>
          <maml:para>Creates a map icon based on the icon.png file. The icon will be 16x16 pixels in size.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDMapLayerControl</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDMapLayerControl</command:noun>
      <maml:description>
        <maml:para>Configures a layer control in the map.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Configures a layer control in the map. When you use a layer control, you can toggle base layers as well as multiple overlays using the layer control.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDMapLayerControl</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of this layer control.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Position</maml:name>
          <maml:Description>
            <maml:para>The position of the layer selection control.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">topright</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">topleft</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bottomright</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bottomleft</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>Content</maml:name>
          <maml:Description>
            <maml:para>The base layers and overlays that you will display in your map.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>Content</maml:name>
        <maml:Description>
          <maml:para>The base layers and overlays that you will display in your map.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID of this layer control.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Position</maml:name>
        <maml:Description>
          <maml:para>The position of the layer selection control.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>New-UDMapLayerControl -Id 'layercontrol' -Content {
    New-UDMapBaseLayer -Name "Black and White" -Content {
        New-UDMapRasterLayer -TileServer 'https://tiles.wmflabs.org/bw-mapnik/{z}/{x}/{y}.png'
    }
 
    New-UDMapBaseLayer -Name "Mapnik" -Content {
        New-UDMapRasterLayer -TileServer 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png'
    }
 
    New-UDMapBaseLayer -Name "Bing" -Content {
        New-UDMapRasterLayer -Bing -ApiKey 'asdf3rwf34afaw-sdfasdfa23feaw-23424dfsdfa' -Type Road
    } -Checked
 
    New-UDMapOverlay -Name "Markers" -Content {
        New-UDMapFeatureGroup -Id 'Feature-Group' -Content {
            New-UDMapMarker -Id 'marker' -Latitude 51.505 -Longitude -0.09
        }
    } -Checked
 
    New-UDMapOverlay -Name "Cluster" -Content {
        New-UDMapMarkerClusterLayer -Id 'cluster-layer' -Markers @(
            1..100 | ForEach-Object {
                $Random = Get-Random -Minimum 0 -Maximum 100
                $RandomLat = $Random + 400
                New-UDMapMarker -Latitude "51.$RandomLat" -Longitude "-0.$Random"
            }
        )
    } -Checked
 
}</dev:code>
        <dev:remarks>
          <maml:para>Creates a map with 3 base layers to select from as well as 2 overlay layers.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDMapMarker</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDMapMarker</command:noun>
      <maml:description>
        <maml:para>Creates a marker on the map.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a marker on the map.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDMapMarker</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Attribution</maml:name>
          <maml:Description>
            <maml:para>Attribution to show along with the marker.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>GeoJSON</maml:name>
          <maml:Description>
            <maml:para>A GeoJSON string that defines the location of this marker.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Icon</maml:name>
          <maml:Description>
            <maml:para>A custom icon to show as this marker. You can create a custom icon with New-UDMapIcon.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
          <dev:type>
            <maml:name>Hashtable</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of this marker.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Opacity</maml:name>
          <maml:Description>
            <maml:para>The opacity of this marker.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Popup</maml:name>
          <maml:Description>
            <maml:para>A popup to show when the marker is clicked. Use New-UDMapPopup to create a popup.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
          <dev:type>
            <maml:name>Hashtable</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ZIndex</maml:name>
          <maml:Description>
            <maml:para>The z-index of this marker.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-UDMapMarker</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Attribution</maml:name>
          <maml:Description>
            <maml:para>Attribution to show along with the marker.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Icon</maml:name>
          <maml:Description>
            <maml:para>A custom icon to show as this marker. You can create a custom icon with New-UDMapIcon.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
          <dev:type>
            <maml:name>Hashtable</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of this marker.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Latitude</maml:name>
          <maml:Description>
            <maml:para>The latitude of the marker location.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Single</command:parameterValue>
          <dev:type>
            <maml:name>Single</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Longitude</maml:name>
          <maml:Description>
            <maml:para>The longitude of the marker location.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Single</command:parameterValue>
          <dev:type>
            <maml:name>Single</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Opacity</maml:name>
          <maml:Description>
            <maml:para>The opacity of this marker.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Popup</maml:name>
          <maml:Description>
            <maml:para>A popup to show when the marker is clicked. Use New-UDMapPopup to create a popup.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
          <dev:type>
            <maml:name>Hashtable</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ZIndex</maml:name>
          <maml:Description>
            <maml:para>The z-index of this marker.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Attribution</maml:name>
        <maml:Description>
          <maml:para>Attribution to show along with the marker.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>GeoJSON</maml:name>
        <maml:Description>
          <maml:para>A GeoJSON string that defines the location of this marker.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Icon</maml:name>
        <maml:Description>
          <maml:para>A custom icon to show as this marker. You can create a custom icon with New-UDMapIcon.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
        <dev:type>
          <maml:name>Hashtable</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID of this marker.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Latitude</maml:name>
        <maml:Description>
          <maml:para>The latitude of the marker location.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Single</command:parameterValue>
        <dev:type>
          <maml:name>Single</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Longitude</maml:name>
        <maml:Description>
          <maml:para>The longitude of the marker location.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Single</command:parameterValue>
        <dev:type>
          <maml:name>Single</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Opacity</maml:name>
        <maml:Description>
          <maml:para>The opacity of this marker.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Popup</maml:name>
        <maml:Description>
          <maml:para>A popup to show when the marker is clicked. Use New-UDMapPopup to create a popup.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
        <dev:type>
          <maml:name>Hashtable</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ZIndex</maml:name>
        <maml:Description>
          <maml:para>The z-index of this marker.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>New-UDMapMarker -Id 'marker' -Latitude 51.505 -Longitude -0.09</dev:code>
        <dev:remarks>
          <maml:para>Creates a map marker with a default icon at 51.505/-0.09.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDMapMarkerClusterLayer</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDMapMarkerClusterLayer</command:noun>
      <maml:description>
        <maml:para>Creates a layer that clusters markers together.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a layer that clusters markers together. As the user zooms out from the map, markers that are close to each other will be clustered into groups.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDMapMarkerClusterLayer</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of this component.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Markers</maml:name>
          <maml:Description>
            <maml:para>The markers to include in this cluster layer. You can use New-UDMapMarker to create these markers.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Hashtable[]</command:parameterValue>
          <dev:type>
            <maml:name>Hashtable[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>MinimumClusterSize</maml:name>
          <maml:Description>
            <maml:para>The minimum number of markers required to create a cluster. The default is 2.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>GridSize</maml:name>
          <maml:Description>
            <maml:para>The number of pixels away a marker must be from another marker before it is clustered. The default is 60.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>GridSize</maml:name>
        <maml:Description>
          <maml:para>The number of pixels away a marker must be from another marker before it is clustered. The default is 60.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID of this component.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Markers</maml:name>
        <maml:Description>
          <maml:para>The markers to include in this cluster layer. You can use New-UDMapMarker to create these markers.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Hashtable[]</command:parameterValue>
        <dev:type>
          <maml:name>Hashtable[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>MinimumClusterSize</maml:name>
        <maml:Description>
          <maml:para>The minimum number of markers required to create a cluster. The default is 2.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>https://go.microsoft.com/fwlink/?LinkID=217032</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDMapOverlay</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDMapOverlay</command:noun>
      <maml:description>
        <maml:para>Creates an overlay layer in a layer control.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates an overlay layer in a layer control. When an overlay is used in the layer control, you can toggle on and off that overlay using the layer control switch. You can specify as many layers as you would like.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDMapOverlay</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of this overlay.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>The name of this overlay. This will appear in the layer switch control.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>Content</maml:name>
          <maml:Description>
            <maml:para>The content of this overlay.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Checked</maml:name>
          <maml:Description>
            <maml:para>Whether this overlay is shown by default.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Checked</maml:name>
        <maml:Description>
          <maml:para>Whether this overlay is shown by default.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>Content</maml:name>
        <maml:Description>
          <maml:para>The content of this overlay.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID of this overlay.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Name</maml:name>
        <maml:Description>
          <maml:para>The name of this overlay. This will appear in the layer switch control.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>New-UDMapOverlay -Name "Heatmap" -Content {
    New-UDMapHeatmapLayer -Id 'heatmap' -Points @()
} -Checked</dev:code>
        <dev:remarks>
          <maml:para>Creates a heatmap overlay within the layer control. The name of the overlay will be Heatmap and can be toggled using the layer control.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDMapPopup</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDMapPopup</command:noun>
      <maml:description>
        <maml:para>Creates a popup that can be assigned to vectors, markers and feature groups.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a popup that can be assigned to vectors, markers and feature groups. A popup is shown when clicking on the assigned feature.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDMapPopup</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of this popup.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Content</maml:name>
          <maml:Description>
            <maml:para>The content of the popup. This can be any Universal Dashboard component.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>Longitude</maml:name>
          <maml:Description>
            <maml:para>The longitude of this popup. By default, the popup will appear near the clicked feature.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Single</command:parameterValue>
          <dev:type>
            <maml:name>Single</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>Latitude</maml:name>
          <maml:Description>
            <maml:para>The latitude of this popup. By default, the popup will appear near the clicked feature.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Single</command:parameterValue>
          <dev:type>
            <maml:name>Single</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>MaxWidth</maml:name>
          <maml:Description>
            <maml:para>The maximum width, in pixels.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Content</maml:name>
        <maml:Description>
          <maml:para>The content of the popup. This can be any Universal Dashboard component.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID of this popup.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>Latitude</maml:name>
        <maml:Description>
          <maml:para>The latitude of this popup. By default, the popup will appear near the clicked feature.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Single</command:parameterValue>
        <dev:type>
          <maml:name>Single</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>Longitude</maml:name>
        <maml:Description>
          <maml:para>The longitude of this popup. By default, the popup will appear near the clicked feature.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Single</command:parameterValue>
        <dev:type>
          <maml:name>Single</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
        <maml:name>MaxWidth</maml:name>
        <maml:Description>
          <maml:para>The maximum width, in pixels.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>New-UDMapPopup -Content {
    New-UDCard -Title "Marker Information" -Content {
 
    }
} -MaxWidth 600</dev:code>
        <dev:remarks>
          <maml:para>Creates a popup that displays a UDCard and has a max width of 600 pixels.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDMapRasterLayer</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDMapRasterLayer</command:noun>
      <maml:description>
        <maml:para>Creates a raster layer that is typically used as a base layer.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a raster layer that is typically used as a base layer. Base layers are usually tile servers that provide a tile like a satelite or road view.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDMapRasterLayer</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ApiKey</maml:name>
          <maml:Description>
            <maml:para>Bing Maps API key.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Attribution</maml:name>
          <maml:Description>
            <maml:para>Map attribution.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Bing</maml:name>
          <maml:Description>
            <maml:para>Enable Bing Maps API support.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of this base layer.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>The name of this raster layer. This will appear in the layer control.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Opacity</maml:name>
          <maml:Description>
            <maml:para>The opacity of the raster layer.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>The type of Bing tile to use. This defaults to Aerial.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">Aerial</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">AerialWithLabels</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">AerialWithLabelsOnDemand</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">CanvasDark</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">CanvasLight</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">CanvasGray</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Road</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ZIndex</maml:name>
          <maml:Description>
            <maml:para>The z-index of this raster layer.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-UDMapRasterLayer</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Attribution</maml:name>
          <maml:Description>
            <maml:para>Map attribution.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of this base layer.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>The name of this raster layer. This will appear in the layer control.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Opacity</maml:name>
          <maml:Description>
            <maml:para>The opacity of the raster layer.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>TileServer</maml:name>
          <maml:Description>
            <maml:para>The URL of the tile server to use.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ZIndex</maml:name>
          <maml:Description>
            <maml:para>The z-index of this raster layer.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ApiKey</maml:name>
        <maml:Description>
          <maml:para>Bing Maps API key.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Attribution</maml:name>
        <maml:Description>
          <maml:para>Map attribution.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Bing</maml:name>
        <maml:Description>
          <maml:para>Enable Bing Maps API support.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID of this base layer.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Name</maml:name>
        <maml:Description>
          <maml:para>The name of this raster layer. This will appear in the layer control.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Opacity</maml:name>
        <maml:Description>
          <maml:para>The opacity of the raster layer.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>TileServer</maml:name>
        <maml:Description>
          <maml:para>The URL of the tile server to use.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Type</maml:name>
        <maml:Description>
          <maml:para>The type of Bing tile to use. This defaults to Aerial.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ZIndex</maml:name>
        <maml:Description>
          <maml:para>The z-index of this raster layer.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>----------------------- Open Tile Server -----------------------</maml:title>
        <dev:code>New-UDMapRasterLayer -TileServer 'https://tiles.wmflabs.org/bw-mapnik/{z}/{x}/{y}.png'</dev:code>
        <dev:remarks>
          <maml:para>Creates a raster layer using the wmflabs tile server.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>----------------------- Bing Tile Server -----------------------</maml:title>
        <dev:code>New-UDMapRasterLayer -Bing -ApiKey 'asdf3rwf34afaw-sdfasdfa23feaw-23424dfsdfa' -Type Road</dev:code>
        <dev:remarks>
          <maml:para>Creates a raster layer using the Bing Map API and selecting the road tiles.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDMapVectorLayer</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDMapVectorLayer</command:noun>
      <maml:description>
        <maml:para>Creates a vector layer to display polylines, polygons, circles or rectangles.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a vector layer to display polylines, polygons, circles or rectangles. This cmdlet is used to draw routes or other shapes denoting regions of the map. You can customize colors and opacity.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDMapVectorLayer</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Circle</maml:name>
          <maml:Description>
            <maml:para>Draws a circle.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Color</maml:name>
          <maml:Description>
            <maml:para>The color used for the stroke of the shape.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>FillColor</maml:name>
          <maml:Description>
            <maml:para>The color used for the fill of the shape.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>FillOpacity</maml:name>
          <maml:Description>
            <maml:para>The opacity of the fill for this shape.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Double</command:parameterValue>
          <dev:type>
            <maml:name>Double</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of this vector layer.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Latitude</maml:name>
          <maml:Description>
            <maml:para>The latitude to the center of the circle.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Double</command:parameterValue>
          <dev:type>
            <maml:name>Double</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Longitude</maml:name>
          <maml:Description>
            <maml:para>The longitude to the center of the circle.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Double</command:parameterValue>
          <dev:type>
            <maml:name>Double</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Opacity</maml:name>
          <maml:Description>
            <maml:para>The opacity of the stroke for this vector.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Double</command:parameterValue>
          <dev:type>
            <maml:name>Double</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Popup</maml:name>
          <maml:Description>
            <maml:para>A popup to show when this circle is clicked.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Radius</maml:name>
          <maml:Description>
            <maml:para>The radius of the circle.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Weight</maml:name>
          <maml:Description>
            <maml:para>The weight of the stroke for this vector.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-UDMapVectorLayer</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Color</maml:name>
          <maml:Description>
            <maml:para>The color used for the stroke of the shape.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>FillColor</maml:name>
          <maml:Description>
            <maml:para>The color used for the fill of the shape.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>FillOpacity</maml:name>
          <maml:Description>
            <maml:para>The opacity of the fill for this shape.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Double</command:parameterValue>
          <dev:type>
            <maml:name>Double</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>GeoJSON</maml:name>
          <maml:Description>
            <maml:para>A GeoJSON string defining the vector.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of this vector layer.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Opacity</maml:name>
          <maml:Description>
            <maml:para>The opacity of the stroke for this vector.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Double</command:parameterValue>
          <dev:type>
            <maml:name>Double</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Weight</maml:name>
          <maml:Description>
            <maml:para>The weight of the stroke for this vector.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-UDMapVectorLayer</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Color</maml:name>
          <maml:Description>
            <maml:para>The color used for the stroke of the shape.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>FillColor</maml:name>
          <maml:Description>
            <maml:para>The color used for the fill of the shape.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>FillOpacity</maml:name>
          <maml:Description>
            <maml:para>The opacity of the fill for this shape.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Double</command:parameterValue>
          <dev:type>
            <maml:name>Double</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of this vector layer.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>LatitudeBottomRight</maml:name>
          <maml:Description>
            <maml:para>The latitude of the bottom right corner fo the rectangle.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Double</command:parameterValue>
          <dev:type>
            <maml:name>Double</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>LatitudeTopLeft</maml:name>
          <maml:Description>
            <maml:para>The latitude of the top left corner fo the rectangle.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Double</command:parameterValue>
          <dev:type>
            <maml:name>Double</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>LongitudeBottomRight</maml:name>
          <maml:Description>
            <maml:para>The longitude to the bottom right of the rectangle.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Double</command:parameterValue>
          <dev:type>
            <maml:name>Double</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>LongitudeTopLeft</maml:name>
          <maml:Description>
            <maml:para>The longitude to the top left of the rectangle.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Double</command:parameterValue>
          <dev:type>
            <maml:name>Double</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Opacity</maml:name>
          <maml:Description>
            <maml:para>The opacity of the stroke for this vector.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Double</command:parameterValue>
          <dev:type>
            <maml:name>Double</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Rectangle</maml:name>
          <maml:Description>
            <maml:para>Draws a rectangle.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Weight</maml:name>
          <maml:Description>
            <maml:para>The weight of the stroke for this vector.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-UDMapVectorLayer</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Color</maml:name>
          <maml:Description>
            <maml:para>The color used for the stroke of the shape.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>FillColor</maml:name>
          <maml:Description>
            <maml:para>The color used for the fill of the shape.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>FillOpacity</maml:name>
          <maml:Description>
            <maml:para>The opacity of the fill for this shape.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Double</command:parameterValue>
          <dev:type>
            <maml:name>Double</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of this vector layer.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Opacity</maml:name>
          <maml:Description>
            <maml:para>The opacity of the stroke for this vector.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Double</command:parameterValue>
          <dev:type>
            <maml:name>Double</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Polygon</maml:name>
          <maml:Description>
            <maml:para>Draws a polygon</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Positions</maml:name>
          <maml:Description>
            <maml:para>The positions that define the polyline or polygon. This should be an array of arrays. Each sub-array should be a pair of coordinates.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Weight</maml:name>
          <maml:Description>
            <maml:para>The weight of the stroke for this vector.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-UDMapVectorLayer</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Color</maml:name>
          <maml:Description>
            <maml:para>The color used for the stroke of the shape.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>FillColor</maml:name>
          <maml:Description>
            <maml:para>The color used for the fill of the shape.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>FillOpacity</maml:name>
          <maml:Description>
            <maml:para>The opacity of the fill for this shape.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Double</command:parameterValue>
          <dev:type>
            <maml:name>Double</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of this vector layer.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Opacity</maml:name>
          <maml:Description>
            <maml:para>The opacity of the stroke for this vector.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Double</command:parameterValue>
          <dev:type>
            <maml:name>Double</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Polyline</maml:name>
          <maml:Description>
            <maml:para>Draws a polyline</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Positions</maml:name>
          <maml:Description>
            <maml:para>The positions that define the polyline or polygon. This should be an array of arrays. Each sub-array should be a pair of coordinates.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Weight</maml:name>
          <maml:Description>
            <maml:para>The weight of the stroke for this vector.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Circle</maml:name>
        <maml:Description>
          <maml:para>Draws a circle.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Color</maml:name>
        <maml:Description>
          <maml:para>The color used for the stroke of the shape.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>FillColor</maml:name>
        <maml:Description>
          <maml:para>The color used for the fill of the shape.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>FillOpacity</maml:name>
        <maml:Description>
          <maml:para>The opacity of the fill for this shape.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Double</command:parameterValue>
        <dev:type>
          <maml:name>Double</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>GeoJSON</maml:name>
        <maml:Description>
          <maml:para>A GeoJSON string defining the vector.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID of this vector layer.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Latitude</maml:name>
        <maml:Description>
          <maml:para>The latitude to the center of the circle.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Double</command:parameterValue>
        <dev:type>
          <maml:name>Double</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>LatitudeBottomRight</maml:name>
        <maml:Description>
          <maml:para>The latitude of the bottom right corner fo the rectangle.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Double</command:parameterValue>
        <dev:type>
          <maml:name>Double</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>LatitudeTopLeft</maml:name>
        <maml:Description>
          <maml:para>The latitude of the top left corner fo the rectangle.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Double</command:parameterValue>
        <dev:type>
          <maml:name>Double</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Longitude</maml:name>
        <maml:Description>
          <maml:para>The longitude to the center of the circle.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Double</command:parameterValue>
        <dev:type>
          <maml:name>Double</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>LongitudeBottomRight</maml:name>
        <maml:Description>
          <maml:para>The longitude to the bottom right of the rectangle.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Double</command:parameterValue>
        <dev:type>
          <maml:name>Double</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>LongitudeTopLeft</maml:name>
        <maml:Description>
          <maml:para>The longitude to the top left of the rectangle.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Double</command:parameterValue>
        <dev:type>
          <maml:name>Double</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Opacity</maml:name>
        <maml:Description>
          <maml:para>The opacity of the stroke for this vector.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Double</command:parameterValue>
        <dev:type>
          <maml:name>Double</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Polygon</maml:name>
        <maml:Description>
          <maml:para>Draws a polygon</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Polyline</maml:name>
        <maml:Description>
          <maml:para>Draws a polyline</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Popup</maml:name>
        <maml:Description>
          <maml:para>A popup to show when this circle is clicked.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Positions</maml:name>
        <maml:Description>
          <maml:para>The positions that define the polyline or polygon. This should be an array of arrays. Each sub-array should be a pair of coordinates.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Radius</maml:name>
        <maml:Description>
          <maml:para>The radius of the circle.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Rectangle</maml:name>
        <maml:Description>
          <maml:para>Draws a rectangle.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Weight</maml:name>
        <maml:Description>
          <maml:para>The weight of the stroke for this vector.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>New-UDMapVectorLayer -Circle -Latitude 59.505 -Longitude -0.99 -Radius 10 -Color Blue -FillColor Blue</dev:code>
        <dev:remarks>
          <maml:para>Creates a blue circle vector at 59.505/-0.99 with a radius of 10.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDMonitor</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDMonitor</command:noun>
      <maml:description>
        <maml:para>Creates a live updating chart that shows a single type of data on a running time scale.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a live updating chart that shows a single type of data. This is paired with Out-UDMonitorData to output data on a running time scale.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDMonitor</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ArgumentList</maml:name>
          <maml:Description>
            <maml:para>Arguments to pass to the endpoint. They will be available via the $ArgumentList variable.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object[]</command:parameterValue>
          <dev:type>
            <maml:name>Object[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AutoRefresh</maml:name>
          <maml:Description>
            <maml:para>Whether to auto refresh this component. This is on by default for this control.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>BackgroundColor</maml:name>
          <maml:Description>
            <maml:para>The background color of the component containing the chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>BorderWidth</maml:name>
          <maml:Description>
            <maml:para>The border width for the chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ChartBackgroundColor</maml:name>
          <maml:Description>
            <maml:para>Background fill color of the chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ChartBorderColor</maml:name>
          <maml:Description>
            <maml:para>Order color of the chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>DataPointHistory</maml:name>
          <maml:Description>
            <maml:para>The number of data points to keep in the history.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Endpoint</maml:name>
          <maml:Description>
            <maml:para>The endpoint definition for this chart. The endpoint should return a single data value via the Out-UDMonitorData cmdlet.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>FilterFields</maml:name>
          <maml:Description>
            <maml:para>Input controls to adjust chart data. Use New-UDInputField to create fields for this script block.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>FontColor</maml:name>
          <maml:Description>
            <maml:para>Font color</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Height</maml:name>
          <maml:Description>
            <maml:para>Set monitor custom height, you can use px,vw,% You can NOT use this parameter without width parameter. If you do you will get an error.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The HTML ID and endpoint ID for this component.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Label</maml:name>
          <maml:Description>
            <maml:para>A list of labels to use when defining multiple datasets. If this isn't specified, the Title is used.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
          <dev:type>
            <maml:name>String[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Links</maml:name>
          <maml:Description>
            <maml:para>Links to display on the bottom of the monitor. Use New-UDLink to generate a link.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Link[]</command:parameterValue>
          <dev:type>
            <maml:name>Link[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Options</maml:name>
          <maml:Description>
            <maml:para></maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
          <dev:type>
            <maml:name>Hashtable</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>RefreshInterval</maml:name>
          <maml:Description>
            <maml:para>The refresh interval for this control. This defaults to 5 seconds.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Title</maml:name>
          <maml:Description>
            <maml:para>The title of this chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>The type of chart to use.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">Bar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Line</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Area</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Doughnut</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Radar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Pie</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">HorizontalBar</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">ChartType</command:parameterValue>
          <dev:type>
            <maml:name>ChartType</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Width</maml:name>
          <maml:Description>
            <maml:para>Set monitor custom width, you can use px,vw,% You can use only width without the height parameter.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ArgumentList</maml:name>
        <maml:Description>
          <maml:para>Arguments to pass to the endpoint. They will be available via the $ArgumentList variable.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object[]</command:parameterValue>
        <dev:type>
          <maml:name>Object[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AutoRefresh</maml:name>
        <maml:Description>
          <maml:para>Whether to auto refresh this component. This is on by default for this control.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>BackgroundColor</maml:name>
        <maml:Description>
          <maml:para>The background color of the component containing the chart.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>BorderWidth</maml:name>
        <maml:Description>
          <maml:para>The border width for the chart.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ChartBackgroundColor</maml:name>
        <maml:Description>
          <maml:para>Background fill color of the chart.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ChartBorderColor</maml:name>
        <maml:Description>
          <maml:para>Order color of the chart.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>DataPointHistory</maml:name>
        <maml:Description>
          <maml:para>The number of data points to keep in the history.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Endpoint</maml:name>
        <maml:Description>
          <maml:para>The endpoint definition for this chart. The endpoint should return a single data value via the Out-UDMonitorData cmdlet.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>FilterFields</maml:name>
        <maml:Description>
          <maml:para>Input controls to adjust chart data. Use New-UDInputField to create fields for this script block.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>FontColor</maml:name>
        <maml:Description>
          <maml:para>Font color</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Height</maml:name>
        <maml:Description>
          <maml:para>Set monitor custom height, you can use px,vw,% You can NOT use this parameter without width parameter. If you do you will get an error.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The HTML ID and endpoint ID for this component.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Label</maml:name>
        <maml:Description>
          <maml:para>A list of labels to use when defining multiple datasets. If this isn't specified, the Title is used.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Links</maml:name>
        <maml:Description>
          <maml:para>Links to display on the bottom of the monitor. Use New-UDLink to generate a link.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Link[]</command:parameterValue>
        <dev:type>
          <maml:name>Link[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Options</maml:name>
        <maml:Description>
          <maml:para></maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
        <dev:type>
          <maml:name>Hashtable</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>RefreshInterval</maml:name>
        <maml:Description>
          <maml:para>The refresh interval for this control. This defaults to 5 seconds.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Title</maml:name>
        <maml:Description>
          <maml:para>The title of this chart.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Type</maml:name>
        <maml:Description>
          <maml:para>The type of chart to use.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ChartType</command:parameterValue>
        <dev:type>
          <maml:name>ChartType</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Width</maml:name>
        <maml:Description>
          <maml:para>Set monitor custom width, you can use px,vw,% You can use only width without the height parameter.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------------ Basic Monitor ------------------------</maml:title>
        <dev:code>New-UDMonitor -Type Line -Title "CPU" -RefreshInterval 1 -DataPointHistory 100 -Endpoint {
    Get-Random | Out-UDMonitorData
}</dev:code>
        <dev:remarks>
          <maml:para>Displays random data on the monitor.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>https://github.com/ironmansoftware/universal-dashboard/blob/master/src/UniversalDashboard/Help/New-UDMonitor.md</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDMuAvatar</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDMuAvatar</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDMuAvatar</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Id Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Image</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Image Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>Alt</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Alt Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>ClassName</maml:name>
          <maml:Description>
            <maml:para>{{ Fill ClassName Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>Style</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Style Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
          <dev:type>
            <maml:name>Hashtable</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>Alt</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Alt Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>ClassName</maml:name>
        <maml:Description>
          <maml:para>{{ Fill ClassName Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Id Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Image</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Image Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
        <maml:name>Style</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Style Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
        <dev:type>
          <maml:name>Hashtable</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDMuButton</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDMuButton</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDMuButton</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Text</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Text Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Icon</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Icon Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="10" aliases="none">
          <maml:name>Href</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Href Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>Variant</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Variant Description }}</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">text</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">outlined</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">contained</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">raised</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>IconAlignment</maml:name>
          <maml:Description>
            <maml:para>{{ Fill IconAlignment Description }}</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">right</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
          <maml:name>FullWidth</maml:name>
          <maml:Description>
            <maml:para>{{ Fill FullWidth Description }}</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
          <maml:name>OnClick</maml:name>
          <maml:Description>
            <maml:para>{{ Fill OnClick Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
          <maml:name>Size</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Size Description }}</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">small</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">medium</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">large</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="9" aliases="none">
          <maml:name>Style</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Style Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
          <dev:type>
            <maml:name>Hashtable</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Id Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
        <maml:name>FullWidth</maml:name>
        <maml:Description>
          <maml:para>{{ Fill FullWidth Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="10" aliases="none">
        <maml:name>Href</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Href Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Icon</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Icon Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>IconAlignment</maml:name>
        <maml:Description>
          <maml:para>{{ Fill IconAlignment Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Id Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
        <maml:name>OnClick</maml:name>
        <maml:Description>
          <maml:para>{{ Fill OnClick Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
        <maml:name>Size</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Size Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="9" aliases="none">
        <maml:name>Style</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Style Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
        <dev:type>
          <maml:name>Hashtable</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Text</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Text Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>Variant</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Variant Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDMuCard</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDMuCard</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDMuCard</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Id Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>ClassName</maml:name>
          <maml:Description>
            <maml:para>{{ Fill ClassName Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>ToolBar</maml:name>
          <maml:Description>
            <maml:para>{{ Fill ToolBar Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>Header</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Header Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>Body</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Body Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
          <maml:name>Expand</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Expand Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
          <maml:name>Footer</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Footer Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
          <maml:name>Style</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Style Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
          <dev:type>
            <maml:name>Hashtable</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
          <maml:name>Elevation</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Elevation Description }}</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">0</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">4</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">5</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">6</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">7</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">8</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">9</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">10</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">11</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">12</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">13</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">14</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">15</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">16</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">17</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">18</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">19</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">20</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">21</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">22</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">23</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">24</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ShowToolBar</maml:name>
          <maml:Description>
            <maml:para>{{ Fill ShowToolBar Description }}</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
        <maml:name>Body</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Body Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>ClassName</maml:name>
        <maml:Description>
          <maml:para>{{ Fill ClassName Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
        <maml:name>Elevation</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Elevation Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
        <maml:name>Expand</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Expand Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
        <maml:name>Footer</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Footer Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>Header</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Header Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Id Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ShowToolBar</maml:name>
        <maml:Description>
          <maml:para>{{ Fill ShowToolBar Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
        <maml:name>Style</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Style Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
        <dev:type>
          <maml:name>Hashtable</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>ToolBar</maml:name>
        <maml:Description>
          <maml:para>{{ Fill ToolBar Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDMuCardBody</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDMuCardBody</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDMuCardBody</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AutoRefresh</maml:name>
          <maml:Description>
            <maml:para>{{ Fill AutoRefresh Description }}</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ClassName</maml:name>
          <maml:Description>
            <maml:para>{{ Fill ClassName Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Content</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Content Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Id Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>IsEndPoint</maml:name>
          <maml:Description>
            <maml:para>{{ Fill IsEndPoint Description }}</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>RefreshInterval</maml:name>
          <maml:Description>
            <maml:para>{{ Fill RefreshInterval Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Style</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Style Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
          <dev:type>
            <maml:name>Hashtable</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AutoRefresh</maml:name>
        <maml:Description>
          <maml:para>{{ Fill AutoRefresh Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ClassName</maml:name>
        <maml:Description>
          <maml:para>{{ Fill ClassName Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Content</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Content Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Id Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>IsEndPoint</maml:name>
        <maml:Description>
          <maml:para>{{ Fill IsEndPoint Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>RefreshInterval</maml:name>
        <maml:Description>
          <maml:para>{{ Fill RefreshInterval Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Style</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Style Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
        <dev:type>
          <maml:name>Hashtable</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDMuCardExpand</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDMuCardExpand</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDMuCardExpand</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AutoRefresh</maml:name>
          <maml:Description>
            <maml:para>{{ Fill AutoRefresh Description }}</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ClassName</maml:name>
          <maml:Description>
            <maml:para>{{ Fill ClassName Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Content</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Content Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Id Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>IsEndPoint</maml:name>
          <maml:Description>
            <maml:para>{{ Fill IsEndPoint Description }}</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>RefreshInterval</maml:name>
          <maml:Description>
            <maml:para>{{ Fill RefreshInterval Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Style</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Style Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
          <dev:type>
            <maml:name>Hashtable</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AutoRefresh</maml:name>
        <maml:Description>
          <maml:para>{{ Fill AutoRefresh Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ClassName</maml:name>
        <maml:Description>
          <maml:para>{{ Fill ClassName Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Content</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Content Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Id Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>IsEndPoint</maml:name>
        <maml:Description>
          <maml:para>{{ Fill IsEndPoint Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>RefreshInterval</maml:name>
        <maml:Description>
          <maml:para>{{ Fill RefreshInterval Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Style</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Style Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
        <dev:type>
          <maml:name>Hashtable</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDMuCardFooter</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDMuCardFooter</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDMuCardFooter</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AutoRefresh</maml:name>
          <maml:Description>
            <maml:para>{{ Fill AutoRefresh Description }}</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ClassName</maml:name>
          <maml:Description>
            <maml:para>{{ Fill ClassName Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Content</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Content Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Id Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>IsEndPoint</maml:name>
          <maml:Description>
            <maml:para>{{ Fill IsEndPoint Description }}</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>RefreshInterval</maml:name>
          <maml:Description>
            <maml:para>{{ Fill RefreshInterval Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Style</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Style Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
          <dev:type>
            <maml:name>Hashtable</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AutoRefresh</maml:name>
        <maml:Description>
          <maml:para>{{ Fill AutoRefresh Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ClassName</maml:name>
        <maml:Description>
          <maml:para>{{ Fill ClassName Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Content</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Content Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Id Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>IsEndPoint</maml:name>
        <maml:Description>
          <maml:para>{{ Fill IsEndPoint Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>RefreshInterval</maml:name>
        <maml:Description>
          <maml:para>{{ Fill RefreshInterval Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Style</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Style Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
        <dev:type>
          <maml:name>Hashtable</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDMuCardHeader</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDMuCardHeader</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDMuCardHeader</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AutoRefresh</maml:name>
          <maml:Description>
            <maml:para>{{ Fill AutoRefresh Description }}</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ClassName</maml:name>
          <maml:Description>
            <maml:para>{{ Fill ClassName Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Content</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Content Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Id Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>IsEndPoint</maml:name>
          <maml:Description>
            <maml:para>{{ Fill IsEndPoint Description }}</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>RefreshInterval</maml:name>
          <maml:Description>
            <maml:para>{{ Fill RefreshInterval Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Style</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Style Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
          <dev:type>
            <maml:name>Hashtable</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AutoRefresh</maml:name>
        <maml:Description>
          <maml:para>{{ Fill AutoRefresh Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ClassName</maml:name>
        <maml:Description>
          <maml:para>{{ Fill ClassName Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Content</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Content Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Id Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>IsEndPoint</maml:name>
        <maml:Description>
          <maml:para>{{ Fill IsEndPoint Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>RefreshInterval</maml:name>
        <maml:Description>
          <maml:para>{{ Fill RefreshInterval Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Style</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Style Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
        <dev:type>
          <maml:name>Hashtable</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDMuCardMedia</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDMuCardMedia</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDMuCardMedia</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Alt</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Alt Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Component</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Component Description }}</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">img</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">video</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">audio</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Height</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Height Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Id Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Image</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Image Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Title</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Title Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-UDMuCardMedia</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Alt</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Alt Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Component</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Component Description }}</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">img</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">video</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">audio</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Height</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Height Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Id Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Source</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Source Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Title</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Title Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Alt</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Alt Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Component</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Component Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Height</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Height Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Id Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Image</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Image Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Source</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Source Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Title</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Title Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Collections.Hashtable</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDMuCardToolbar</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDMuCardToolbar</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDMuCardToolbar</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Id Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>ClassName</maml:name>
          <maml:Description>
            <maml:para>{{ Fill ClassName Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>Content</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Content Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>Icon</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Icon Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>Title</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Title Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
          <maml:name>Style</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Style Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
          <dev:type>
            <maml:name>Hashtable</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ShowButtons</maml:name>
          <maml:Description>
            <maml:para>{{ Fill ShowButtons Description }}</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>ClassName</maml:name>
        <maml:Description>
          <maml:para>{{ Fill ClassName Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>Content</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Content Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>Icon</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Icon Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Id Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ShowButtons</maml:name>
        <maml:Description>
          <maml:para>{{ Fill ShowButtons Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
        <maml:name>Style</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Style Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
        <dev:type>
          <maml:name>Hashtable</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
        <maml:name>Title</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Title Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDMuCheckBox</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDMuCheckBox</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDMuCheckBox</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Label</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Label Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Icon</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Icon Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>CheckedIcon</maml:name>
          <maml:Description>
            <maml:para>{{ Fill CheckedIcon Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>OnChange</maml:name>
          <maml:Description>
            <maml:para>{{ Fill OnChange Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>Style</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Style Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
          <dev:type>
            <maml:name>Hashtable</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
          <maml:name>Disabled</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Disabled Description }}</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
          <maml:name>Checked</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Checked Description }}</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
          <maml:name>ClassName</maml:name>
          <maml:Description>
            <maml:para>{{ Fill ClassName Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
          <maml:name>LabelPlacement</maml:name>
          <maml:Description>
            <maml:para>{{ Fill LabelPlacement Description }}</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">top</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">start</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bottom</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">end</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Id Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
        <maml:name>Checked</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Checked Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>CheckedIcon</maml:name>
        <maml:Description>
          <maml:para>{{ Fill CheckedIcon Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
        <maml:name>ClassName</maml:name>
        <maml:Description>
          <maml:para>{{ Fill ClassName Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
        <maml:name>Disabled</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Disabled Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Icon</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Icon Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Id Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Label</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Label Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
        <maml:name>LabelPlacement</maml:name>
        <maml:Description>
          <maml:para>{{ Fill LabelPlacement Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>OnChange</maml:name>
        <maml:Description>
          <maml:para>{{ Fill OnChange Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
        <maml:name>Style</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Style Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
        <dev:type>
          <maml:name>Hashtable</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDMuChip</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDMuChip</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDMuChip</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Label</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Label Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>Style</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Style Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
          <dev:type>
            <maml:name>Hashtable</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>Variant</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Variant Description }}</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">outlined</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">default</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>Clickable</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Clickable Description }}</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
          <maml:name>Avatar</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Avatar Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
          <maml:name>AvatarType</maml:name>
          <maml:Description>
            <maml:para>{{ Fill AvatarType Description }}</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">letter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">image</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
          <maml:name>OnClick</maml:name>
          <maml:Description>
            <maml:para>{{ Fill OnClick Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
          <maml:name>OnDelete</maml:name>
          <maml:Description>
            <maml:para>{{ Fill OnDelete Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Id Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-UDMuChip</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Label</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Label Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Icon</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Icon Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>Style</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Style Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
          <dev:type>
            <maml:name>Hashtable</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>Variant</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Variant Description }}</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">outlined</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">default</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>Clickable</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Clickable Description }}</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
          <maml:name>OnClick</maml:name>
          <maml:Description>
            <maml:para>{{ Fill OnClick Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
          <maml:name>OnDelete</maml:name>
          <maml:Description>
            <maml:para>{{ Fill OnDelete Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Id Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
        <maml:name>Avatar</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Avatar Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
        <maml:name>AvatarType</maml:name>
        <maml:Description>
          <maml:para>{{ Fill AvatarType Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
        <maml:name>Clickable</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Clickable Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Icon</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Icon Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Id Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Label</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Label Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
        <maml:name>OnClick</maml:name>
        <maml:Description>
          <maml:para>{{ Fill OnClick Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
        <maml:name>OnDelete</maml:name>
        <maml:Description>
          <maml:para>{{ Fill OnDelete Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>Style</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Style Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
        <dev:type>
          <maml:name>Hashtable</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>Variant</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Variant Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDMuLink</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDMuLink</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDMuLink</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ClassName</maml:name>
          <maml:Description>
            <maml:para>Set the Html class name</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Enter id for this object</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>content</maml:name>
          <maml:Description>
            <maml:para>The object or object to make as link</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>openInNewWindow</maml:name>
          <maml:Description>
            <maml:para>Open the result in new window or in the current window</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>style</maml:name>
          <maml:Description>
            <maml:para>The css propertis for this object</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
          <dev:type>
            <maml:name>Hashtable</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>underline</maml:name>
          <maml:Description>
            <maml:para>Show line under the text or content</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">none</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hover</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">always</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>url</maml:name>
          <maml:Description>
            <maml:para>Enter url, this can be remote or local</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-UDMuLink</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ClassName</maml:name>
          <maml:Description>
            <maml:para>Set the Html class name</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Enter id for this object</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>openInNewWindow</maml:name>
          <maml:Description>
            <maml:para>Open the result in new window or in the current window</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>style</maml:name>
          <maml:Description>
            <maml:para>The css propertis for this object</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
          <dev:type>
            <maml:name>Hashtable</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>text</maml:name>
          <maml:Description>
            <maml:para>The text to show as link</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>underline</maml:name>
          <maml:Description>
            <maml:para>Show line under the text or content</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">none</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hover</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">always</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>url</maml:name>
          <maml:Description>
            <maml:para>Enter url, this can be remote or local</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>variant</maml:name>
          <maml:Description>
            <maml:para>The pre configure style</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">h1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">h2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">h3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">h4</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">h5</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">h6</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">subtitle1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">subtitle2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">body1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">body2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caption</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">button</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">overline</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">srOnly</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">inherit</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ClassName</maml:name>
        <maml:Description>
          <maml:para>Set the Html class name</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>Enter id for this object</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>content</maml:name>
        <maml:Description>
          <maml:para>The object or object to make as link</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>openInNewWindow</maml:name>
        <maml:Description>
          <maml:para>Open the result in new window or in the current window</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>style</maml:name>
        <maml:Description>
          <maml:para>The css propertis for this object</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
        <dev:type>
          <maml:name>Hashtable</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>text</maml:name>
        <maml:Description>
          <maml:para>The text to show as link</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>underline</maml:name>
        <maml:Description>
          <maml:para>Show line under the text or content</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>url</maml:name>
        <maml:Description>
          <maml:para>Enter url, this can be remote or local</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>variant</maml:name>
        <maml:Description>
          <maml:para>The pre configure style</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDMuList</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDMuList</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDMuList</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Id Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Content</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Content Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>SubHeader</maml:name>
          <maml:Description>
            <maml:para>{{ Fill SubHeader Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>Style</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Style Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
          <dev:type>
            <maml:name>Hashtable</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Content</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Content Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Id Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>Style</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Style Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
        <dev:type>
          <maml:name>Hashtable</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>SubHeader</maml:name>
        <maml:Description>
          <maml:para>{{ Fill SubHeader Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDMuListItem</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDMuListItem</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDMuListItem</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Id Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>AvatarType</maml:name>
          <maml:Description>
            <maml:para>{{ Fill AvatarType Description }}</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">Icon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Avatar</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="10" aliases="none">
          <maml:name>LabelStyle</maml:name>
          <maml:Description>
            <maml:para>{{ Fill LabelStyle Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
          <dev:type>
            <maml:name>Hashtable</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="11" aliases="none">
          <maml:name>Style</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Style Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
          <dev:type>
            <maml:name>Hashtable</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>OnClick</maml:name>
          <maml:Description>
            <maml:para>{{ Fill OnClick Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>Label</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Label Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>Content</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Content Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
          <maml:name>RefreshInterval</maml:name>
          <maml:Description>
            <maml:para>{{ Fill RefreshInterval Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
          <maml:name>SubTitle</maml:name>
          <maml:Description>
            <maml:para>{{ Fill SubTitle Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
          <maml:name>Icon</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Icon Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
          <maml:name>Source</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Source Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="9" aliases="none">
          <maml:name>SecondaryAction</maml:name>
          <maml:Description>
            <maml:para>{{ Fill SecondaryAction Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AutoRefresh</maml:name>
          <maml:Description>
            <maml:para>{{ Fill AutoRefresh Description }}</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>IsButton</maml:name>
          <maml:Description>
            <maml:para>{{ Fill IsButton Description }}</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>IsEndPoint</maml:name>
          <maml:Description>
            <maml:para>{{ Fill IsEndPoint Description }}</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AutoRefresh</maml:name>
        <maml:Description>
          <maml:para>{{ Fill AutoRefresh Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>AvatarType</maml:name>
        <maml:Description>
          <maml:para>{{ Fill AvatarType Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
        <maml:name>Content</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Content Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
        <maml:name>Icon</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Icon Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Id Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>IsButton</maml:name>
        <maml:Description>
          <maml:para>{{ Fill IsButton Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>IsEndPoint</maml:name>
        <maml:Description>
          <maml:para>{{ Fill IsEndPoint Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>Label</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Label Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="10" aliases="none">
        <maml:name>LabelStyle</maml:name>
        <maml:Description>
          <maml:para>{{ Fill LabelStyle Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
        <dev:type>
          <maml:name>Hashtable</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>OnClick</maml:name>
        <maml:Description>
          <maml:para>{{ Fill OnClick Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
        <maml:name>RefreshInterval</maml:name>
        <maml:Description>
          <maml:para>{{ Fill RefreshInterval Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="9" aliases="none">
        <maml:name>SecondaryAction</maml:name>
        <maml:Description>
          <maml:para>{{ Fill SecondaryAction Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
        <maml:name>Source</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Source Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="11" aliases="none">
        <maml:name>Style</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Style Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
        <dev:type>
          <maml:name>Hashtable</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
        <maml:name>SubTitle</maml:name>
        <maml:Description>
          <maml:para>{{ Fill SubTitle Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDMuPaper</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDMuPaper</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDMuPaper</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Id Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Content</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Content Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>Width</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Width Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>Height</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Height Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>Style</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Style Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
          <dev:type>
            <maml:name>Hashtable</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
          <maml:name>Elevation</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Elevation Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
          <maml:name>RefreshInterval</maml:name>
          <maml:Description>
            <maml:para>{{ Fill RefreshInterval Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AutoRefresh</maml:name>
          <maml:Description>
            <maml:para>{{ Fill AutoRefresh Description }}</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>IsEndPoint</maml:name>
          <maml:Description>
            <maml:para>{{ Fill IsEndPoint Description }}</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Square</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Square Description }}</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AutoRefresh</maml:name>
        <maml:Description>
          <maml:para>{{ Fill AutoRefresh Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Content</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Content Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
        <maml:name>Elevation</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Elevation Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>Height</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Height Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Id Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>IsEndPoint</maml:name>
        <maml:Description>
          <maml:para>{{ Fill IsEndPoint Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
        <maml:name>RefreshInterval</maml:name>
        <maml:Description>
          <maml:para>{{ Fill RefreshInterval Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Square</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Square Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
        <maml:name>Style</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Style Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
        <dev:type>
          <maml:name>Hashtable</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>Width</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Width Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDMuTypography</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDMuTypography</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDMuTypography</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Align</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Align Description }}</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">inherit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">center</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">justify</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AutoRefresh</maml:name>
          <maml:Description>
            <maml:para>{{ Fill AutoRefresh Description }}</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ClassName</maml:name>
          <maml:Description>
            <maml:para>{{ Fill ClassName Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Content</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Content Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>GutterBottom</maml:name>
          <maml:Description>
            <maml:para>{{ Fill GutterBottom Description }}</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Id Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>IsEndPoint</maml:name>
          <maml:Description>
            <maml:para>{{ Fill IsEndPoint Description }}</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>IsParagraph</maml:name>
          <maml:Description>
            <maml:para>{{ Fill IsParagraph Description }}</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>NoWrap</maml:name>
          <maml:Description>
            <maml:para>{{ Fill NoWrap Description }}</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>RefreshInterval</maml:name>
          <maml:Description>
            <maml:para>{{ Fill RefreshInterval Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Style</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Style Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
          <dev:type>
            <maml:name>Hashtable</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Variant</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Variant Description }}</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">h1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">h2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">h3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">h4</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">h5</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">h6</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">subtitle1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">subtitle2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">body1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">body2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caption</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">button</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">overline</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">srOnly</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">inherit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">display4</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">display3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">display2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">display1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">headline</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">title</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">subheading</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-UDMuTypography</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Align</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Align Description }}</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">inherit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">center</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">justify</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ClassName</maml:name>
          <maml:Description>
            <maml:para>{{ Fill ClassName Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>GutterBottom</maml:name>
          <maml:Description>
            <maml:para>{{ Fill GutterBottom Description }}</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Id Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>IsEndPoint</maml:name>
          <maml:Description>
            <maml:para>{{ Fill IsEndPoint Description }}</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>IsParagraph</maml:name>
          <maml:Description>
            <maml:para>{{ Fill IsParagraph Description }}</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>NoWrap</maml:name>
          <maml:Description>
            <maml:para>{{ Fill NoWrap Description }}</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Style</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Style Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
          <dev:type>
            <maml:name>Hashtable</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Text</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Text Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Variant</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Variant Description }}</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">h1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">h2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">h3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">h4</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">h5</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">h6</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">subtitle1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">subtitle2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">body1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">body2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caption</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">button</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">overline</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">srOnly</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">inherit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">display4</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">display3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">display2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">display1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">headline</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">title</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">subheading</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Align</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Align Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AutoRefresh</maml:name>
        <maml:Description>
          <maml:para>{{ Fill AutoRefresh Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ClassName</maml:name>
        <maml:Description>
          <maml:para>{{ Fill ClassName Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Content</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Content Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>GutterBottom</maml:name>
        <maml:Description>
          <maml:para>{{ Fill GutterBottom Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Id Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>IsEndPoint</maml:name>
        <maml:Description>
          <maml:para>{{ Fill IsEndPoint Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>IsParagraph</maml:name>
        <maml:Description>
          <maml:para>{{ Fill IsParagraph Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>NoWrap</maml:name>
        <maml:Description>
          <maml:para>{{ Fill NoWrap Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>RefreshInterval</maml:name>
        <maml:Description>
          <maml:para>{{ Fill RefreshInterval Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Style</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Style Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
        <dev:type>
          <maml:name>Hashtable</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Text</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Text Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Variant</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Variant Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDNivoChart</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDNivoChart</command:noun>
      <maml:description>
        <maml:para>Creates a Nivo chart.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a Nivo chart.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDNivoChart</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AreaBaselineValue</maml:name>
          <maml:Description>
            <maml:para>Define the value to be used for area baseline. Please note that this value isn't the position of the baseline but the value used to compute it.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AreaBlendMode</maml:name>
          <maml:Description>
            <maml:para>Defines CSS mix-blend-mode property for areas.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AreaOpacity</maml:name>
          <maml:Description>
            <maml:para>Area opacity (0~1), depends on EnableArea.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Single</command:parameterValue>
          <dev:type>
            <maml:name>Single</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AxisBottom</maml:name>
          <maml:Description>
            <maml:para>Bottom axis configuration. Use New-UDNivoChartAxisOptions to create the object for this parameter.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AxisLeft</maml:name>
          <maml:Description>
            <maml:para>Left axis configuration. Use New-UDNivoChartAxisOptions to create the object for this parameter.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AxisRight</maml:name>
          <maml:Description>
            <maml:para>Right axis configuration. Use New-UDNivoChartAxisOptions to create the object for this parameter.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AxisTop</maml:name>
          <maml:Description>
            <maml:para>Top axis configuration. Use New-UDNivoChartAxisOptions to create the object for this parameter.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ColorBy</maml:name>
          <maml:Description>
            <maml:para>Property to use to determine node color.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Colors</maml:name>
          <maml:Description>
            <maml:para>Defines color range.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Curve</maml:name>
          <maml:Description>
            <maml:para>Curve interpolation.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">basis</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cardinal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">catmullRom</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linear</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">monotoneX</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">monotoneY</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">natural</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">step</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stepAfter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stepBefore</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Data</maml:name>
          <maml:Description>
            <maml:para>The data for the chart. Each chart has a different data shape requirement. Visit the documentation for full examples of the data shape.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Definitions</maml:name>
          <maml:Description>
            <maml:para>Pattern or gradient definitions. Use New-UDNivoPattern to create a new pattern or gradient.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>DisableDots</maml:name>
          <maml:Description>
            <maml:para>Disables dots on the line chart.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>DisableInteractive</maml:name>
          <maml:Description>
            <maml:para>Disables interaction. OnClick handlers will not be fired.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>DisableStackTooltip</maml:name>
          <maml:Description>
            <maml:para>Disables the stacked tool tip.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>DotBorderWidth</maml:name>
          <maml:Description>
            <maml:para>Width of the dots border (px).</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>DotLabelYOffset</maml:name>
          <maml:Description>
            <maml:para>Label Y offset from dot shape (px).
</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>DotSize</maml:name>
          <maml:Description>
            <maml:para>Size of the dots (px).</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>EnableArea</maml:name>
          <maml:Description>
            <maml:para>Enable/disable area below each line.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>EnableDotLabel</maml:name>
          <maml:Description>
            <maml:para>Enable/disable dots label.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>EnableGridX</maml:name>
          <maml:Description>
            <maml:para>Enable/disable x grid.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>EnableGridY</maml:name>
          <maml:Description>
            <maml:para>Enable/disable y grid.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Fill</maml:name>
          <maml:Description>
            <maml:para>Assigns patterns and gardients to elements. Use New-UDNivoFill to create objects for this property.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>GridXValues</maml:name>
          <maml:Description>
            <maml:para>Specify values to use for vertical grid lines.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object[]</command:parameterValue>
          <dev:type>
            <maml:name>Object[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>GridYValues</maml:name>
          <maml:Description>
            <maml:para>Specify values to use for horizontal grid lines.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object[]</command:parameterValue>
          <dev:type>
            <maml:name>Object[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Height</maml:name>
          <maml:Description>
            <maml:para>not required if using -Responsive Also note that width exclude top/bottom axes, please add margin to make sure they're visible.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Id for this chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Layers</maml:name>
          <maml:Description>
            <maml:para>Defines the order of layers, available layers are:grid, axes, bars, markers, legends.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
          <dev:type>
            <maml:name>String[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Line</maml:name>
          <maml:Description>
            <maml:para>Creates a line chart.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>LineWidth</maml:name>
          <maml:Description>
            <maml:para>Line width (px).</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>MarginBottom</maml:name>
          <maml:Description>
            <maml:para>Margin on the bottom of the chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>MarginLeft</maml:name>
          <maml:Description>
            <maml:para>Margin on the left of the chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>MarginRight</maml:name>
          <maml:Description>
            <maml:para>Margin on the right of the chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>MarginTop</maml:name>
          <maml:Description>
            <maml:para>Margin on the top of the chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>OnClick</maml:name>
          <maml:Description>
            <maml:para>And endpoint to receive onClick events from the chart. $EventData will be a JSON string containing informationa about the point in the chart that was clicked. OnClick does not work when -DisableInteraction is specified.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Responsive</maml:name>
          <maml:Description>
            <maml:para>The height and width of the chart will automatically adjust to fit its parent.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>UseDataColor</maml:name>
          <maml:Description>
            <maml:para>Specifies whether to use the color defined in the data as the color that is used on the chart.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Width</maml:name>
          <maml:Description>
            <maml:para>The width of the chart in pixels.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>YScaleMax</maml:name>
          <maml:Description>
            <maml:para>The max value for the y axis.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>YScaleMin</maml:name>
          <maml:Description>
            <maml:para>The min value for the y axis.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>YScaleStacked</maml:name>
          <maml:Description>
            <maml:para>Whether to stack the y scale.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-UDNivoChart</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AxisBottom</maml:name>
          <maml:Description>
            <maml:para>Bottom axis configuration. Use New-UDNivoChartAxisOptions to create the object for this parameter.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AxisLeft</maml:name>
          <maml:Description>
            <maml:para>Left axis configuration. Use New-UDNivoChartAxisOptions to create the object for this parameter.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AxisRight</maml:name>
          <maml:Description>
            <maml:para>Right axis configuration. Use New-UDNivoChartAxisOptions to create the object for this parameter.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AxisTop</maml:name>
          <maml:Description>
            <maml:para>Top axis configuration. Use New-UDNivoChartAxisOptions to create the object for this parameter.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Bar</maml:name>
          <maml:Description>
            <maml:para>Creates a Bar chart.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>BorderColor</maml:name>
          <maml:Description>
            <maml:para>Border color.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>BorderRadius</maml:name>
          <maml:Description>
            <maml:para>The rounding of the border in pixels.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>BorderWidth</maml:name>
          <maml:Description>
            <maml:para>The width of the border in pixels.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ColorBy</maml:name>
          <maml:Description>
            <maml:para>Property to use to determine node color.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Colors</maml:name>
          <maml:Description>
            <maml:para>Defines color range.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Data</maml:name>
          <maml:Description>
            <maml:para>The data for the chart. Each chart has a different data shape requirement. Visit the documentation for full examples of the data shape.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Definitions</maml:name>
          <maml:Description>
            <maml:para>Pattern or gradient definitions. Use New-UDNivoPattern to create a new pattern or gradient.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>DisableAnimations</maml:name>
          <maml:Description>
            <maml:para>Disables chart animations.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>DisableInteractive</maml:name>
          <maml:Description>
            <maml:para>Disables interaction. OnClick handlers will not be fired.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>DisableLabel</maml:name>
          <maml:Description>
            <maml:para>Disables labels.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>EnableGridX</maml:name>
          <maml:Description>
            <maml:para>Enable/disable x grid.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>EnableGridY</maml:name>
          <maml:Description>
            <maml:para>Enable/disable y grid.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Fill</maml:name>
          <maml:Description>
            <maml:para>Assigns patterns and gardients to elements. Use New-UDNivoFill to create objects for this property.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>GridXValues</maml:name>
          <maml:Description>
            <maml:para>Specify values to use for vertical grid lines.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object[]</command:parameterValue>
          <dev:type>
            <maml:name>Object[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>GridYValues</maml:name>
          <maml:Description>
            <maml:para>Specify values to use for horizontal grid lines.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object[]</command:parameterValue>
          <dev:type>
            <maml:name>Object[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>GroupMode</maml:name>
          <maml:Description>
            <maml:para>How to group bars, must be one of: 'grouped', 'stacked'.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">grouped</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stacked</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Height</maml:name>
          <maml:Description>
            <maml:para>not required if using -Responsive Also note that width exclude top/bottom axes, please add margin to make sure they're visible.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Id for this chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>IndexBy</maml:name>
          <maml:Description>
            <maml:para>Key to use to index the data, this key must exist in each data item.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>InnerPadding</maml:name>
          <maml:Description>
            <maml:para>Padding between elements in the chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Single</command:parameterValue>
          <dev:type>
            <maml:name>Single</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Keys</maml:name>
          <maml:Description>
            <maml:para>Keys to use to determine each serie.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
          <dev:type>
            <maml:name>String[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>LabelSkipHeight</maml:name>
          <maml:Description>
            <maml:para>Skip label if bar height is lower than provided value, ignored if 0 (px).</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>LabelSkipWidth</maml:name>
          <maml:Description>
            <maml:para>Skip label if bar width is lower than provided value, ignored if 0 (px).</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Layers</maml:name>
          <maml:Description>
            <maml:para>Defines the order of layers, available layers are:grid, axes, bars, markers, legends.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
          <dev:type>
            <maml:name>String[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Layout</maml:name>
          <maml:Description>
            <maml:para>How to display bars, must be one of: 'horizontal', 'vertical'.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">vertical</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">horizontal</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>MarginBottom</maml:name>
          <maml:Description>
            <maml:para>Margin on the bottom of the chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>MarginLeft</maml:name>
          <maml:Description>
            <maml:para>Margin on the left of the chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>MarginRight</maml:name>
          <maml:Description>
            <maml:para>Margin on the right of the chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>MarginTop</maml:name>
          <maml:Description>
            <maml:para>Margin on the top of the chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>MaxValue</maml:name>
          <maml:Description>
            <maml:para>Maximum value, if 'auto', will use max value from the provided data.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>MinValue</maml:name>
          <maml:Description>
            <maml:para>Minimum value, if 'auto', will use min value from the provided data.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>MotionDamping</maml:name>
          <maml:Description>
            <maml:para>Motion damping.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>MotionStiffness</maml:name>
          <maml:Description>
            <maml:para>Motion stiffness.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>OnClick</maml:name>
          <maml:Description>
            <maml:para>And endpoint to receive onClick events from the chart. $EventData will be a JSON string containing informationa about the point in the chart that was clicked. OnClick does not work when -DisableInteraction is specified.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Padding</maml:name>
          <maml:Description>
            <maml:para>Padding between each bar (ratio).</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Single</command:parameterValue>
          <dev:type>
            <maml:name>Single</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Responsive</maml:name>
          <maml:Description>
            <maml:para>The height and width of the chart will automatically adjust to fit its parent.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Reverse</maml:name>
          <maml:Description>
            <maml:para>Reverses the data.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>UseDataColor</maml:name>
          <maml:Description>
            <maml:para>Specifies whether to use the color defined in the data as the color that is used on the chart.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Width</maml:name>
          <maml:Description>
            <maml:para>The width of the chart in pixels.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-UDNivoChart</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AxisBottom</maml:name>
          <maml:Description>
            <maml:para>Bottom axis configuration. Use New-UDNivoChartAxisOptions to create the object for this parameter.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AxisLeft</maml:name>
          <maml:Description>
            <maml:para>Left axis configuration. Use New-UDNivoChartAxisOptions to create the object for this parameter.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AxisRight</maml:name>
          <maml:Description>
            <maml:para>Right axis configuration. Use New-UDNivoChartAxisOptions to create the object for this parameter.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AxisTop</maml:name>
          <maml:Description>
            <maml:para>Top axis configuration. Use New-UDNivoChartAxisOptions to create the object for this parameter.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>BorderColor</maml:name>
          <maml:Description>
            <maml:para>Border color.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>BorderWidth</maml:name>
          <maml:Description>
            <maml:para>The width of the border in pixels.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ColorBy</maml:name>
          <maml:Description>
            <maml:para>Property to use to determine node color.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Colors</maml:name>
          <maml:Description>
            <maml:para>Defines color range.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Curve</maml:name>
          <maml:Description>
            <maml:para>Curve interpolation.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">basis</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cardinal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">catmullRom</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linear</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">monotoneX</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">monotoneY</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">natural</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">step</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stepAfter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stepBefore</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Data</maml:name>
          <maml:Description>
            <maml:para>The data for the chart. Each chart has a different data shape requirement. Visit the documentation for full examples of the data shape.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Definitions</maml:name>
          <maml:Description>
            <maml:para>Pattern or gradient definitions. Use New-UDNivoPattern to create a new pattern or gradient.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>DisableAnimations</maml:name>
          <maml:Description>
            <maml:para>Disables chart animations.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>DisableInteractive</maml:name>
          <maml:Description>
            <maml:para>Disables interaction. OnClick handlers will not be fired.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>DisableStackTooltip</maml:name>
          <maml:Description>
            <maml:para>Disables the stacked tool tip.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>DotBorderWidth</maml:name>
          <maml:Description>
            <maml:para>Width of the dots border (px).</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>DotColor</maml:name>
          <maml:Description>
            <maml:para></maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>DotSize</maml:name>
          <maml:Description>
            <maml:para>Size of the dots (px).</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>EnableGridX</maml:name>
          <maml:Description>
            <maml:para>Enable/disable x grid.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>EnableGridY</maml:name>
          <maml:Description>
            <maml:para>Enable/disable y grid.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Fill</maml:name>
          <maml:Description>
            <maml:para>Assigns patterns and gardients to elements. Use New-UDNivoFill to create objects for this property.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>FillOpactiy</maml:name>
          <maml:Description>
            <maml:para>Layers fill opacity.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Single</command:parameterValue>
          <dev:type>
            <maml:name>Single</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>GridXValues</maml:name>
          <maml:Description>
            <maml:para>Specify values to use for vertical grid lines.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object[]</command:parameterValue>
          <dev:type>
            <maml:name>Object[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>GridYValues</maml:name>
          <maml:Description>
            <maml:para>Specify values to use for horizontal grid lines.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object[]</command:parameterValue>
          <dev:type>
            <maml:name>Object[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Height</maml:name>
          <maml:Description>
            <maml:para>not required if using -Responsive Also note that width exclude top/bottom axes, please add margin to make sure they're visible.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Id for this chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Keys</maml:name>
          <maml:Description>
            <maml:para>Keys to use to determine each serie.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
          <dev:type>
            <maml:name>String[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>MarginBottom</maml:name>
          <maml:Description>
            <maml:para>Margin on the bottom of the chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>MarginLeft</maml:name>
          <maml:Description>
            <maml:para>Margin on the left of the chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>MarginRight</maml:name>
          <maml:Description>
            <maml:para>Margin on the right of the chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>MarginTop</maml:name>
          <maml:Description>
            <maml:para>Margin on the top of the chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>MotionDamping</maml:name>
          <maml:Description>
            <maml:para>Motion damping.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>MotionStiffness</maml:name>
          <maml:Description>
            <maml:para>Motion stiffness.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>OffsetType</maml:name>
          <maml:Description>
            <maml:para></maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>OnClick</maml:name>
          <maml:Description>
            <maml:para>And endpoint to receive onClick events from the chart. $EventData will be a JSON string containing informationa about the point in the chart that was clicked. OnClick does not work when -DisableInteraction is specified.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Order</maml:name>
          <maml:Description>
            <maml:para>Layers order.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Responsive</maml:name>
          <maml:Description>
            <maml:para>The height and width of the chart will automatically adjust to fit its parent.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Stream</maml:name>
          <maml:Description>
            <maml:para>Creates a stream chart.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>UseDataColor</maml:name>
          <maml:Description>
            <maml:para>Specifies whether to use the color defined in the data as the color that is used on the chart.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Width</maml:name>
          <maml:Description>
            <maml:para>The width of the chart in pixels.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-UDNivoChart</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>BorderColor</maml:name>
          <maml:Description>
            <maml:para>Border color.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>BorderWidth</maml:name>
          <maml:Description>
            <maml:para>The width of the border in pixels.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ColorBy</maml:name>
          <maml:Description>
            <maml:para>Property to use to determine node color.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Colors</maml:name>
          <maml:Description>
            <maml:para>Defines color range.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>CornerRadius</maml:name>
          <maml:Description>
            <maml:para>Rounded slices.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Data</maml:name>
          <maml:Description>
            <maml:para>The data for the chart. Each chart has a different data shape requirement. Visit the documentation for full examples of the data shape.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Definitions</maml:name>
          <maml:Description>
            <maml:para>Pattern or gradient definitions. Use New-UDNivoPattern to create a new pattern or gradient.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>DisableInteractive</maml:name>
          <maml:Description>
            <maml:para>Disables interaction. OnClick handlers will not be fired.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>DisableRadiusLabels</maml:name>
          <maml:Description>
            <maml:para>Disables labels on the radius of the pie chart.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>DisableSliceLabels</maml:name>
          <maml:Description>
            <maml:para>Disables labels on the slices of the pie chart.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>EndAngle</maml:name>
          <maml:Description>
            <maml:para>End angle (deg.) useful to make gauges for example.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Fill</maml:name>
          <maml:Description>
            <maml:para>Assigns patterns and gardients to elements. Use New-UDNivoFill to create objects for this property.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Fit</maml:name>
          <maml:Description>
            <maml:para>If 'true', pie will be omptimized to occupy more space when using partial pie.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Height</maml:name>
          <maml:Description>
            <maml:para>not required if using -Responsive Also note that width exclude top/bottom axes, please add margin to make sure they're visible.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Id for this chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>InnerRadius</maml:name>
          <maml:Description>
            <maml:para>Padding between slices.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>MarginBottom</maml:name>
          <maml:Description>
            <maml:para>Margin on the bottom of the chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>MarginLeft</maml:name>
          <maml:Description>
            <maml:para>Margin on the left of the chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>MarginRight</maml:name>
          <maml:Description>
            <maml:para>Margin on the right of the chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>MarginTop</maml:name>
          <maml:Description>
            <maml:para>Margin on the top of the chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>OnClick</maml:name>
          <maml:Description>
            <maml:para>And endpoint to receive onClick events from the chart. $EventData will be a JSON string containing informationa about the point in the chart that was clicked. OnClick does not work when -DisableInteraction is specified.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>PadAngle</maml:name>
          <maml:Description>
            <maml:para>Padding (deg.) between each pie slice.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Pie</maml:name>
          <maml:Description>
            <maml:para>Creates a pie chart.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>RadialLabelsLinkDiagonalLength</maml:name>
          <maml:Description>
            <maml:para>Link diagonal length.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>RadialLabelsLinkHorizontalLength</maml:name>
          <maml:Description>
            <maml:para>Links horizontal length.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>RadialLabelsLinkStrokeWidth</maml:name>
          <maml:Description>
            <maml:para>Links stroke width.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>RadialLabelsTextXOffset</maml:name>
          <maml:Description>
            <maml:para>X offset from links' end.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>RadiusLabelSkipAngle</maml:name>
          <maml:Description>
            <maml:para>Skip label if corresponding slice's angle is lower than provided value.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>RadiusLabelsLinkOffset</maml:name>
          <maml:Description>
            <maml:para>Link offset from pie outer radius, useful to have links overlapping pie slices.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Responsive</maml:name>
          <maml:Description>
            <maml:para>The height and width of the chart will automatically adjust to fit its parent.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>SlicesLabelsSkipAngle</maml:name>
          <maml:Description>
            <maml:para>Skip label if corresponding slice's angle is lower than provided value.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>SlicesLabelsTextColor</maml:name>
          <maml:Description>
            <maml:para></maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>SortByValue</maml:name>
          <maml:Description>
            <maml:para>If 'true', arcs will be ordered according to their associated value.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>StartAngle</maml:name>
          <maml:Description>
            <maml:para>Start angle (deg.) useful to make gauges for example.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>UseDataColor</maml:name>
          <maml:Description>
            <maml:para>Specifies whether to use the color defined in the data as the color that is used on the chart.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Width</maml:name>
          <maml:Description>
            <maml:para>The width of the chart in pixels.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-UDNivoChart</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>BorderColor</maml:name>
          <maml:Description>
            <maml:para>Border color.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>BorderWidth</maml:name>
          <maml:Description>
            <maml:para>The width of the border in pixels.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ColorBy</maml:name>
          <maml:Description>
            <maml:para>Property to use to determine node color.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Colors</maml:name>
          <maml:Description>
            <maml:para>Defines color range.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Data</maml:name>
          <maml:Description>
            <maml:para>The data for the chart. Each chart has a different data shape requirement. Visit the documentation for full examples of the data shape.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Definitions</maml:name>
          <maml:Description>
            <maml:para>Pattern or gradient definitions. Use New-UDNivoPattern to create a new pattern or gradient.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>DisableInteractive</maml:name>
          <maml:Description>
            <maml:para>Disables interaction. OnClick handlers will not be fired.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>DisableLabel</maml:name>
          <maml:Description>
            <maml:para>Disables labels.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Fill</maml:name>
          <maml:Description>
            <maml:para>Assigns patterns and gardients to elements. Use New-UDNivoFill to create objects for this property.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Height</maml:name>
          <maml:Description>
            <maml:para>not required if using -Responsive Also note that width exclude top/bottom axes, please add margin to make sure they're visible.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Id for this chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Identity</maml:name>
          <maml:Description>
            <maml:para>The key used to get the node's identity.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>InnerPadding</maml:name>
          <maml:Description>
            <maml:para>Padding between elements in the chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Single</command:parameterValue>
          <dev:type>
            <maml:name>Single</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>LeavesOnly</maml:name>
          <maml:Description>
            <maml:para>Only render leaf nodes (no parent).</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>MarginBottom</maml:name>
          <maml:Description>
            <maml:para>Margin on the bottom of the chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>MarginLeft</maml:name>
          <maml:Description>
            <maml:para>Margin on the left of the chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>MarginRight</maml:name>
          <maml:Description>
            <maml:para>Margin on the right of the chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>MarginTop</maml:name>
          <maml:Description>
            <maml:para>Margin on the top of the chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>OnClick</maml:name>
          <maml:Description>
            <maml:para>And endpoint to receive onClick events from the chart. $EventData will be a JSON string containing informationa about the point in the chart that was clicked. OnClick does not work when -DisableInteraction is specified.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>OuterPadding</maml:name>
          <maml:Description>
            <maml:para>Padding on the outside of blocks.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Responsive</maml:name>
          <maml:Description>
            <maml:para>The height and width of the chart will automatically adjust to fit its parent.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Tile</maml:name>
          <maml:Description>
            <maml:para>valid values are: 'squarify', 'slice', 'dice', 'slice-dice',</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">squarify</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">slice</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dice</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">slice-dice</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Treemap</maml:name>
          <maml:Description>
            <maml:para>Creates a treemap</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>UseDataColor</maml:name>
          <maml:Description>
            <maml:para>Specifies whether to use the color defined in the data as the color that is used on the chart.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Value</maml:name>
          <maml:Description>
            <maml:para>The key to use to retrieve nodes value.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Width</maml:name>
          <maml:Description>
            <maml:para>The width of the chart in pixels.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-UDNivoChart</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Calendar</maml:name>
          <maml:Description>
            <maml:para>Creates a calendar chart.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ColorBy</maml:name>
          <maml:Description>
            <maml:para>Property to use to determine node color.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Colors</maml:name>
          <maml:Description>
            <maml:para>Defines color range.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Data</maml:name>
          <maml:Description>
            <maml:para>The data for the chart. Each chart has a different data shape requirement. Visit the documentation for full examples of the data shape.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>DayLegendOffset</maml:name>
          <maml:Description>
            <maml:para>define offset from day edge to its label.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>DaySpacing</maml:name>
          <maml:Description>
            <maml:para>define spacing between each day cell.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Definitions</maml:name>
          <maml:Description>
            <maml:para>Pattern or gradient definitions. Use New-UDNivoPattern to create a new pattern or gradient.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>DisableInteractive</maml:name>
          <maml:Description>
            <maml:para>Disables interaction. OnClick handlers will not be fired.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Domain</maml:name>
          <maml:Description>
            <maml:para>define min/max value (eg. @(0, 300) to compute colors, if set to auto, it extract min/max value from data property.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>EmptyColor</maml:name>
          <maml:Description>
            <maml:para>color to use to fill days without available value.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Fill</maml:name>
          <maml:Description>
            <maml:para>Assigns patterns and gardients to elements. Use New-UDNivoFill to create objects for this property.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>From</maml:name>
          <maml:Description>
            <maml:para>start date</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DateTime</command:parameterValue>
          <dev:type>
            <maml:name>DateTime</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Height</maml:name>
          <maml:Description>
            <maml:para>not required if using -Responsive Also note that width exclude top/bottom axes, please add margin to make sure they're visible.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Id for this chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>MarginBottom</maml:name>
          <maml:Description>
            <maml:para>Margin on the bottom of the chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>MarginLeft</maml:name>
          <maml:Description>
            <maml:para>Margin on the left of the chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>MarginRight</maml:name>
          <maml:Description>
            <maml:para>Margin on the right of the chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>MarginTop</maml:name>
          <maml:Description>
            <maml:para>Margin on the top of the chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>MonthLegendOffset</maml:name>
          <maml:Description>
            <maml:para>define offset from month edge to its label.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>MonthSpacing</maml:name>
          <maml:Description>
            <maml:para></maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>OnClick</maml:name>
          <maml:Description>
            <maml:para>And endpoint to receive onClick events from the chart. $EventData will be a JSON string containing informationa about the point in the chart that was clicked. OnClick does not work when -DisableInteraction is specified.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Responsive</maml:name>
          <maml:Description>
            <maml:para>The height and width of the chart will automatically adjust to fit its parent.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>To</maml:name>
          <maml:Description>
            <maml:para>End date</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DateTime</command:parameterValue>
          <dev:type>
            <maml:name>DateTime</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>UseDataColor</maml:name>
          <maml:Description>
            <maml:para>Specifies whether to use the color defined in the data as the color that is used on the chart.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Width</maml:name>
          <maml:Description>
            <maml:para>The width of the chart in pixels.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>YearLegendOffset</maml:name>
          <maml:Description>
            <maml:para>Offset for the year legend.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>YearSpacing</maml:name>
          <maml:Description>
            <maml:para>Spacing around the years.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-UDNivoChart</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>CellBorderWidth</maml:name>
          <maml:Description>
            <maml:para>Cell border width (px).</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>CellOpacity</maml:name>
          <maml:Description>
            <maml:para>Cell opacity (0~1).</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Single</command:parameterValue>
          <dev:type>
            <maml:name>Single</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ColorBy</maml:name>
          <maml:Description>
            <maml:para>Property to use to determine node color.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Colors</maml:name>
          <maml:Description>
            <maml:para>Defines color range.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Data</maml:name>
          <maml:Description>
            <maml:para>The data for the chart. Each chart has a different data shape requirement. Visit the documentation for full examples of the data shape.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Definitions</maml:name>
          <maml:Description>
            <maml:para>Pattern or gradient definitions. Use New-UDNivoPattern to create a new pattern or gradient.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>DisableAnimations</maml:name>
          <maml:Description>
            <maml:para>Disables chart animations.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>DisableInteractive</maml:name>
          <maml:Description>
            <maml:para>Disables interaction. OnClick handlers will not be fired.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>DisableLabels</maml:name>
          <maml:Description>
            <maml:para>Disables labels</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>EnableGridX</maml:name>
          <maml:Description>
            <maml:para>Enable/disable x grid.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>EnableGridY</maml:name>
          <maml:Description>
            <maml:para>Enable/disable y grid.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Fill</maml:name>
          <maml:Description>
            <maml:para>Assigns patterns and gardients to elements. Use New-UDNivoFill to create objects for this property.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ForceSquare</maml:name>
          <maml:Description>
            <maml:para>Force square cells (width = height).</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>GridXValues</maml:name>
          <maml:Description>
            <maml:para>Specify values to use for vertical grid lines.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object[]</command:parameterValue>
          <dev:type>
            <maml:name>Object[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>GridYValues</maml:name>
          <maml:Description>
            <maml:para>Specify values to use for horizontal grid lines.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object[]</command:parameterValue>
          <dev:type>
            <maml:name>Object[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Heatmap</maml:name>
          <maml:Description>
            <maml:para>Creates a heatmap.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Height</maml:name>
          <maml:Description>
            <maml:para>not required if using -Responsive Also note that width exclude top/bottom axes, please add margin to make sure they're visible.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Id for this chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>IndexBy</maml:name>
          <maml:Description>
            <maml:para>Key to use to index the data, this key must exist in each data item.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Keys</maml:name>
          <maml:Description>
            <maml:para>Keys to use to determine each serie.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
          <dev:type>
            <maml:name>String[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>LabelSkipHeight</maml:name>
          <maml:Description>
            <maml:para>Skip label if bar height is lower than provided value, ignored if 0 (px).</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>LabelSkipWidth</maml:name>
          <maml:Description>
            <maml:para>Skip label if bar width is lower than provided value, ignored if 0 (px).</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>MarginBottom</maml:name>
          <maml:Description>
            <maml:para>Margin on the bottom of the chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>MarginLeft</maml:name>
          <maml:Description>
            <maml:para>Margin on the left of the chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>MarginRight</maml:name>
          <maml:Description>
            <maml:para>Margin on the right of the chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>MarginTop</maml:name>
          <maml:Description>
            <maml:para>Margin on the top of the chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>MaxValue</maml:name>
          <maml:Description>
            <maml:para>Maximum value, if 'auto', will use max value from the provided data.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>MinValue</maml:name>
          <maml:Description>
            <maml:para>Minimum value, if 'auto', will use min value from the provided data.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>MotionDamping</maml:name>
          <maml:Description>
            <maml:para>Motion damping.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>MotionStiffness</maml:name>
          <maml:Description>
            <maml:para>Motion stiffness.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>OnClick</maml:name>
          <maml:Description>
            <maml:para>And endpoint to receive onClick events from the chart. $EventData will be a JSON string containing informationa about the point in the chart that was clicked. OnClick does not work when -DisableInteraction is specified.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Padding</maml:name>
          <maml:Description>
            <maml:para>Padding between each bar (ratio).</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Single</command:parameterValue>
          <dev:type>
            <maml:name>Single</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Responsive</maml:name>
          <maml:Description>
            <maml:para>The height and width of the chart will automatically adjust to fit its parent.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>SizeVariation</maml:name>
          <maml:Description>
            <maml:para>Size variation (0~1), if value is 0 size won't be affected. If you use for example the value 0.3, cell width/height will vary between 0.7~1 according to its corresponding value.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>UseDataColor</maml:name>
          <maml:Description>
            <maml:para>Specifies whether to use the color defined in the data as the color that is used on the chart.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Width</maml:name>
          <maml:Description>
            <maml:para>The width of the chart in pixels.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AreaBaselineValue</maml:name>
        <maml:Description>
          <maml:para>Define the value to be used for area baseline. Please note that this value isn't the position of the baseline but the value used to compute it.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AreaBlendMode</maml:name>
        <maml:Description>
          <maml:para>Defines CSS mix-blend-mode property for areas.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AreaOpacity</maml:name>
        <maml:Description>
          <maml:para>Area opacity (0~1), depends on EnableArea.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Single</command:parameterValue>
        <dev:type>
          <maml:name>Single</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AxisBottom</maml:name>
        <maml:Description>
          <maml:para>Bottom axis configuration. Use New-UDNivoChartAxisOptions to create the object for this parameter.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AxisLeft</maml:name>
        <maml:Description>
          <maml:para>Left axis configuration. Use New-UDNivoChartAxisOptions to create the object for this parameter.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AxisRight</maml:name>
        <maml:Description>
          <maml:para>Right axis configuration. Use New-UDNivoChartAxisOptions to create the object for this parameter.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AxisTop</maml:name>
        <maml:Description>
          <maml:para>Top axis configuration. Use New-UDNivoChartAxisOptions to create the object for this parameter.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Bar</maml:name>
        <maml:Description>
          <maml:para>Creates a Bar chart.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>BorderColor</maml:name>
        <maml:Description>
          <maml:para>Border color.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>BorderRadius</maml:name>
        <maml:Description>
          <maml:para>The rounding of the border in pixels.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>BorderWidth</maml:name>
        <maml:Description>
          <maml:para>The width of the border in pixels.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Calendar</maml:name>
        <maml:Description>
          <maml:para>Creates a calendar chart.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>CellBorderWidth</maml:name>
        <maml:Description>
          <maml:para>Cell border width (px).</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>CellOpacity</maml:name>
        <maml:Description>
          <maml:para>Cell opacity (0~1).</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Single</command:parameterValue>
        <dev:type>
          <maml:name>Single</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ColorBy</maml:name>
        <maml:Description>
          <maml:para>Property to use to determine node color.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Colors</maml:name>
        <maml:Description>
          <maml:para>Defines color range.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>CornerRadius</maml:name>
        <maml:Description>
          <maml:para>Rounded slices.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Curve</maml:name>
        <maml:Description>
          <maml:para>Curve interpolation.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Data</maml:name>
        <maml:Description>
          <maml:para>The data for the chart. Each chart has a different data shape requirement. Visit the documentation for full examples of the data shape.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>DayLegendOffset</maml:name>
        <maml:Description>
          <maml:para>define offset from day edge to its label.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>DaySpacing</maml:name>
        <maml:Description>
          <maml:para>define spacing between each day cell.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Definitions</maml:name>
        <maml:Description>
          <maml:para>Pattern or gradient definitions. Use New-UDNivoPattern to create a new pattern or gradient.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>DisableAnimations</maml:name>
        <maml:Description>
          <maml:para>Disables chart animations.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>DisableDots</maml:name>
        <maml:Description>
          <maml:para>Disables dots on the line chart.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>DisableInteractive</maml:name>
        <maml:Description>
          <maml:para>Disables interaction. OnClick handlers will not be fired.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>DisableLabel</maml:name>
        <maml:Description>
          <maml:para>Disables labels.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>DisableLabels</maml:name>
        <maml:Description>
          <maml:para>Disables labels</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>DisableRadiusLabels</maml:name>
        <maml:Description>
          <maml:para>Disables labels on the radius of the pie chart.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>DisableSliceLabels</maml:name>
        <maml:Description>
          <maml:para>Disables labels on the slices of the pie chart.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>DisableStackTooltip</maml:name>
        <maml:Description>
          <maml:para>Disables the stacked tool tip.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Domain</maml:name>
        <maml:Description>
          <maml:para>define min/max value (eg. @(0, 300) to compute colors, if set to auto, it extract min/max value from data property.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>DotBorderWidth</maml:name>
        <maml:Description>
          <maml:para>Width of the dots border (px).</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>DotColor</maml:name>
        <maml:Description>
          <maml:para></maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>DotLabelYOffset</maml:name>
        <maml:Description>
          <maml:para>Label Y offset from dot shape (px).
</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>DotSize</maml:name>
        <maml:Description>
          <maml:para>Size of the dots (px).</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>EmptyColor</maml:name>
        <maml:Description>
          <maml:para>color to use to fill days without available value.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>EnableArea</maml:name>
        <maml:Description>
          <maml:para>Enable/disable area below each line.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>EnableDotLabel</maml:name>
        <maml:Description>
          <maml:para>Enable/disable dots label.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>EnableGridX</maml:name>
        <maml:Description>
          <maml:para>Enable/disable x grid.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>EnableGridY</maml:name>
        <maml:Description>
          <maml:para>Enable/disable y grid.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>EndAngle</maml:name>
        <maml:Description>
          <maml:para>End angle (deg.) useful to make gauges for example.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Fill</maml:name>
        <maml:Description>
          <maml:para>Assigns patterns and gardients to elements. Use New-UDNivoFill to create objects for this property.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>FillOpactiy</maml:name>
        <maml:Description>
          <maml:para>Layers fill opacity.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Single</command:parameterValue>
        <dev:type>
          <maml:name>Single</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Fit</maml:name>
        <maml:Description>
          <maml:para>If 'true', pie will be omptimized to occupy more space when using partial pie.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ForceSquare</maml:name>
        <maml:Description>
          <maml:para>Force square cells (width = height).</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>From</maml:name>
        <maml:Description>
          <maml:para>start date</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DateTime</command:parameterValue>
        <dev:type>
          <maml:name>DateTime</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>GridXValues</maml:name>
        <maml:Description>
          <maml:para>Specify values to use for vertical grid lines.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object[]</command:parameterValue>
        <dev:type>
          <maml:name>Object[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>GridYValues</maml:name>
        <maml:Description>
          <maml:para>Specify values to use for horizontal grid lines.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object[]</command:parameterValue>
        <dev:type>
          <maml:name>Object[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>GroupMode</maml:name>
        <maml:Description>
          <maml:para>How to group bars, must be one of: 'grouped', 'stacked'.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Heatmap</maml:name>
        <maml:Description>
          <maml:para>Creates a heatmap.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Height</maml:name>
        <maml:Description>
          <maml:para>not required if using -Responsive Also note that width exclude top/bottom axes, please add margin to make sure they're visible.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>Id for this chart.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Identity</maml:name>
        <maml:Description>
          <maml:para>The key used to get the node's identity.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>IndexBy</maml:name>
        <maml:Description>
          <maml:para>Key to use to index the data, this key must exist in each data item.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>InnerPadding</maml:name>
        <maml:Description>
          <maml:para>Padding between elements in the chart.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Single</command:parameterValue>
        <dev:type>
          <maml:name>Single</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>InnerRadius</maml:name>
        <maml:Description>
          <maml:para>Padding between slices.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Keys</maml:name>
        <maml:Description>
          <maml:para>Keys to use to determine each serie.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>LabelSkipHeight</maml:name>
        <maml:Description>
          <maml:para>Skip label if bar height is lower than provided value, ignored if 0 (px).</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>LabelSkipWidth</maml:name>
        <maml:Description>
          <maml:para>Skip label if bar width is lower than provided value, ignored if 0 (px).</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Layers</maml:name>
        <maml:Description>
          <maml:para>Defines the order of layers, available layers are:grid, axes, bars, markers, legends.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Layout</maml:name>
        <maml:Description>
          <maml:para>How to display bars, must be one of: 'horizontal', 'vertical'.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>LeavesOnly</maml:name>
        <maml:Description>
          <maml:para>Only render leaf nodes (no parent).</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Line</maml:name>
        <maml:Description>
          <maml:para>Creates a line chart.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>LineWidth</maml:name>
        <maml:Description>
          <maml:para>Line width (px).</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>MarginBottom</maml:name>
        <maml:Description>
          <maml:para>Margin on the bottom of the chart.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>MarginLeft</maml:name>
        <maml:Description>
          <maml:para>Margin on the left of the chart.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>MarginRight</maml:name>
        <maml:Description>
          <maml:para>Margin on the right of the chart.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>MarginTop</maml:name>
        <maml:Description>
          <maml:para>Margin on the top of the chart.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>MaxValue</maml:name>
        <maml:Description>
          <maml:para>Maximum value, if 'auto', will use max value from the provided data.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>MinValue</maml:name>
        <maml:Description>
          <maml:para>Minimum value, if 'auto', will use min value from the provided data.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>MonthLegendOffset</maml:name>
        <maml:Description>
          <maml:para>define offset from month edge to its label.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>MonthSpacing</maml:name>
        <maml:Description>
          <maml:para></maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>MotionDamping</maml:name>
        <maml:Description>
          <maml:para>Motion damping.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>MotionStiffness</maml:name>
        <maml:Description>
          <maml:para>Motion stiffness.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>OffsetType</maml:name>
        <maml:Description>
          <maml:para></maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>OnClick</maml:name>
        <maml:Description>
          <maml:para>And endpoint to receive onClick events from the chart. $EventData will be a JSON string containing informationa about the point in the chart that was clicked. OnClick does not work when -DisableInteraction is specified.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Order</maml:name>
        <maml:Description>
          <maml:para>Layers order.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>OuterPadding</maml:name>
        <maml:Description>
          <maml:para>Padding on the outside of blocks.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>PadAngle</maml:name>
        <maml:Description>
          <maml:para>Padding (deg.) between each pie slice.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Padding</maml:name>
        <maml:Description>
          <maml:para>Padding between each bar (ratio).</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Single</command:parameterValue>
        <dev:type>
          <maml:name>Single</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Pie</maml:name>
        <maml:Description>
          <maml:para>Creates a pie chart.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>RadialLabelsLinkDiagonalLength</maml:name>
        <maml:Description>
          <maml:para>Link diagonal length.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>RadialLabelsLinkHorizontalLength</maml:name>
        <maml:Description>
          <maml:para>Links horizontal length.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>RadialLabelsLinkStrokeWidth</maml:name>
        <maml:Description>
          <maml:para>Links stroke width.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>RadialLabelsTextXOffset</maml:name>
        <maml:Description>
          <maml:para>X offset from links' end.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>RadiusLabelSkipAngle</maml:name>
        <maml:Description>
          <maml:para>Skip label if corresponding slice's angle is lower than provided value.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>RadiusLabelsLinkOffset</maml:name>
        <maml:Description>
          <maml:para>Link offset from pie outer radius, useful to have links overlapping pie slices.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Responsive</maml:name>
        <maml:Description>
          <maml:para>The height and width of the chart will automatically adjust to fit its parent.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Reverse</maml:name>
        <maml:Description>
          <maml:para>Reverses the data.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>SizeVariation</maml:name>
        <maml:Description>
          <maml:para>Size variation (0~1), if value is 0 size won't be affected. If you use for example the value 0.3, cell width/height will vary between 0.7~1 according to its corresponding value.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>SlicesLabelsSkipAngle</maml:name>
        <maml:Description>
          <maml:para>Skip label if corresponding slice's angle is lower than provided value.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>SlicesLabelsTextColor</maml:name>
        <maml:Description>
          <maml:para></maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>SortByValue</maml:name>
        <maml:Description>
          <maml:para>If 'true', arcs will be ordered according to their associated value.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>StartAngle</maml:name>
        <maml:Description>
          <maml:para>Start angle (deg.) useful to make gauges for example.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Stream</maml:name>
        <maml:Description>
          <maml:para>Creates a stream chart.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Tile</maml:name>
        <maml:Description>
          <maml:para>valid values are: 'squarify', 'slice', 'dice', 'slice-dice',</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>To</maml:name>
        <maml:Description>
          <maml:para>End date</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DateTime</command:parameterValue>
        <dev:type>
          <maml:name>DateTime</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Treemap</maml:name>
        <maml:Description>
          <maml:para>Creates a treemap</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>UseDataColor</maml:name>
        <maml:Description>
          <maml:para>Specifies whether to use the color defined in the data as the color that is used on the chart.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Value</maml:name>
        <maml:Description>
          <maml:para>The key to use to retrieve nodes value.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Width</maml:name>
        <maml:Description>
          <maml:para>The width of the chart in pixels.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>YScaleMax</maml:name>
        <maml:Description>
          <maml:para>The max value for the y axis.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>YScaleMin</maml:name>
        <maml:Description>
          <maml:para>The min value for the y axis.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>YScaleStacked</maml:name>
        <maml:Description>
          <maml:para>Whether to stack the y scale.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>YearLegendOffset</maml:name>
        <maml:Description>
          <maml:para>Offset for the year legend.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>YearSpacing</maml:name>
        <maml:Description>
          <maml:para>Spacing around the years.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>----------------------- Simple Bar Chart -----------------------</maml:title>
        <dev:code>$Data = @(
    @{
        state = "idaho"
        population = 1720000
    }
    @{
        state = "wisconsin"
        population = 5800000
    }
    @{
        state = "montana"
        population = 1050000
    }
    @{
        state = "illinois"
        population = 12800000
    }
)
 
New-UDNivoChart -Bar -Data $Data -Keys 'population' -IndexBy 'state' -Height 500 -Width 1000 -MarginTop 50 -MarginRight 130 -MarginBottom 50 -MarginLeft 60 -Padding 0.3</dev:code>
        <dev:remarks>
          <maml:para>This is a simple Nivo bar chart. The data must be in a key value format such as the one defined below. This particular chart is indexed by state and the y-axis is the population.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>---------------------- Multiple Data Keys ----------------------</maml:title>
        <dev:code>$Data = @(
    @{
        state = "idaho"
        programmers = 45021
        farmers = 532453
    }
    @{
        state = "wisconsin"
        programmers = 234242
        farmers = 2345234
    }
    @{
        state = "montana"
        programmers = 97233
        farmers = 654434
    }
    @{
        state = "illinois"
        programmers = 123121
        farmers = 4535353
    }
)
 
New-UDNivoChart -Bar -Data $Data -Keys @('programmers', 'farmers') -IndexBy 'state' -Height 500 -Width 1000 -MarginTop 50 -MarginRight 130 -MarginBottom 50 -MarginLeft 60 -Padding 0.3</dev:code>
        <dev:remarks>
          <maml:para>This bar chart provides multiple data points per indexed bar.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------------ Grouped Layout ------------------------</maml:title>
        <dev:code>$Data = @(
    @{
        state = "idaho"
        programmers = 45021
        farmers = 532453
    }
    @{
        state = "wisconsin"
        programmers = 234242
        farmers = 2345234
    }
    @{
        state = "montana"
        programmers = 97233
        farmers = 654434
    }
    @{
        state = "illinois"
        programmers = 123121
        farmers = 4535353
    }
)
 
New-UDNivoChart -Bar -Data $Data -Keys @('programmers', 'farmers') -IndexBy 'state' -Height 500 -Width 1000 -MarginTop 50 -MarginRight 130 -MarginBottom 50 -MarginLeft 60 -Padding 0.3 -GroupMode grouped</dev:code>
        <dev:remarks>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>---------------------- Horizontal Layout ----------------------</maml:title>
        <dev:code>$Data = @(
    @{
        state = "idaho"
        programmers = 45021
        farmers = 532453
    }
    @{
        state = "wisconsin"
        programmers = 234242
        farmers = 2345234
    }
    @{
        state = "montana"
        programmers = 97233
        farmers = 654434
    }
    @{
        state = "illinois"
        programmers = 123121
        farmers = 4535353
    }
)
 
New-UDNivoChart -Bar -Data $Data -Keys @('programmers', 'farmers') -IndexBy 'state' -Height 500 -Width 1000 -MarginTop 50 -MarginRight 130 -MarginBottom 50 -MarginLeft 60 -Padding 0.3 -Layout horizontal</dev:code>
        <dev:remarks>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>----------------------- Simple Calendar -----------------------</maml:title>
        <dev:code>$Data = @()
for($i = 365; $i -gt 0; $i--) {
    $Data += @{
        day = (Get-Date).AddDays($i * -1).ToString("yyyy-MM-dd")
        value = Get-Random
    }
}
 
$From = (Get-Date).AddDays(-365)
$To = Get-Date
 
New-UDNivoChart -Calendar -Data $Data -From $From -To $To -Height 500 -Width 1000 -MarginTop 50 -MarginRight 130 -MarginBottom 50 -MarginLeft 60</dev:code>
        <dev:remarks>
          <maml:para>The data needs to be an array of day and value hashtables. The day should be formatted in year, month, day format. For example: 2019-04-07 . You will need to set the start date and end date using the -To and -From values.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>--------------------------- Heatmap ---------------------------</maml:title>
        <dev:code>$Data = @(
    @{
        state = "idaho"
        cats = 72307
        dogs = 23429
        moose = 23423
        bears = 784
    }
    @{
        state = "wisconsin"
        cats = 2343342
        dogs = 3453623
        moose = 1
        bears = 23423
    }
    @{
        state = "montana"
        cats = 9234
        dogs = 3973457
        moose = 23472
        bears = 347303
    }
    @{
        state = "colorado"
        cats = 345973789
        dogs = 0237234
        moose = 2302
        bears = 2349772
    }
)
New-UDNivoChart -Heatmap -Data $Data -IndexBy 'state' -keys @('cats', 'dogs', 'moose', 'bears') -Height 500 -Width 1000 -MarginTop 50 -MarginRight 130 -MarginBottom 50 -MarginLeft 60</dev:code>
        <dev:remarks>
          <maml:para>A heat map shows a set of data in a grid in line with other vectors of data. You will need to define an array of hashtables. One axis will be the property to index by while the other vector will be a set of keys as defined by other properties of the hash table.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>https://go.microsoft.com/fwlink/?LinkID=217032</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDNivoChartAxisOptions</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDNivoChartAxisOptions</command:noun>
      <maml:description>
        <maml:para>Creates axis options for Nivo charts.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates axis options for Nivo charts.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDNivoChartAxisOptions</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Legend</maml:name>
          <maml:Description>
            <maml:para>The string to show for the legend.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>LegendOffset</maml:name>
          <maml:Description>
            <maml:para>The offset for the legend.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>LegendPosition</maml:name>
          <maml:Description>
            <maml:para>The position of the legend.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">center</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">start</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">end</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Position</maml:name>
          <maml:Description>
            <maml:para>The position of the axis.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">top</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bottom</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">left</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>TickPadding</maml:name>
          <maml:Description>
            <maml:para>The amount of padding for the ticks in the axis.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>TickRotation</maml:name>
          <maml:Description>
            <maml:para>The number of degrees to rotate the ticks in the legend.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>TickSize</maml:name>
          <maml:Description>
            <maml:para>The size of the ticks in pixels.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Legend</maml:name>
        <maml:Description>
          <maml:para>The string to show for the legend.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>LegendOffset</maml:name>
        <maml:Description>
          <maml:para>The offset for the legend.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>LegendPosition</maml:name>
        <maml:Description>
          <maml:para>The position of the legend.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Position</maml:name>
        <maml:Description>
          <maml:para>The position of the axis.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>TickPadding</maml:name>
        <maml:Description>
          <maml:para>The amount of padding for the ticks in the axis.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>TickRotation</maml:name>
        <maml:Description>
          <maml:para>The number of degrees to rotate the ticks in the legend.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>TickSize</maml:name>
        <maml:Description>
          <maml:para>The size of the ticks in pixels.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>https://go.microsoft.com/fwlink/?LinkID=217032</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDNivoFill</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDNivoFill</command:noun>
      <maml:description>
        <maml:para>Assigns a pattern or gradient to an element.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Assigns a pattern or gradient to an element.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDNivoFill</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ElementId</maml:name>
          <maml:Description>
            <maml:para>The element or serie id to assign the pattern to.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="GradientId">
          <maml:name>PatternId</maml:name>
          <maml:Description>
            <maml:para>The ID of the pattern. You use New-UDNivoPattern to create these patterns.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ElementId</maml:name>
        <maml:Description>
          <maml:para>The element or serie id to assign the pattern to.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="GradientId">
        <maml:name>PatternId</maml:name>
        <maml:Description>
          <maml:para>The ID of the pattern. You use New-UDNivoPattern to create these patterns.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; $Pattern = New-UDNivoPattern -Dots -Id 'fill'</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>https://go.microsoft.com/fwlink/?LinkID=217032</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDNivoPattern</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDNivoPattern</command:noun>
      <maml:description>
        <maml:para>{{Fill in the Synopsis}}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{Fill in the Description}}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDNivoPattern</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Background</maml:name>
          <maml:Description>
            <maml:para>{{Fill Background Description}}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Color</maml:name>
          <maml:Description>
            <maml:para>{{Fill Color Description}}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Dots</maml:name>
          <maml:Description>
            <maml:para>{{Fill Dots Description}}</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>{{Fill Id Description}}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Padding</maml:name>
          <maml:Description>
            <maml:para>{{Fill Padding Description}}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Size</maml:name>
          <maml:Description>
            <maml:para>{{Fill Size Description}}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Stagger</maml:name>
          <maml:Description>
            <maml:para>{{Fill Stagger Description}}</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-UDNivoPattern</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Background</maml:name>
          <maml:Description>
            <maml:para>{{Fill Background Description}}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Color</maml:name>
          <maml:Description>
            <maml:para>{{Fill Color Description}}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>{{Fill Id Description}}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>LineWidth</maml:name>
          <maml:Description>
            <maml:para>{{Fill LineWidth Description}}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Lines</maml:name>
          <maml:Description>
            <maml:para>{{Fill Lines Description}}</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Rotation</maml:name>
          <maml:Description>
            <maml:para>{{Fill Rotation Description}}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Spacing</maml:name>
          <maml:Description>
            <maml:para>{{Fill Spacing Description}}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-UDNivoPattern</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Background</maml:name>
          <maml:Description>
            <maml:para>{{Fill Background Description}}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Color</maml:name>
          <maml:Description>
            <maml:para>{{Fill Color Description}}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>{{Fill Id Description}}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Padding</maml:name>
          <maml:Description>
            <maml:para>{{Fill Padding Description}}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Size</maml:name>
          <maml:Description>
            <maml:para>{{Fill Size Description}}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Squares</maml:name>
          <maml:Description>
            <maml:para>{{Fill Squares Description}}</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Stagger</maml:name>
          <maml:Description>
            <maml:para>{{Fill Stagger Description}}</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Background</maml:name>
        <maml:Description>
          <maml:para>{{Fill Background Description}}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Color</maml:name>
        <maml:Description>
          <maml:para>{{Fill Color Description}}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Dots</maml:name>
        <maml:Description>
          <maml:para>{{Fill Dots Description}}</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>{{Fill Id Description}}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>LineWidth</maml:name>
        <maml:Description>
          <maml:para>{{Fill LineWidth Description}}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Lines</maml:name>
        <maml:Description>
          <maml:para>{{Fill Lines Description}}</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Padding</maml:name>
        <maml:Description>
          <maml:para>{{Fill Padding Description}}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Rotation</maml:name>
        <maml:Description>
          <maml:para>{{Fill Rotation Description}}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Size</maml:name>
        <maml:Description>
          <maml:para>{{Fill Size Description}}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Spacing</maml:name>
        <maml:Description>
          <maml:para>{{Fill Spacing Description}}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Squares</maml:name>
        <maml:Description>
          <maml:para>{{Fill Squares Description}}</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Stagger</maml:name>
        <maml:Description>
          <maml:para>{{Fill Stagger Description}}</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>https://go.microsoft.com/fwlink/?LinkID=217032</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDNivoTheme</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDNivoTheme</command:noun>
      <maml:description>
        <maml:para>{{Fill in the Synopsis}}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{Fill in the Description}}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDNivoTheme</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>TickLineColor</maml:name>
          <maml:Description>
            <maml:para>{{Fill TickLineColor Description}}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>TickTextColor</maml:name>
          <maml:Description>
            <maml:para>{{Fill TickTextColor Description}}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>GridLineStrokeColor</maml:name>
          <maml:Description>
            <maml:para>{{Fill GridLineStrokeColor Description}}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>GridStrokeWidth</maml:name>
          <maml:Description>
            <maml:para>{{Fill GridStrokeWidth Description}}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>GridLineStrokeColor</maml:name>
        <maml:Description>
          <maml:para>{{Fill GridLineStrokeColor Description}}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>GridStrokeWidth</maml:name>
        <maml:Description>
          <maml:para>{{Fill GridStrokeWidth Description}}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>TickLineColor</maml:name>
        <maml:Description>
          <maml:para>{{Fill TickLineColor Description}}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>TickTextColor</maml:name>
        <maml:Description>
          <maml:para>{{Fill TickTextColor Description}}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDPage</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDPage</command:noun>
      <maml:description>
        <maml:para>Creates a new page in the dashboard.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a new page in the dashboard.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDPage</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>The name of the page. This will also become the URL of the page.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Icon</maml:name>
          <maml:Description>
            <maml:para>A FontAwesome icon to display before the page name in the navigation bar.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">None</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">_500px</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_book</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_book_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_card</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_card_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">adjust</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">adn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_center</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_justify</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">amazon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ambulance</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">american_sign_language_interpreting</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">anchor</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">android</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angellist</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">apple</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">archive</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">area_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows_h</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows_v</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">asl_interpreting</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">assistive_listening_systems</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">asterisk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">at</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">audio_description</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">automobile</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">backward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">balance_scale</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ban</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bandcamp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bank</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bar_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bar_chart_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">barcode</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bath</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bathtub</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_0</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_4</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_empty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_full</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_quarter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_three_quarters</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bed</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">beer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">behance</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">behance_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell_slash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell_slash_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bicycle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">binoculars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">birthday_cake</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bitbucket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bitbucket_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bitcoin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">black_tie</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">blind</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bluetooth</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bluetooth_b</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bold</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bolt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bomb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">book</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bookmark</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bookmark_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">braille</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">briefcase</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">btc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bug</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">building</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">building_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bullhorn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bullseye</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">buysellads</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cab</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calculator</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_check_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_minus_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_plus_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_times_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">camera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">camera_retro</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">car</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cart_arrow_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cart_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_amex</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_diners_club</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_discover</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_jcb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_mastercard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_paypal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_stripe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_visa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">certificate</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chain</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chain_broken</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">child</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chrome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle_o_notch</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle_thin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">clipboard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">clock_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">clone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">close</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cloud</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cloud_download</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cloud_upload</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cny</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">code</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">code_fork</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">codepen</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">codiepie</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">coffee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cog</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cogs</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">columns</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comment</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comment_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">commenting</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">commenting_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comments</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comments_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">compass</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">compress</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">connectdevelop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">contao</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">copy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">copyright</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">creative_commons</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">credit_card</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">credit_card_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">crop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">crosshairs</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">css3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cube</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cubes</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cut</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cutlery</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dashboard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dashcube</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">database</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">deaf</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">deafness</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dedent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">delicious</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">desktop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">deviantart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">diamond</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">digg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dollar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dot_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">download</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dribbble</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">drivers_license</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">drivers_license_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dropbox</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">drupal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">edge</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">edit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eercast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eject</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ellipsis_h</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ellipsis_v</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">empire</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_open</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_open_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envira</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eraser</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">etsy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eur</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">euro</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exchange</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exclamation</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exclamation_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exclamation_triangle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">expand</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">expeditedssl</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">external_link</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">external_link_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eye</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eye_slash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eyedropper</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook_f</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook_official</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fast_backward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fast_forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fax</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">feed</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">female</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fighter_jet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_archive_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_audio_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_code_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_excel_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_image_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_movie_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_pdf_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_photo_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_picture_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_powerpoint_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_sound_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_text</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_text_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_video_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_word_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_zip_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">files_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">film</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">filter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fire</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fire_extinguisher</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">firefox</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">first_order</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flag_checkered</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flag_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flask</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flickr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">floppy_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder_open</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder_open_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">font</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">font_awesome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fonticons</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fort_awesome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">forumbee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">foursquare</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">free_code_camp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">frown_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">futbol_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gamepad</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gavel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gbp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ge</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gear</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gears</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">genderless</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">get_pocket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gg_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gift</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">git</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">git_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">github</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">github_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">github_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gitlab</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gittip</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">glass</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">glide</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">glide_g</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">globe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus_official</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_wallet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">graduation_cap</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gratipay</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">grav</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">group</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">h_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hacker_news</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_grab_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_lizard_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_paper_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_peace_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_pointer_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_rock_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_scissors_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_spock_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_stop_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">handshake_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hard_of_hearing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hashtag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hdd_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">header</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">headphones</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">heart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">heart_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">heartbeat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">history</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">home</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hospital_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hotel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_end</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_start</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">houzz</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">html5</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">i_cursor</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">id_badge</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">id_card</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">id_card_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ils</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">image</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">imdb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">inbox</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">indent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">industry</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">info</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">info_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">inr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">instagram</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">institution</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">internet_explorer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">intersex</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ioxhost</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">italic</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">joomla</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">jpy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">jsfiddle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">key</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">keyboard_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">krw</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">language</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">laptop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lastfm</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lastfm_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">leaf</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">leanpub</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">legal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lemon_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">level_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">level_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_bouy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_buoy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_ring</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_saver</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lightbulb_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">line_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">link</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linkedin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linkedin_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linode</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linux</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list_ol</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list_ul</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">location_arrow</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">_lock</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">low_vision</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">magic</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">magnet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mail_forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mail_reply</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mail_reply_all</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">male</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_marker</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_pin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_signs</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_double</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_stroke</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_stroke_h</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_stroke_v</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">maxcdn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">meanpath</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">medium</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">medkit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">meetup</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">meh_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mercury</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">microchip</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">microphone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">microphone_slash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mixcloud</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mobile</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mobile_phone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">modx</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">money</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">moon_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mortar_board</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">motorcycle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mouse_pointer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">music</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">navicon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">neuter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">newspaper_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">object_group</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">object_ungroup</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">odnoklassniki</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">odnoklassniki_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">opencart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">openid</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">opera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">optin_monster</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">outdent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pagelines</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paint_brush</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paper_plane</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paper_plane_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paperclip</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paragraph</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paste</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pause</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pause_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pause_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paw</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paypal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pencil</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pencil_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pencil_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">percent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">phone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">phone_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">photo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">picture_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pie_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pied_piper</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pied_piper_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pied_piper_pp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pinterest</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pinterest_p</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pinterest_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plane</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">play</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">play_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">play_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plug</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">podcast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">power_off</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">print</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">product_hunt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">puzzle_piece</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">qq</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">qrcode</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">question</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">question_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">question_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">quora</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">quote_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">quote_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ra</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">random</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ravelry</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rebel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">recycle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reddit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reddit_alien</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reddit_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">refresh</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">registered</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">remove</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">renren</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reorder</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">repeat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reply</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reply_all</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">resistance</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">retweet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rmb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">road</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rocket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rotate_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rotate_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rouble</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rss</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rss_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rub</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ruble</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rupee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">s15</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">safari</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">save</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">scissors</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">scribd</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">search</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">search_minus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">search_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sellsy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">send</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">send_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">server</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_alt_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shekel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sheqel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shield</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ship</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shirtsinbulk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shopping_bag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shopping_basket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shopping_cart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shower</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sign_in</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sign_language</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sign_out</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">signal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">signing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">simplybuilt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sitemap</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">skyatlas</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">skype</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">slack</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sliders</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">slideshare</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">smile_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snapchat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snapchat_ghost</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snapchat_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snowflake_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">soccer_ball_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_alpha_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_alpha_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_amount_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_amount_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_numeric_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_numeric_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">soundcloud</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">space_shuttle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">spinner</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">spoon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">spotify</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stack_exchange</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stack_overflow</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half_empty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half_full</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">steam</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">steam_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">step_backward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">step_forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stethoscope</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sticky_note</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sticky_note_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stop_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stop_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">street_view</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">strikethrough</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stumbleupon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stumbleupon_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">subscript</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">subway</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">suitcase</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sun_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">superpowers</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">superscript</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">support</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">table</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tablet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tachometer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tags</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tasks</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">taxi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">telegram</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">television</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tencent_weibo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">terminal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">text_height</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">text_width</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">th</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">th_large</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">th_list</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">themeisle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_0</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_4</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_empty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_full</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_quarter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_three_quarters</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumb_tack</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ticket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_rectangle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_rectangle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tint</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_off</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_on</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trademark</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">train</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">transgender</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">transgender_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trash_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tree</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trello</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tripadvisor</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trophy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">truck</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">_try</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tumblr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tumblr_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">turkish_lira</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tv</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">twitch</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">twitter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">twitter_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">umbrella</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">underline</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">undo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">universal_access</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">university</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unlink</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unlock</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unlock_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unsorted</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">upload</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">usb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">usd</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_md</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_secret</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_times</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">users</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vcard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vcard_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">venus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">venus_double</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">venus_mars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">viacoin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">viadeo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">viadeo_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">video_camera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vimeo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vimeo_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vine</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_control_phone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_off</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">warning</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wechat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">weibo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">weixin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">whatsapp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wheelchair</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wheelchair_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wifi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wikipedia_w</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_close</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_close_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_maximize</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_minimize</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_restore</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">windows</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">won</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wordpress</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wpbeginner</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wpexplorer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wpforms</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wrench</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">xing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">xing_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">y_combinator</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">y_combinator_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yahoo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yc_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yelp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yen</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yoast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">youtube</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">youtube_play</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">youtube_square</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">FontAwesomeIcons</command:parameterValue>
          <dev:type>
            <maml:name>FontAwesomeIcons</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>Content</maml:name>
          <maml:Description>
            <maml:para>The content of the page. This can be any set of controls you would pass to the Content parameter of New-UDDashboard.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>DefaultHomePage</maml:name>
          <maml:Description>
            <maml:para>Set the default home page for the dashboard and Set the dashboard title bar as link to the home page.
</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ArgumentList</maml:name>
          <maml:Description>
            <maml:para>Arguments to pass to the endpoint. They will be available via the $ArgumentList variable.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object[]</command:parameterValue>
          <dev:type>
            <maml:name>Object[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AuthorizedRole</maml:name>
          <maml:Description>
            <maml:para>The authorized roles to view this page.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
          <dev:type>
            <maml:name>String[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AutoRefresh</maml:name>
          <maml:Description>
            <maml:para>Auth refresh this page.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Endpoint</maml:name>
          <maml:Description>
            <maml:para>Endpoint that is called to generate the content for this page.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of the page.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>RefreshInterval</maml:name>
          <maml:Description>
            <maml:para>The refresh interval, in seconds, for this page.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-UDPage</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Url</maml:name>
          <maml:Description>
            <maml:para>The URL for this page. You can include variables in your path by prefixing the section with a colon. See examples for usage scenario.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Icon</maml:name>
          <maml:Description>
            <maml:para>A FontAwesome icon to display before the page name in the navigation bar.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">None</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">_500px</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_book</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_book_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_card</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_card_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">adjust</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">adn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_center</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_justify</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">amazon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ambulance</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">american_sign_language_interpreting</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">anchor</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">android</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angellist</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">apple</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">archive</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">area_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows_h</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows_v</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">asl_interpreting</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">assistive_listening_systems</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">asterisk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">at</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">audio_description</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">automobile</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">backward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">balance_scale</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ban</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bandcamp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bank</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bar_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bar_chart_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">barcode</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bath</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bathtub</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_0</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_4</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_empty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_full</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_quarter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_three_quarters</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bed</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">beer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">behance</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">behance_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell_slash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell_slash_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bicycle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">binoculars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">birthday_cake</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bitbucket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bitbucket_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bitcoin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">black_tie</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">blind</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bluetooth</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bluetooth_b</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bold</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bolt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bomb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">book</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bookmark</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bookmark_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">braille</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">briefcase</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">btc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bug</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">building</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">building_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bullhorn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bullseye</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">buysellads</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cab</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calculator</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_check_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_minus_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_plus_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_times_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">camera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">camera_retro</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">car</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cart_arrow_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cart_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_amex</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_diners_club</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_discover</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_jcb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_mastercard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_paypal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_stripe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_visa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">certificate</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chain</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chain_broken</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">child</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chrome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle_o_notch</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle_thin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">clipboard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">clock_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">clone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">close</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cloud</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cloud_download</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cloud_upload</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cny</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">code</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">code_fork</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">codepen</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">codiepie</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">coffee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cog</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cogs</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">columns</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comment</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comment_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">commenting</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">commenting_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comments</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comments_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">compass</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">compress</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">connectdevelop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">contao</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">copy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">copyright</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">creative_commons</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">credit_card</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">credit_card_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">crop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">crosshairs</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">css3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cube</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cubes</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cut</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cutlery</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dashboard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dashcube</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">database</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">deaf</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">deafness</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dedent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">delicious</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">desktop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">deviantart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">diamond</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">digg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dollar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dot_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">download</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dribbble</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">drivers_license</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">drivers_license_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dropbox</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">drupal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">edge</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">edit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eercast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eject</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ellipsis_h</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ellipsis_v</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">empire</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_open</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_open_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envira</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eraser</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">etsy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eur</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">euro</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exchange</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exclamation</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exclamation_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exclamation_triangle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">expand</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">expeditedssl</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">external_link</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">external_link_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eye</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eye_slash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eyedropper</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook_f</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook_official</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fast_backward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fast_forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fax</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">feed</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">female</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fighter_jet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_archive_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_audio_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_code_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_excel_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_image_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_movie_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_pdf_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_photo_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_picture_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_powerpoint_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_sound_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_text</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_text_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_video_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_word_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_zip_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">files_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">film</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">filter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fire</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fire_extinguisher</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">firefox</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">first_order</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flag_checkered</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flag_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flask</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flickr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">floppy_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder_open</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder_open_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">font</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">font_awesome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fonticons</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fort_awesome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">forumbee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">foursquare</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">free_code_camp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">frown_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">futbol_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gamepad</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gavel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gbp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ge</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gear</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gears</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">genderless</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">get_pocket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gg_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gift</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">git</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">git_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">github</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">github_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">github_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gitlab</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gittip</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">glass</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">glide</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">glide_g</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">globe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus_official</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_wallet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">graduation_cap</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gratipay</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">grav</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">group</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">h_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hacker_news</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_grab_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_lizard_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_paper_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_peace_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_pointer_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_rock_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_scissors_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_spock_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_stop_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">handshake_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hard_of_hearing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hashtag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hdd_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">header</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">headphones</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">heart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">heart_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">heartbeat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">history</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">home</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hospital_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hotel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_end</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_start</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">houzz</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">html5</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">i_cursor</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">id_badge</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">id_card</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">id_card_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ils</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">image</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">imdb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">inbox</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">indent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">industry</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">info</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">info_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">inr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">instagram</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">institution</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">internet_explorer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">intersex</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ioxhost</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">italic</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">joomla</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">jpy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">jsfiddle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">key</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">keyboard_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">krw</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">language</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">laptop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lastfm</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lastfm_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">leaf</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">leanpub</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">legal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lemon_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">level_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">level_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_bouy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_buoy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_ring</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_saver</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lightbulb_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">line_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">link</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linkedin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linkedin_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linode</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linux</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list_ol</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list_ul</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">location_arrow</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">_lock</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">low_vision</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">magic</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">magnet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mail_forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mail_reply</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mail_reply_all</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">male</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_marker</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_pin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_signs</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_double</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_stroke</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_stroke_h</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_stroke_v</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">maxcdn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">meanpath</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">medium</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">medkit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">meetup</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">meh_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mercury</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">microchip</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">microphone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">microphone_slash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mixcloud</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mobile</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mobile_phone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">modx</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">money</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">moon_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mortar_board</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">motorcycle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mouse_pointer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">music</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">navicon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">neuter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">newspaper_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">object_group</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">object_ungroup</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">odnoklassniki</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">odnoklassniki_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">opencart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">openid</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">opera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">optin_monster</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">outdent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pagelines</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paint_brush</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paper_plane</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paper_plane_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paperclip</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paragraph</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paste</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pause</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pause_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pause_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paw</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paypal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pencil</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pencil_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pencil_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">percent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">phone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">phone_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">photo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">picture_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pie_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pied_piper</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pied_piper_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pied_piper_pp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pinterest</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pinterest_p</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pinterest_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plane</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">play</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">play_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">play_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plug</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">podcast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">power_off</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">print</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">product_hunt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">puzzle_piece</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">qq</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">qrcode</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">question</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">question_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">question_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">quora</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">quote_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">quote_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ra</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">random</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ravelry</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rebel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">recycle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reddit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reddit_alien</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reddit_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">refresh</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">registered</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">remove</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">renren</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reorder</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">repeat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reply</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reply_all</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">resistance</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">retweet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rmb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">road</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rocket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rotate_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rotate_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rouble</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rss</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rss_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rub</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ruble</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rupee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">s15</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">safari</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">save</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">scissors</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">scribd</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">search</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">search_minus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">search_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sellsy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">send</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">send_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">server</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_alt_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shekel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sheqel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shield</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ship</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shirtsinbulk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shopping_bag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shopping_basket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shopping_cart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shower</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sign_in</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sign_language</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sign_out</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">signal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">signing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">simplybuilt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sitemap</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">skyatlas</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">skype</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">slack</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sliders</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">slideshare</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">smile_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snapchat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snapchat_ghost</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snapchat_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snowflake_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">soccer_ball_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_alpha_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_alpha_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_amount_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_amount_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_numeric_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_numeric_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">soundcloud</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">space_shuttle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">spinner</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">spoon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">spotify</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stack_exchange</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stack_overflow</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half_empty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half_full</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">steam</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">steam_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">step_backward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">step_forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stethoscope</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sticky_note</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sticky_note_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stop_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stop_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">street_view</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">strikethrough</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stumbleupon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stumbleupon_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">subscript</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">subway</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">suitcase</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sun_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">superpowers</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">superscript</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">support</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">table</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tablet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tachometer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tags</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tasks</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">taxi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">telegram</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">television</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tencent_weibo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">terminal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">text_height</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">text_width</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">th</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">th_large</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">th_list</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">themeisle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_0</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_4</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_empty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_full</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_quarter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_three_quarters</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumb_tack</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ticket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_rectangle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_rectangle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tint</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_off</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_on</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trademark</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">train</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">transgender</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">transgender_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trash_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tree</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trello</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tripadvisor</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trophy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">truck</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">_try</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tumblr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tumblr_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">turkish_lira</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tv</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">twitch</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">twitter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">twitter_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">umbrella</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">underline</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">undo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">universal_access</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">university</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unlink</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unlock</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unlock_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unsorted</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">upload</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">usb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">usd</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_md</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_secret</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_times</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">users</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vcard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vcard_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">venus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">venus_double</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">venus_mars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">viacoin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">viadeo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">viadeo_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">video_camera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vimeo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vimeo_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vine</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_control_phone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_off</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">warning</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wechat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">weibo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">weixin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">whatsapp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wheelchair</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wheelchair_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wifi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wikipedia_w</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_close</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_close_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_maximize</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_minimize</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_restore</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">windows</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">won</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wordpress</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wpbeginner</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wpexplorer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wpforms</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wrench</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">xing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">xing_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">y_combinator</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">y_combinator_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yahoo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yc_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yelp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yen</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yoast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">youtube</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">youtube_play</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">youtube_square</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">FontAwesomeIcons</command:parameterValue>
          <dev:type>
            <maml:name>FontAwesomeIcons</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>Content</maml:name>
          <maml:Description>
            <maml:para>The content of the page. This can be any set of controls you would pass to the Content parameter of New-UDDashboard.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>DefaultHomePage</maml:name>
          <maml:Description>
            <maml:para>Set the default home page for the dashboard and Set the dashboard title bar as link to the home page.
</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ArgumentList</maml:name>
          <maml:Description>
            <maml:para>Arguments to pass to the endpoint. They will be available via the $ArgumentList variable.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object[]</command:parameterValue>
          <dev:type>
            <maml:name>Object[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AuthorizedRole</maml:name>
          <maml:Description>
            <maml:para>The authorized roles to view this page.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
          <dev:type>
            <maml:name>String[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AutoRefresh</maml:name>
          <maml:Description>
            <maml:para>Auth refresh this page.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Endpoint</maml:name>
          <maml:Description>
            <maml:para>Endpoint that is called to generate the content for this page.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of the page.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>RefreshInterval</maml:name>
          <maml:Description>
            <maml:para>The refresh interval, in seconds, for this page.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ArgumentList</maml:name>
        <maml:Description>
          <maml:para>Arguments to pass to the endpoint. They will be available via the $ArgumentList variable.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object[]</command:parameterValue>
        <dev:type>
          <maml:name>Object[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AuthorizedRole</maml:name>
        <maml:Description>
          <maml:para>The authorized roles to view this page.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AutoRefresh</maml:name>
        <maml:Description>
          <maml:para>Auth refresh this page.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>Content</maml:name>
        <maml:Description>
          <maml:para>The content of the page. This can be any set of controls you would pass to the Content parameter of New-UDDashboard.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>DefaultHomePage</maml:name>
        <maml:Description>
          <maml:para>Set the default home page for the dashboard and Set the dashboard title bar as link to the home page.
</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Endpoint</maml:name>
        <maml:Description>
          <maml:para>Endpoint that is called to generate the content for this page.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Icon</maml:name>
        <maml:Description>
          <maml:para>A FontAwesome icon to display before the page name in the navigation bar.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">FontAwesomeIcons</command:parameterValue>
        <dev:type>
          <maml:name>FontAwesomeIcons</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID of the page.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Name</maml:name>
        <maml:Description>
          <maml:para>The name of the page. This will also become the URL of the page.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>RefreshInterval</maml:name>
        <maml:Description>
          <maml:para>The refresh interval, in seconds, for this page.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Url</maml:name>
        <maml:Description>
          <maml:para>The URL for this page. You can include variables in your path by prefixing the section with a colon. See examples for usage scenario.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; $Page1 = New-UDPage -Name "Home" -Content { New-Chart... }
PS C:\&gt; $Page2 = New-UDPage -Name "Cards" -Content { New-Card... }
 
PS C:\&gt; $Dashboard = New-UDDashboard -Color "blue" -Pages @($Page1, $Page2)</dev:code>
        <dev:remarks>
          <maml:para>Creates a multi-page dashboard. The will show a navigation pane on the left side of the dashboard to navigate to different pages.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>PS C:\&gt; $Page1 = New-UDPage -Name "Home" -Content { New-Chart... }
PS C:\&gt; $Page2 = New-UDPage -Name "Cards" -Url "/cards-page" -Content { New-Card... }
 
PS C:\&gt; $Dashboard = New-UDDashboard -Color "blue" -Pages @($Page1, $Page2)</dev:code>
        <dev:remarks>
          <maml:para>Creates a multi-page dashboard. The will show a navigation pane on the left side of the dashboard to navigate to different pages. The URL for the cards page is /cards-page.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 3 --------------------------</maml:title>
        <dev:code>PS C:\&gt; $Page1 = New-UDPage -Name "Home" -Content { New-Chart... }
PS C:\&gt; $Page2 = New-UDPage -Name "Cards" -Url "/cards-page/:username" -Content { New-Card -Title $username }
 
PS C:\&gt; $Dashboard = New-UDDashboard -Color "blue" -Pages @($Page1, $Page2)</dev:code>
        <dev:remarks>
          <maml:para>Creates a multi-page dashboard. The will show a navigation pane on the left side of the dashboard to navigate to different pages. The URL for the cards page is /cards-page/:username. The :username portion of the URL can be replaced with any string. The variable $username will be available in the endpoint that generates the page.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 4 --------------------------</maml:title>
        <dev:code>PS C:\&gt; $Page1 = New-UDPage -Name "Home" -Content { New-Chart... }
PS C:\&gt; $Page2 = New-UDPage -Name "Demo" -DefaultHomePage -Content { New-Chart... }
 
PS C:\&gt; $Dashboard = New-UDDashboard -Color "blue" -Pages @($Page1, $Page2)</dev:code>
        <dev:remarks>
          <maml:para>Creates a multi-page dashboard. The will show a navigation pane on the left side of the dashboard to navigate to different pages. The default home page will be Demo and NOT home. The dashboard title will also be linked to the default home page.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDParagraph</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDParagraph</command:noun>
      <maml:description>
        <maml:para>Creates a new paragraph block.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a new paragraph block.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDParagraph</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Color</maml:name>
          <maml:Description>
            <maml:para>Text color for this paragraph.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Content</maml:name>
          <maml:Description>
            <maml:para>The content for this paragraph.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-UDParagraph</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Color</maml:name>
          <maml:Description>
            <maml:para>Text color for this paragraph.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Text</maml:name>
          <maml:Description>
            <maml:para>Text for this paragraph.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Color</maml:name>
        <maml:Description>
          <maml:para>Text color for this paragraph.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Content</maml:name>
        <maml:Description>
          <maml:para>The content for this paragraph.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Text</maml:name>
        <maml:Description>
          <maml:para>Text for this paragraph.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDParagraph -Content {
    "This is a paragraph of text"
}</dev:code>
        <dev:remarks>
          <maml:para>Creates a new paragraph of text.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDPdf</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDPdf</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDPdf</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Id Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>FilePath</maml:name>
          <maml:Description>
            <maml:para>{{ Fill FilePath Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>FilePath</maml:name>
        <maml:Description>
          <maml:para>{{ Fill FilePath Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Id Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDPolarChartDataset</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDPolarChartDataset</command:noun>
      <maml:description>
        <maml:para>Creates a dataset for a polar area chart.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Polar area charts are similar to pie charts, but each segment has the same angle - the radius of the segment differs depending on the value.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDPolarChartDataset</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>DataProperty</maml:name>
          <maml:Description>
            <maml:para>The property of the object to use as the y-Axis of the dataset.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Label</maml:name>
          <maml:Description>
            <maml:para>The label for the dataset which appears in the legend and tooltips.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>BackgroundColor</maml:name>
          <maml:Description>
            <maml:para>The fill color of the arcs in the dataset.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>BorderColor</maml:name>
          <maml:Description>
            <maml:para>The border color of the arcs in the dataset.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>BorderWidth</maml:name>
          <maml:Description>
            <maml:para>The border width of the arcs in the dataset.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
          <maml:name>HoverBackgroundColor</maml:name>
          <maml:Description>
            <maml:para>The fill colour of the arcs when hovered.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
          <maml:name>HoverBorderColor</maml:name>
          <maml:Description>
            <maml:para>The stroke colour of the arcs when hovered.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
          <maml:name>HoverBorderWidth</maml:name>
          <maml:Description>
            <maml:para>The stroke width of the arcs when hovered.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
          <dev:type>
            <maml:name>Int32[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>BackgroundColor</maml:name>
        <maml:Description>
          <maml:para>The fill color of the arcs in the dataset.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>BorderColor</maml:name>
        <maml:Description>
          <maml:para>The border color of the arcs in the dataset.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
        <maml:name>BorderWidth</maml:name>
        <maml:Description>
          <maml:para>The border width of the arcs in the dataset.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>DataProperty</maml:name>
        <maml:Description>
          <maml:para>The property of the object to use as the y-Axis of the dataset.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
        <maml:name>HoverBackgroundColor</maml:name>
        <maml:Description>
          <maml:para>The fill colour of the arcs when hovered.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
        <maml:name>HoverBorderColor</maml:name>
        <maml:Description>
          <maml:para>The stroke colour of the arcs when hovered.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
        <maml:name>HoverBorderWidth</maml:name>
        <maml:Description>
          <maml:para>The stroke width of the arcs when hovered.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
        <dev:type>
          <maml:name>Int32[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Label</maml:name>
        <maml:Description>
          <maml:para>The label for the dataset which appears in the legend and tooltips.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDPolarChartOptions</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDPolarChartOptions</command:noun>
      <maml:description>
        <maml:para>Chart options for a polar area chart.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Chart options for a polar area chart.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDPolarChartOptions</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>LayoutOptions</maml:name>
          <maml:Description>
            <maml:para>Layout options for this chart. Use New-UDChartLayoutOptions.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>LegendOptions</maml:name>
          <maml:Description>
            <maml:para>Legend options for this chart. Use New-UDChartLegendOptions.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>TitleOptions</maml:name>
          <maml:Description>
            <maml:para>Title options for this chart. Use New-UDChartTitleOptions.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>TooltipOptions</maml:name>
          <maml:Description>
            <maml:para>Tooltip options for this chart. Use New-UDChartTooltipOptions.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>xAxes</maml:name>
          <maml:Description>
            <maml:para>The x-Axis for this chart. Use New-UDCategoryChartAxis, New-UDLinearChartAxis or New-UDLogarithmicChartAxis.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
          <maml:name>yAxes</maml:name>
          <maml:Description>
            <maml:para>The y-Axis for this chart. Use New-UDCategoryChartAxis, New-UDLinearChartAxis or New-UDLogarithmicChartAxis.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
          <maml:name>StartAngle</maml:name>
          <maml:Description>
            <maml:para>Starting angle to draw arcs for the first item in a dataset.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Single</command:parameterValue>
          <dev:type>
            <maml:name>Single</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
          <maml:name>AnimateRotate</maml:name>
          <maml:Description>
            <maml:para>If true, the chart will animate in with a rotation animation.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
          <maml:name>AnimateScale</maml:name>
          <maml:Description>
            <maml:para>If true, will animate scaling the chart from the center outwards.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
        <maml:name>AnimateRotate</maml:name>
        <maml:Description>
          <maml:para>If true, the chart will animate in with a rotation animation.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
        <maml:name>AnimateScale</maml:name>
        <maml:Description>
          <maml:para>If true, will animate scaling the chart from the center outwards.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>LayoutOptions</maml:name>
        <maml:Description>
          <maml:para>Layout options for this chart. Use New-UDChartLayoutOptions.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>LegendOptions</maml:name>
        <maml:Description>
          <maml:para>Legend options for this chart. Use New-UDChartLegendOptions.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
        <maml:name>StartAngle</maml:name>
        <maml:Description>
          <maml:para>Starting angle to draw arcs for the first item in a dataset.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Single</command:parameterValue>
        <dev:type>
          <maml:name>Single</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>TitleOptions</maml:name>
        <maml:Description>
          <maml:para>Title options for this chart. Use New-UDChartTitleOptions.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>TooltipOptions</maml:name>
        <maml:Description>
          <maml:para>Tooltip options for this chart. Use New-UDChartTooltipOptions.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
        <maml:name>xAxes</maml:name>
        <maml:Description>
          <maml:para>The x-Axis for this chart. Use New-UDCategoryChartAxis, New-UDLinearChartAxis or New-UDLogarithmicChartAxis.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
        <maml:name>yAxes</maml:name>
        <maml:Description>
          <maml:para>The y-Axis for this chart. Use New-UDCategoryChartAxis, New-UDLinearChartAxis or New-UDLogarithmicChartAxis.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDPreloader</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDPreloader</command:noun>
      <maml:description>
        <maml:para>Creates a new preloader.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a new preloader. Preloaders can be used to show progress or indicate to the user something is processing.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDPreloader</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>BackgroundColor</maml:name>
          <maml:Description>
            <maml:para>The background color of the preloader</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ProgressColor</maml:name>
          <maml:Description>
            <maml:para>The color of the preloaders progress.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-UDPreloader</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>BackgroundColor</maml:name>
          <maml:Description>
            <maml:para>The background color of the preloader</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>PercentComplete</maml:name>
          <maml:Description>
            <maml:para>The percent complete of the preloader.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ProgressColor</maml:name>
          <maml:Description>
            <maml:para>The color of the preloaders progress.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-UDPreloader</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Circular</maml:name>
          <maml:Description>
            <maml:para>Whether the preloadre is circular.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Color</maml:name>
          <maml:Description>
            <maml:para>The color of the preloader.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">blue</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">red</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">green</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Size</maml:name>
          <maml:Description>
            <maml:para>The size of the circular preloader.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">small</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">medium</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">large</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>BackgroundColor</maml:name>
        <maml:Description>
          <maml:para>The background color of the preloader</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Circular</maml:name>
        <maml:Description>
          <maml:para>Whether the preloadre is circular.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Color</maml:name>
        <maml:Description>
          <maml:para>The color of the preloader.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>PercentComplete</maml:name>
        <maml:Description>
          <maml:para>The percent complete of the preloader.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ProgressColor</maml:name>
        <maml:Description>
          <maml:para>The color of the preloaders progress.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Size</maml:name>
        <maml:Description>
          <maml:para>The size of the circular preloader.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>----------------------- Percent Complete -----------------------</maml:title>
        <dev:code>New-UDPreloader -PercentComplete 10</dev:code>
        <dev:remarks>
          <maml:para>Creates a new determinate preloader with a percentage complete of 10.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------------ Indeterminate ------------------------</maml:title>
        <dev:code>New-UDPreloader -ProgressColor red</dev:code>
        <dev:remarks>
          <maml:para>Creates a preloader with a progress color set to red.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>--------------------------- Circular ---------------------------</maml:title>
        <dev:code>New-UDPreloader -Color blue -Circular</dev:code>
        <dev:remarks>
          <maml:para>Creates a blue, circular preloader.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>https://github.com/ironmansoftware/universal-dashboard/blob/master/src/UniversalDashboard/Help/New-UDPreloader.md</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDRadarChartDataset</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDRadarChartDataset</command:noun>
      <maml:description>
        <maml:para>Creates a dataset for a radar chart.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a dataset for a radar chart.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDRadarChartDataset</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>DataProperty</maml:name>
          <maml:Description>
            <maml:para>The property of the object to use as the y-Axis of the dataset.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Label</maml:name>
          <maml:Description>
            <maml:para>The label for the dataset which appears in the legend and tooltips.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="10" aliases="none">
          <maml:name>PointBorderColor</maml:name>
          <maml:Description>
            <maml:para>The border color for points.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="11" aliases="none">
          <maml:name>PointBorderWidth</maml:name>
          <maml:Description>
            <maml:para>The width of the point border in pixels.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
          <dev:type>
            <maml:name>Int32[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="12" aliases="none">
          <maml:name>PointRadius</maml:name>
          <maml:Description>
            <maml:para>The radius of the point shape. If set to 0, the point is not rendered.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
          <dev:type>
            <maml:name>Int32[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="13" aliases="none">
          <maml:name>PointStyle</maml:name>
          <maml:Description>
            <maml:para>Style of the point.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cross</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">crossRot</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">line</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rect</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rectRounded</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rectRot</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">triangle</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
          <dev:type>
            <maml:name>String[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="14" aliases="none">
          <maml:name>PointHitRadius</maml:name>
          <maml:Description>
            <maml:para>The pixel size of the non-displayed point that reacts to mouse events.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
          <dev:type>
            <maml:name>Int32[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="15" aliases="none">
          <maml:name>PointHoverBackgroundColor</maml:name>
          <maml:Description>
            <maml:para>Point background color when hovered.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="16" aliases="none">
          <maml:name>PointHoverBorderColor</maml:name>
          <maml:Description>
            <maml:para>Point border color when hovered.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="17" aliases="none">
          <maml:name>PointHoverBorderWidth</maml:name>
          <maml:Description>
            <maml:para>Border width of point when hovered.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
          <dev:type>
            <maml:name>Int32[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="18" aliases="none">
          <maml:name>PointHoverRadius</maml:name>
          <maml:Description>
            <maml:para>The radius of the point when hovered.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
          <dev:type>
            <maml:name>Int32[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>BackgroundColor</maml:name>
          <maml:Description>
            <maml:para>The fill color under the line</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>BorderColor</maml:name>
          <maml:Description>
            <maml:para>The color of the line.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>BorderWidth</maml:name>
          <maml:Description>
            <maml:para>The width of the line in pixels.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
          <maml:name>BorderCapStyle</maml:name>
          <maml:Description>
            <maml:para>Cap style of the line.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">butt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">round</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">square</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
          <maml:name>BorderJoinStyle</maml:name>
          <maml:Description>
            <maml:para>Line joint style.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">bevel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">round</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">miter</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
          <maml:name>Fill</maml:name>
          <maml:Description>
            <maml:para>How to fill the area under the line.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
          <maml:name>LineTension</maml:name>
          <maml:Description>
            <maml:para>Bezier curve tension of the line. Set to 0 to draw straightlines.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="9" aliases="none">
          <maml:name>PointBackgroundColor</maml:name>
          <maml:Description>
            <maml:para>The fill color for points.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>BackgroundColor</maml:name>
        <maml:Description>
          <maml:para>The fill color under the line</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
        <maml:name>BorderCapStyle</maml:name>
        <maml:Description>
          <maml:para>Cap style of the line.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>BorderColor</maml:name>
        <maml:Description>
          <maml:para>The color of the line.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
        <maml:name>BorderJoinStyle</maml:name>
        <maml:Description>
          <maml:para>Line joint style.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
        <maml:name>BorderWidth</maml:name>
        <maml:Description>
          <maml:para>The width of the line in pixels.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>DataProperty</maml:name>
        <maml:Description>
          <maml:para>The property of the object to use as the y-Axis of the dataset.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
        <maml:name>Fill</maml:name>
        <maml:Description>
          <maml:para>How to fill the area under the line.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Label</maml:name>
        <maml:Description>
          <maml:para>The label for the dataset which appears in the legend and tooltips.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
        <maml:name>LineTension</maml:name>
        <maml:Description>
          <maml:para>Bezier curve tension of the line. Set to 0 to draw straightlines.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="9" aliases="none">
        <maml:name>PointBackgroundColor</maml:name>
        <maml:Description>
          <maml:para>The fill color for points.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="10" aliases="none">
        <maml:name>PointBorderColor</maml:name>
        <maml:Description>
          <maml:para>The border color for points.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="11" aliases="none">
        <maml:name>PointBorderWidth</maml:name>
        <maml:Description>
          <maml:para>The width of the point border in pixels.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
        <dev:type>
          <maml:name>Int32[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="14" aliases="none">
        <maml:name>PointHitRadius</maml:name>
        <maml:Description>
          <maml:para>The pixel size of the non-displayed point that reacts to mouse events.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
        <dev:type>
          <maml:name>Int32[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="15" aliases="none">
        <maml:name>PointHoverBackgroundColor</maml:name>
        <maml:Description>
          <maml:para>Point background color when hovered.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="16" aliases="none">
        <maml:name>PointHoverBorderColor</maml:name>
        <maml:Description>
          <maml:para>Point border color when hovered.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="17" aliases="none">
        <maml:name>PointHoverBorderWidth</maml:name>
        <maml:Description>
          <maml:para>Border width of point when hovered.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
        <dev:type>
          <maml:name>Int32[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="18" aliases="none">
        <maml:name>PointHoverRadius</maml:name>
        <maml:Description>
          <maml:para>The radius of the point when hovered.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
        <dev:type>
          <maml:name>Int32[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="12" aliases="none">
        <maml:name>PointRadius</maml:name>
        <maml:Description>
          <maml:para>The radius of the point shape. If set to 0, the point is not rendered.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
        <dev:type>
          <maml:name>Int32[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="13" aliases="none">
        <maml:name>PointStyle</maml:name>
        <maml:Description>
          <maml:para>Style of the point.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDRadio</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDRadio</command:noun>
      <maml:description>
        <maml:para>Creates a radio.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a radio. Radios can be used to select between a set of items. They should be grouped together.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDRadio</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID for this radio.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Label</maml:name>
          <maml:Description>
            <maml:para>The label for this radio.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>OnChange</maml:name>
          <maml:Description>
            <maml:para>A script block to invoke when this radio is changed. The event data will be available via the $EventData variable in the script block.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>Group</maml:name>
          <maml:Description>
            <maml:para>The group for this radio. Only one option for a group can be selected.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Checked</maml:name>
          <maml:Description>
            <maml:para>Whether the radio is checked.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Disabled</maml:name>
          <maml:Description>
            <maml:para>Whether this radio is disabled.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>WithGap</maml:name>
          <maml:Description>
            <maml:para>Provides a gap style for the radio button.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Checked</maml:name>
        <maml:Description>
          <maml:para>Whether the radio is checked.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Disabled</maml:name>
        <maml:Description>
          <maml:para>Whether this radio is disabled.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>Group</maml:name>
        <maml:Description>
          <maml:para>The group for this radio. Only one option for a group can be selected.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID for this radio.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Label</maml:name>
        <maml:Description>
          <maml:para>The label for this radio.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>OnChange</maml:name>
        <maml:Description>
          <maml:para>A script block to invoke when this radio is changed. The event data will be available via the $EventData variable in the script block.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>WithGap</maml:name>
        <maml:Description>
          <maml:para>Provides a gap style for the radio button.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------------- Basic Radio -------------------------</maml:title>
        <dev:code>New-UDRadio -Label 'Option 1' -Group 'Group 1'
New-UDRadio -Label 'Option 2' -Group 'Group 1'
New-UDRadio -Label 'Option 3' -Group 'Group 1'</dev:code>
        <dev:remarks>
          <maml:para>Creates three options for a radio group.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>--------------------------- OnChange ---------------------------</maml:title>
        <dev:code>New-UDRadio -Label 'Option 1' -Group 'Group 1' -OnChange { Show-UDToast -Message $EventData }
New-UDRadio -Label 'Option 2' -Group 'Group 1' -OnChange { Show-UDToast -Message $EventData }
New-UDRadio -Label 'Option 3' -Group 'Group 1' -OnChange { Show-UDToast -Message $EventData }</dev:code>
        <dev:remarks>
          <maml:para>Creates three options for a radio group with onChange event handlers.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>----------------------- Multiple groupos -----------------------</maml:title>
        <dev:code>New-UDRadio -Label 'Option 1' -Group 'Group 1'
New-UDRadio -Label 'Option 2' -Group 'Group 1'
New-UDRadio -Label 'Option 3' -Group 'Group 1'
 
New-UDRadio -Label 'Option 1' -Group 'Group 2'
New-UDRadio -Label 'Option 2' -Group 'Group 2'
New-UDRadio -Label 'Option 3' -Group 'Group 2'</dev:code>
        <dev:remarks>
          <maml:para>Creates three options for two radio groups.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>https://github.com/ironmansoftware/universal-dashboard/blob/master/src/UniversalDashboard/Help/New-UDRadio.md</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDRow</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDRow</command:noun>
      <maml:description>
        <maml:para>Creates a new row on the dashboard.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a new row on the dashboard. Columns are defined with New-UDColumn.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDRow</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AutoRefresh</maml:name>
          <maml:Description>
            <maml:para>Whether this row should autorefresh.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Endpoint</maml:name>
          <maml:Description>
            <maml:para>The endpoint to call when generating the content for this row.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of the row. This is the HTML markup ID.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>RefreshInterval</maml:name>
          <maml:Description>
            <maml:para>The number of seconds between refreshes.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-UDRow</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Columns</maml:name>
          <maml:Description>
            <maml:para>The columns to define for the row. These columns should be defined using New-UDColumn.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of the row. This is the HTML markup ID.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AutoRefresh</maml:name>
        <maml:Description>
          <maml:para>Whether this row should autorefresh.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Columns</maml:name>
        <maml:Description>
          <maml:para>The columns to define for the row. These columns should be defined using New-UDColumn.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Endpoint</maml:name>
        <maml:Description>
          <maml:para>The endpoint to call when generating the content for this row.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID of the row. This is the HTML markup ID.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>RefreshInterval</maml:name>
        <maml:Description>
          <maml:para>The number of seconds between refreshes.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>New-UDRow {
    New-UDColumn -Size 6 {
        New-UDCard -Content {} -BackgroundColor black
    }
    New-UDColumn -Size 6 {
        New-UDCard -Content {} -BackgroundColor black
    }
}</dev:code>
        <dev:remarks>
          <maml:para>Defines a row with two columns are equal size.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>New-UDRow {
    New-UDColumn -Size 6 {
        New-UDRow {
            New-UDColumn -Size 6 {
                New-UDCard -Content {} -BackgroundColor black
            }
            New-UDColumn -Size 6 {
                New-UDCard -Content {} -BackgroundColor black
            }
        }
    }
    New-UDColumn -Size 6 {
        New-UDCard -Content {} -BackgroundColor black
    }
}</dev:code>
        <dev:remarks>
          <maml:para>Defines a row with two columns are equal size. Inside the first column is another row with two columns.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>https://github.com/ironmansoftware/universal-dashboard/blob/master/src/UniversalDashboard/Help/New-UDRow.md</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDSelect</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDSelect</command:noun>
      <maml:description>
        <maml:para>Creates a select.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a select.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDSelect</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of this select.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Option</maml:name>
          <maml:Description>
            <maml:para>Options to display in this select. This should be generated with the New-UDSelectOption cmdlet.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>Label</maml:name>
          <maml:Description>
            <maml:para>The label to display within this select.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>OnChange</maml:name>
          <maml:Description>
            <maml:para>A script block to invoke when this select changes. The selected value is available in the script block in the $EventData variable.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>BrowserDefault</maml:name>
          <maml:Description>
            <maml:para>Whether to display the browser default select rather than the Materialize select.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Icons</maml:name>
          <maml:Description>
            <maml:para>Whether this select displays icons.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>MultiSelect</maml:name>
          <maml:Description>
            <maml:para>Whether this is a multi-select.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>BrowserDefault</maml:name>
        <maml:Description>
          <maml:para>Whether to display the browser default select rather than the Materialize select.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Icons</maml:name>
        <maml:Description>
          <maml:para>Whether this select displays icons.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID of this select.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>Label</maml:name>
        <maml:Description>
          <maml:para>The label to display within this select.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>MultiSelect</maml:name>
        <maml:Description>
          <maml:para>Whether this is a multi-select.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>OnChange</maml:name>
        <maml:Description>
          <maml:para>A script block to invoke when this select changes. The selected value is available in the script block in the $EventData variable.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Option</maml:name>
        <maml:Description>
          <maml:para>Options to display in this select. This should be generated with the New-UDSelectOption cmdlet.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>New-UDSelect -Label "State" -Option {
    New-UDSelectOption -Name "Wisconsin" -Value 1
    New-UDSelectOption -Name "Idaho" -Value 2
    New-UDSelectOption -Name "Washington" -Value 3
} -OnChange {
    Show-UDToast -Message $EventData
}</dev:code>
        <dev:remarks>
          <maml:para>Creates a select that allows you to select a state. It calls back to an OnChange endpoint when clicked.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>https://github.com/ironmansoftware/universal-dashboard/blob/master/src/UniversalDashboard/Help/New-UDSelect.md</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDSelectGroup</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDSelectGroup</command:noun>
      <maml:description>
        <maml:para></maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para></maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDSelectGroup</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Option</maml:name>
          <maml:Description>
            <maml:para></maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para></maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Name</maml:name>
        <maml:Description>
          <maml:para></maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Option</maml:name>
        <maml:Description>
          <maml:para></maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt;</dev:code>
        <dev:remarks>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDSelectOption</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDSelectOption</command:noun>
      <maml:description>
        <maml:para>Creates a select option for a select.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a select option for a select. This cmdlet is used with New-UDSelect.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDSelectOption</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>The name to display in the select.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Value</maml:name>
          <maml:Description>
            <maml:para>The value of this select option.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>Icon</maml:name>
          <maml:Description>
            <maml:para>An icon to display in this select option.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Disabled</maml:name>
          <maml:Description>
            <maml:para>Whether this option is disabled.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Selected</maml:name>
          <maml:Description>
            <maml:para>Whether this item is selected by default.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Disabled</maml:name>
        <maml:Description>
          <maml:para>Whether this option is disabled.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>Icon</maml:name>
        <maml:Description>
          <maml:para>An icon to display in this select option.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Name</maml:name>
        <maml:Description>
          <maml:para>The name to display in the select.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Selected</maml:name>
        <maml:Description>
          <maml:para>Whether this item is selected by default.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Value</maml:name>
        <maml:Description>
          <maml:para>The value of this select option.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDSelect -Label "State" -Option {
    New-UDSelectOption -Name "Wisconsin" -Value 1
    New-UDSelectOption -Name "Idaho" -Value 2
    New-UDSelectOption -Name "Washington" -Value 3
} -OnChange {
    $Session:State = $EventData
}</dev:code>
        <dev:remarks>
          <maml:para>Creates a select that allows you to select a state. It calls back to an OnChange endpoint when clicked.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDSideNav</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDSideNav</command:noun>
      <maml:description>
        <maml:para>Allows for configuration of the side navigation menu.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Allows for configuration of the side navigation menu.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDSideNav</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Content</maml:name>
          <maml:Description>
            <maml:para>The menu items for the side navigation menu. Use New-UDSideNavItem to add new items.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Fixed</maml:name>
          <maml:Description>
            <maml:para>Produces a fixed side navigation menu that does not include a popout hamburger menu.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of the menu.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Width</maml:name>
          <maml:Description>
            <maml:para>The width in pixels of the side navigation menu.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-UDSideNav</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Endpoint</maml:name>
          <maml:Description>
            <maml:para>Load items dynamically from an endpoint. Use New-UDSideNavItem to add new items.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Fixed</maml:name>
          <maml:Description>
            <maml:para>Produces a fixed side navigation menu that does not include a popout hamburger menu.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of the menu.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Width</maml:name>
          <maml:Description>
            <maml:para>The width in pixels of the side navigation menu.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-UDSideNav</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Fixed</maml:name>
          <maml:Description>
            <maml:para>Produces a fixed side navigation menu that does not include a popout hamburger menu.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of the menu.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>None</maml:name>
          <maml:Description>
            <maml:para>Hide the side navigation menu and hamburger menu button.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Width</maml:name>
          <maml:Description>
            <maml:para>The width in pixels of the side navigation menu.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Content</maml:name>
        <maml:Description>
          <maml:para>The menu items for the side navigation menu. Use New-UDSideNavItem to add new items.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Endpoint</maml:name>
        <maml:Description>
          <maml:para>Load items dynamically from an endpoint. Use New-UDSideNavItem to add new items.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Fixed</maml:name>
        <maml:Description>
          <maml:para>Produces a fixed side navigation menu that does not include a popout hamburger menu.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID of the menu.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>None</maml:name>
        <maml:Description>
          <maml:para>Hide the side navigation menu and hamburger menu button.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Width</maml:name>
        <maml:Description>
          <maml:para>The width in pixels of the side navigation menu.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$Page1 = New-UDPage -Name "Page Name" -Content { New-UDCard -Id 'page-1' }
$Page2 = New-UDPage -Name "Page Name 2" -Content { New-UDCard -Id 'page-2'}
 
$Navigation = New-UDSideNav -Content {
    New-UDSideNavItem -Text "My First Page" -PageName "Page Name" -Icon group
    New-UDSideNavItem -Text "My Second Page" -PageName "Page Name 2" -Icon User
    New-UDSideNavItem -Text "Google" -Url 'https://www.google.com' -Icon Users
}
 
$Dashboard = New-UDDashboard -Title "Navigation" -Pages @($Page1, $Page2) -Navigation $Navigation</dev:code>
        <dev:remarks>
          <maml:para>Creates a static navigation menu based on the SideNavItems listed in the content.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$Page1 = New-UDPage -Name "Page Name" -Content { New-UDCard -Id 'page-1' }
$Page2 = New-UDPage -Name "Page Name 2" -Content { New-UDCard -Id 'page-2'}
 
$Navigation = New-UDSideNav -None
 
New-UDDashboard -Title "Navigation" -Pages @($Page1, $Page2) -Navigation $Navigation</dev:code>
        <dev:remarks>
          <maml:para>Hides the side navigation menu and hamburger icon.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 3 --------------------------</maml:title>
        <dev:code>$Page1 = New-UDPage -Name "Page Name" -Content { New-UDCard -Id 'page-1' }
$Page2 = New-UDPage -Name "Page Name 2" -Content { New-UDCard -Id 'page-2'}
 
$Navigation = New-UDSideNav -Content {
    New-UDSideNavItem -Text "Section" -Children {
        New-UDSideNavItem -Text "My Second Page" -PageName "Page Name 2" -Icon User
        New-UDSideNavItem -Text "Google" -Url 'https://www.google.com' -Icon Users
    }
} -Fixed
 
New-UDDashboard -Title "Navigation" -Pages @($Page1, $Page2) -Navigation $Navigation</dev:code>
        <dev:remarks>
          <maml:para>Creates a side navigation menu with nested items with a fixed menu.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 4 --------------------------</maml:title>
        <dev:code>$Page1 = New-UDPage -Name "Page Name" -Content { New-UDCard -Id 'page-1' }
$Page2 = New-UDPage -Name "Page Name 2" -Content { New-UDCard -Id 'page-2'}
 
$Navigation = New-UDSideNav -Content {
    New-UDSideNavItem -Text "My First Page" -PageName "Page Name" -Icon group
    New-UDSideNavItem -Subheader -Text "Subheader"
    New-UDSideNavItem -Text "My Second Page" -PageName "Page Name 2" -Icon User
    New-UDSideNavItem -Divider
    New-UDSideNavItem -Text "Google" -Url 'https://www.google.com' -Icon Users
} -Fixed
 
New-UDDashboard -Title "Navigation" -Pages @($Page1, $Page2) -Navigation $Navigation</dev:code>
        <dev:remarks>
          <maml:para>Creates a side menu with sub headers and a divider.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 5 --------------------------</maml:title>
        <dev:code>$Page1 = New-UDPage -Name "Page Name" -Content { New-UDCard -Id 'page-1' }
$Page2 = New-UDPage -Name "Page Name 2" -Content { New-UDCard -Id 'page-2'}
 
$Navigation = New-UDSideNav -Endpoint {
    New-UDSideNavItem -Text "My First Page" -OnClick { Show-UDModal -Content { New-UDCard -Id "ModalCard" } } -Icon group
} -Fixed
 
New-UDDashboard -Title "Navigation" -Pages @($Page1, $Page2) -Navigation $Navigation</dev:code>
        <dev:remarks>
          <maml:para>Loads a side menu dynamically from an endpoint.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>https://go.microsoft.com/fwlink/?LinkID=217032</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDSideNavItem</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDSideNavItem</command:noun>
      <maml:description>
        <maml:para>Creates a side navigation menu item.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a side navigation menu item.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDSideNavItem</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Children</maml:name>
          <maml:Description>
            <maml:para>Adds children to this side navigation item. This creates a drop down element.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Icon</maml:name>
          <maml:Description>
            <maml:para>An icon to show next to the text.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">None</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">_500px</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_book</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_book_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_card</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_card_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">adjust</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">adn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_center</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_justify</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">amazon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ambulance</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">american_sign_language_interpreting</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">anchor</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">android</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angellist</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">apple</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">archive</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">area_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows_h</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows_v</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">asl_interpreting</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">assistive_listening_systems</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">asterisk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">at</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">audio_description</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">automobile</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">backward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">balance_scale</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ban</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bandcamp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bank</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bar_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bar_chart_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">barcode</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bath</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bathtub</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_0</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_4</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_empty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_full</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_quarter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_three_quarters</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bed</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">beer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">behance</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">behance_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell_slash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell_slash_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bicycle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">binoculars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">birthday_cake</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bitbucket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bitbucket_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bitcoin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">black_tie</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">blind</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bluetooth</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bluetooth_b</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bold</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bolt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bomb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">book</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bookmark</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bookmark_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">braille</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">briefcase</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">btc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bug</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">building</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">building_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bullhorn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bullseye</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">buysellads</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cab</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calculator</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_check_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_minus_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_plus_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_times_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">camera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">camera_retro</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">car</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cart_arrow_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cart_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_amex</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_diners_club</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_discover</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_jcb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_mastercard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_paypal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_stripe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_visa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">certificate</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chain</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chain_broken</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">child</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chrome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle_o_notch</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle_thin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">clipboard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">clock_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">clone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">close</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cloud</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cloud_download</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cloud_upload</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cny</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">code</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">code_fork</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">codepen</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">codiepie</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">coffee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cog</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cogs</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">columns</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comment</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comment_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">commenting</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">commenting_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comments</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comments_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">compass</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">compress</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">connectdevelop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">contao</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">copy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">copyright</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">creative_commons</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">credit_card</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">credit_card_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">crop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">crosshairs</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">css3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cube</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cubes</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cut</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cutlery</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dashboard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dashcube</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">database</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">deaf</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">deafness</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dedent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">delicious</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">desktop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">deviantart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">diamond</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">digg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dollar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dot_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">download</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dribbble</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">drivers_license</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">drivers_license_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dropbox</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">drupal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">edge</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">edit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eercast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eject</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ellipsis_h</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ellipsis_v</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">empire</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_open</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_open_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envira</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eraser</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">etsy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eur</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">euro</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exchange</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exclamation</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exclamation_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exclamation_triangle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">expand</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">expeditedssl</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">external_link</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">external_link_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eye</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eye_slash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eyedropper</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook_f</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook_official</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fast_backward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fast_forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fax</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">feed</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">female</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fighter_jet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_archive_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_audio_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_code_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_excel_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_image_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_movie_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_pdf_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_photo_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_picture_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_powerpoint_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_sound_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_text</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_text_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_video_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_word_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_zip_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">files_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">film</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">filter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fire</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fire_extinguisher</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">firefox</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">first_order</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flag_checkered</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flag_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flask</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flickr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">floppy_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder_open</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder_open_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">font</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">font_awesome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fonticons</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fort_awesome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">forumbee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">foursquare</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">free_code_camp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">frown_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">futbol_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gamepad</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gavel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gbp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ge</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gear</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gears</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">genderless</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">get_pocket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gg_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gift</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">git</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">git_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">github</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">github_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">github_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gitlab</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gittip</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">glass</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">glide</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">glide_g</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">globe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus_official</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_wallet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">graduation_cap</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gratipay</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">grav</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">group</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">h_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hacker_news</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_grab_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_lizard_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_paper_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_peace_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_pointer_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_rock_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_scissors_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_spock_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_stop_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">handshake_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hard_of_hearing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hashtag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hdd_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">header</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">headphones</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">heart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">heart_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">heartbeat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">history</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">home</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hospital_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hotel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_end</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_start</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">houzz</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">html5</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">i_cursor</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">id_badge</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">id_card</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">id_card_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ils</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">image</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">imdb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">inbox</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">indent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">industry</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">info</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">info_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">inr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">instagram</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">institution</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">internet_explorer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">intersex</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ioxhost</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">italic</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">joomla</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">jpy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">jsfiddle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">key</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">keyboard_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">krw</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">language</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">laptop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lastfm</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lastfm_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">leaf</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">leanpub</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">legal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lemon_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">level_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">level_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_bouy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_buoy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_ring</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_saver</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lightbulb_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">line_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">link</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linkedin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linkedin_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linode</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linux</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list_ol</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list_ul</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">location_arrow</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">_lock</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">low_vision</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">magic</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">magnet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mail_forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mail_reply</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mail_reply_all</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">male</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_marker</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_pin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_signs</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_double</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_stroke</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_stroke_h</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_stroke_v</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">maxcdn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">meanpath</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">medium</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">medkit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">meetup</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">meh_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mercury</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">microchip</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">microphone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">microphone_slash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mixcloud</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mobile</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mobile_phone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">modx</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">money</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">moon_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mortar_board</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">motorcycle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mouse_pointer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">music</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">navicon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">neuter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">newspaper_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">object_group</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">object_ungroup</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">odnoklassniki</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">odnoklassniki_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">opencart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">openid</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">opera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">optin_monster</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">outdent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pagelines</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paint_brush</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paper_plane</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paper_plane_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paperclip</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paragraph</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paste</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pause</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pause_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pause_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paw</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paypal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pencil</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pencil_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pencil_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">percent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">phone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">phone_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">photo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">picture_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pie_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pied_piper</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pied_piper_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pied_piper_pp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pinterest</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pinterest_p</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pinterest_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plane</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">play</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">play_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">play_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plug</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">podcast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">power_off</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">print</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">product_hunt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">puzzle_piece</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">qq</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">qrcode</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">question</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">question_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">question_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">quora</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">quote_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">quote_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ra</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">random</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ravelry</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rebel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">recycle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reddit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reddit_alien</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reddit_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">refresh</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">registered</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">remove</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">renren</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reorder</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">repeat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reply</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reply_all</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">resistance</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">retweet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rmb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">road</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rocket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rotate_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rotate_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rouble</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rss</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rss_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rub</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ruble</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rupee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">s15</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">safari</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">save</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">scissors</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">scribd</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">search</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">search_minus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">search_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sellsy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">send</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">send_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">server</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_alt_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shekel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sheqel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shield</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ship</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shirtsinbulk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shopping_bag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shopping_basket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shopping_cart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shower</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sign_in</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sign_language</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sign_out</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">signal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">signing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">simplybuilt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sitemap</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">skyatlas</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">skype</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">slack</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sliders</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">slideshare</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">smile_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snapchat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snapchat_ghost</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snapchat_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snowflake_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">soccer_ball_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_alpha_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_alpha_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_amount_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_amount_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_numeric_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_numeric_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">soundcloud</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">space_shuttle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">spinner</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">spoon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">spotify</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stack_exchange</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stack_overflow</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half_empty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half_full</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">steam</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">steam_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">step_backward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">step_forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stethoscope</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sticky_note</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sticky_note_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stop_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stop_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">street_view</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">strikethrough</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stumbleupon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stumbleupon_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">subscript</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">subway</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">suitcase</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sun_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">superpowers</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">superscript</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">support</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">table</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tablet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tachometer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tags</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tasks</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">taxi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">telegram</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">television</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tencent_weibo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">terminal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">text_height</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">text_width</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">th</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">th_large</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">th_list</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">themeisle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_0</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_4</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_empty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_full</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_quarter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_three_quarters</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumb_tack</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ticket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_rectangle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_rectangle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tint</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_off</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_on</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trademark</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">train</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">transgender</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">transgender_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trash_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tree</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trello</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tripadvisor</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trophy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">truck</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">_try</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tumblr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tumblr_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">turkish_lira</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tv</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">twitch</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">twitter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">twitter_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">umbrella</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">underline</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">undo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">universal_access</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">university</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unlink</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unlock</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unlock_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unsorted</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">upload</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">usb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">usd</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_md</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_secret</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_times</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">users</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vcard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vcard_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">venus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">venus_double</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">venus_mars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">viacoin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">viadeo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">viadeo_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">video_camera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vimeo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vimeo_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vine</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_control_phone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_off</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">warning</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wechat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">weibo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">weixin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">whatsapp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wheelchair</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wheelchair_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wifi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wikipedia_w</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_close</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_close_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_maximize</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_minimize</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_restore</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">windows</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">won</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wordpress</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wpbeginner</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wpexplorer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wpforms</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wrench</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">xing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">xing_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">y_combinator</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">y_combinator_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yahoo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yc_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yelp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yen</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yoast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">youtube</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">youtube_play</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">youtube_square</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">FontAwesomeIcons</command:parameterValue>
          <dev:type>
            <maml:name>FontAwesomeIcons</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The id of the component.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>SubHeader</maml:name>
          <maml:Description>
            <maml:para>This item is a sub header.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Text</maml:name>
          <maml:Description>
            <maml:para>The text to display.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-UDSideNavItem</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Divider</maml:name>
          <maml:Description>
            <maml:para>Inserts a divider into the side navigation menu.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The id of the component.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-UDSideNavItem</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Icon</maml:name>
          <maml:Description>
            <maml:para>An icon to show next to the text.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">None</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">_500px</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_book</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_book_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_card</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_card_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">adjust</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">adn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_center</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_justify</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">amazon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ambulance</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">american_sign_language_interpreting</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">anchor</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">android</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angellist</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">apple</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">archive</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">area_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows_h</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows_v</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">asl_interpreting</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">assistive_listening_systems</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">asterisk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">at</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">audio_description</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">automobile</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">backward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">balance_scale</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ban</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bandcamp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bank</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bar_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bar_chart_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">barcode</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bath</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bathtub</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_0</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_4</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_empty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_full</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_quarter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_three_quarters</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bed</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">beer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">behance</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">behance_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell_slash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell_slash_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bicycle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">binoculars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">birthday_cake</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bitbucket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bitbucket_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bitcoin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">black_tie</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">blind</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bluetooth</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bluetooth_b</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bold</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bolt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bomb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">book</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bookmark</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bookmark_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">braille</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">briefcase</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">btc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bug</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">building</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">building_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bullhorn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bullseye</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">buysellads</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cab</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calculator</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_check_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_minus_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_plus_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_times_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">camera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">camera_retro</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">car</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cart_arrow_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cart_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_amex</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_diners_club</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_discover</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_jcb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_mastercard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_paypal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_stripe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_visa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">certificate</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chain</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chain_broken</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">child</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chrome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle_o_notch</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle_thin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">clipboard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">clock_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">clone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">close</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cloud</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cloud_download</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cloud_upload</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cny</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">code</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">code_fork</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">codepen</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">codiepie</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">coffee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cog</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cogs</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">columns</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comment</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comment_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">commenting</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">commenting_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comments</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comments_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">compass</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">compress</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">connectdevelop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">contao</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">copy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">copyright</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">creative_commons</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">credit_card</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">credit_card_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">crop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">crosshairs</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">css3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cube</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cubes</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cut</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cutlery</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dashboard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dashcube</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">database</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">deaf</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">deafness</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dedent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">delicious</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">desktop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">deviantart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">diamond</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">digg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dollar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dot_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">download</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dribbble</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">drivers_license</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">drivers_license_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dropbox</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">drupal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">edge</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">edit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eercast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eject</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ellipsis_h</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ellipsis_v</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">empire</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_open</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_open_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envira</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eraser</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">etsy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eur</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">euro</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exchange</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exclamation</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exclamation_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exclamation_triangle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">expand</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">expeditedssl</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">external_link</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">external_link_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eye</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eye_slash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eyedropper</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook_f</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook_official</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fast_backward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fast_forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fax</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">feed</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">female</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fighter_jet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_archive_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_audio_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_code_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_excel_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_image_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_movie_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_pdf_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_photo_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_picture_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_powerpoint_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_sound_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_text</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_text_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_video_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_word_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_zip_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">files_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">film</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">filter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fire</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fire_extinguisher</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">firefox</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">first_order</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flag_checkered</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flag_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flask</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flickr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">floppy_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder_open</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder_open_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">font</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">font_awesome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fonticons</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fort_awesome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">forumbee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">foursquare</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">free_code_camp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">frown_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">futbol_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gamepad</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gavel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gbp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ge</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gear</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gears</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">genderless</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">get_pocket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gg_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gift</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">git</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">git_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">github</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">github_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">github_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gitlab</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gittip</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">glass</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">glide</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">glide_g</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">globe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus_official</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_wallet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">graduation_cap</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gratipay</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">grav</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">group</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">h_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hacker_news</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_grab_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_lizard_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_paper_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_peace_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_pointer_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_rock_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_scissors_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_spock_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_stop_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">handshake_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hard_of_hearing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hashtag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hdd_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">header</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">headphones</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">heart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">heart_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">heartbeat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">history</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">home</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hospital_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hotel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_end</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_start</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">houzz</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">html5</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">i_cursor</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">id_badge</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">id_card</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">id_card_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ils</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">image</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">imdb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">inbox</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">indent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">industry</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">info</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">info_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">inr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">instagram</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">institution</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">internet_explorer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">intersex</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ioxhost</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">italic</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">joomla</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">jpy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">jsfiddle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">key</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">keyboard_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">krw</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">language</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">laptop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lastfm</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lastfm_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">leaf</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">leanpub</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">legal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lemon_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">level_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">level_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_bouy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_buoy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_ring</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_saver</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lightbulb_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">line_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">link</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linkedin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linkedin_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linode</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linux</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list_ol</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list_ul</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">location_arrow</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">_lock</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">low_vision</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">magic</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">magnet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mail_forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mail_reply</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mail_reply_all</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">male</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_marker</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_pin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_signs</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_double</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_stroke</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_stroke_h</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_stroke_v</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">maxcdn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">meanpath</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">medium</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">medkit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">meetup</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">meh_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mercury</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">microchip</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">microphone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">microphone_slash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mixcloud</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mobile</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mobile_phone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">modx</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">money</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">moon_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mortar_board</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">motorcycle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mouse_pointer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">music</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">navicon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">neuter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">newspaper_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">object_group</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">object_ungroup</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">odnoklassniki</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">odnoklassniki_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">opencart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">openid</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">opera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">optin_monster</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">outdent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pagelines</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paint_brush</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paper_plane</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paper_plane_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paperclip</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paragraph</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paste</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pause</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pause_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pause_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paw</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paypal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pencil</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pencil_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pencil_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">percent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">phone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">phone_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">photo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">picture_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pie_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pied_piper</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pied_piper_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pied_piper_pp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pinterest</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pinterest_p</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pinterest_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plane</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">play</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">play_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">play_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plug</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">podcast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">power_off</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">print</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">product_hunt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">puzzle_piece</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">qq</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">qrcode</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">question</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">question_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">question_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">quora</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">quote_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">quote_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ra</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">random</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ravelry</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rebel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">recycle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reddit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reddit_alien</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reddit_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">refresh</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">registered</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">remove</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">renren</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reorder</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">repeat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reply</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reply_all</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">resistance</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">retweet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rmb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">road</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rocket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rotate_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rotate_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rouble</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rss</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rss_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rub</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ruble</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rupee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">s15</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">safari</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">save</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">scissors</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">scribd</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">search</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">search_minus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">search_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sellsy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">send</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">send_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">server</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_alt_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shekel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sheqel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shield</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ship</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shirtsinbulk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shopping_bag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shopping_basket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shopping_cart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shower</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sign_in</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sign_language</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sign_out</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">signal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">signing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">simplybuilt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sitemap</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">skyatlas</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">skype</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">slack</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sliders</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">slideshare</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">smile_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snapchat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snapchat_ghost</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snapchat_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snowflake_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">soccer_ball_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_alpha_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_alpha_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_amount_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_amount_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_numeric_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_numeric_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">soundcloud</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">space_shuttle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">spinner</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">spoon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">spotify</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stack_exchange</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stack_overflow</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half_empty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half_full</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">steam</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">steam_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">step_backward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">step_forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stethoscope</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sticky_note</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sticky_note_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stop_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stop_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">street_view</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">strikethrough</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stumbleupon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stumbleupon_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">subscript</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">subway</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">suitcase</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sun_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">superpowers</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">superscript</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">support</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">table</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tablet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tachometer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tags</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tasks</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">taxi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">telegram</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">television</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tencent_weibo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">terminal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">text_height</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">text_width</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">th</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">th_large</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">th_list</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">themeisle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_0</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_4</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_empty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_full</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_quarter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_three_quarters</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumb_tack</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ticket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_rectangle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_rectangle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tint</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_off</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_on</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trademark</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">train</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">transgender</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">transgender_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trash_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tree</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trello</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tripadvisor</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trophy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">truck</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">_try</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tumblr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tumblr_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">turkish_lira</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tv</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">twitch</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">twitter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">twitter_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">umbrella</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">underline</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">undo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">universal_access</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">university</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unlink</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unlock</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unlock_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unsorted</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">upload</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">usb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">usd</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_md</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_secret</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_times</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">users</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vcard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vcard_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">venus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">venus_double</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">venus_mars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">viacoin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">viadeo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">viadeo_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">video_camera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vimeo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vimeo_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vine</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_control_phone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_off</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">warning</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wechat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">weibo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">weixin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">whatsapp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wheelchair</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wheelchair_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wifi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wikipedia_w</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_close</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_close_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_maximize</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_minimize</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_restore</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">windows</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">won</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wordpress</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wpbeginner</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wpexplorer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wpforms</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wrench</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">xing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">xing_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">y_combinator</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">y_combinator_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yahoo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yc_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yelp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yen</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yoast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">youtube</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">youtube_play</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">youtube_square</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">FontAwesomeIcons</command:parameterValue>
          <dev:type>
            <maml:name>FontAwesomeIcons</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The id of the component.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Text</maml:name>
          <maml:Description>
            <maml:para>The text to display.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="PageName">
          <maml:name>Url</maml:name>
          <maml:Description>
            <maml:para>The URL or PageName to navigate to when clicked.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-UDSideNavItem</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Icon</maml:name>
          <maml:Description>
            <maml:para>An icon to show next to the text.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">None</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">_500px</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_book</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_book_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_card</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_card_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">adjust</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">adn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_center</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_justify</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">amazon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ambulance</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">american_sign_language_interpreting</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">anchor</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">android</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angellist</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">apple</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">archive</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">area_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows_h</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows_v</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">asl_interpreting</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">assistive_listening_systems</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">asterisk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">at</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">audio_description</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">automobile</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">backward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">balance_scale</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ban</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bandcamp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bank</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bar_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bar_chart_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">barcode</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bath</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bathtub</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_0</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_4</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_empty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_full</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_quarter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_three_quarters</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bed</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">beer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">behance</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">behance_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell_slash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell_slash_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bicycle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">binoculars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">birthday_cake</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bitbucket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bitbucket_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bitcoin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">black_tie</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">blind</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bluetooth</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bluetooth_b</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bold</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bolt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bomb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">book</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bookmark</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bookmark_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">braille</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">briefcase</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">btc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bug</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">building</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">building_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bullhorn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bullseye</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">buysellads</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cab</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calculator</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_check_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_minus_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_plus_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_times_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">camera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">camera_retro</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">car</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cart_arrow_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cart_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_amex</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_diners_club</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_discover</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_jcb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_mastercard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_paypal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_stripe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_visa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">certificate</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chain</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chain_broken</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">child</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chrome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle_o_notch</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle_thin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">clipboard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">clock_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">clone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">close</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cloud</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cloud_download</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cloud_upload</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cny</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">code</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">code_fork</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">codepen</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">codiepie</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">coffee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cog</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cogs</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">columns</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comment</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comment_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">commenting</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">commenting_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comments</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comments_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">compass</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">compress</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">connectdevelop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">contao</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">copy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">copyright</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">creative_commons</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">credit_card</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">credit_card_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">crop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">crosshairs</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">css3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cube</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cubes</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cut</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cutlery</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dashboard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dashcube</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">database</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">deaf</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">deafness</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dedent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">delicious</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">desktop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">deviantart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">diamond</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">digg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dollar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dot_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">download</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dribbble</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">drivers_license</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">drivers_license_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dropbox</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">drupal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">edge</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">edit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eercast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eject</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ellipsis_h</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ellipsis_v</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">empire</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_open</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_open_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envira</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eraser</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">etsy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eur</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">euro</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exchange</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exclamation</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exclamation_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exclamation_triangle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">expand</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">expeditedssl</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">external_link</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">external_link_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eye</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eye_slash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eyedropper</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook_f</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook_official</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fast_backward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fast_forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fax</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">feed</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">female</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fighter_jet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_archive_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_audio_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_code_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_excel_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_image_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_movie_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_pdf_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_photo_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_picture_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_powerpoint_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_sound_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_text</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_text_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_video_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_word_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_zip_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">files_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">film</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">filter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fire</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fire_extinguisher</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">firefox</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">first_order</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flag_checkered</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flag_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flask</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flickr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">floppy_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder_open</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder_open_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">font</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">font_awesome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fonticons</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fort_awesome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">forumbee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">foursquare</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">free_code_camp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">frown_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">futbol_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gamepad</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gavel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gbp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ge</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gear</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gears</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">genderless</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">get_pocket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gg_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gift</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">git</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">git_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">github</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">github_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">github_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gitlab</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gittip</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">glass</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">glide</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">glide_g</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">globe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus_official</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_wallet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">graduation_cap</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gratipay</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">grav</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">group</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">h_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hacker_news</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_grab_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_lizard_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_paper_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_peace_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_pointer_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_rock_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_scissors_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_spock_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_stop_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">handshake_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hard_of_hearing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hashtag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hdd_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">header</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">headphones</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">heart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">heart_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">heartbeat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">history</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">home</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hospital_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hotel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_end</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_start</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">houzz</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">html5</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">i_cursor</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">id_badge</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">id_card</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">id_card_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ils</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">image</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">imdb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">inbox</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">indent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">industry</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">info</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">info_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">inr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">instagram</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">institution</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">internet_explorer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">intersex</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ioxhost</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">italic</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">joomla</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">jpy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">jsfiddle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">key</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">keyboard_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">krw</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">language</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">laptop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lastfm</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lastfm_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">leaf</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">leanpub</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">legal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lemon_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">level_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">level_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_bouy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_buoy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_ring</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_saver</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lightbulb_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">line_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">link</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linkedin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linkedin_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linode</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linux</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list_ol</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list_ul</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">location_arrow</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">_lock</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">low_vision</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">magic</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">magnet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mail_forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mail_reply</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mail_reply_all</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">male</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_marker</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_pin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_signs</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_double</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_stroke</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_stroke_h</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_stroke_v</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">maxcdn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">meanpath</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">medium</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">medkit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">meetup</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">meh_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mercury</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">microchip</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">microphone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">microphone_slash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mixcloud</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mobile</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mobile_phone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">modx</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">money</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">moon_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mortar_board</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">motorcycle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mouse_pointer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">music</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">navicon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">neuter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">newspaper_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">object_group</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">object_ungroup</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">odnoklassniki</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">odnoklassniki_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">opencart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">openid</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">opera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">optin_monster</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">outdent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pagelines</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paint_brush</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paper_plane</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paper_plane_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paperclip</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paragraph</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paste</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pause</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pause_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pause_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paw</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paypal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pencil</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pencil_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pencil_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">percent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">phone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">phone_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">photo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">picture_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pie_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pied_piper</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pied_piper_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pied_piper_pp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pinterest</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pinterest_p</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pinterest_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plane</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">play</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">play_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">play_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plug</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">podcast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">power_off</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">print</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">product_hunt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">puzzle_piece</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">qq</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">qrcode</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">question</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">question_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">question_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">quora</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">quote_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">quote_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ra</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">random</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ravelry</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rebel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">recycle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reddit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reddit_alien</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reddit_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">refresh</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">registered</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">remove</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">renren</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reorder</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">repeat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reply</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reply_all</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">resistance</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">retweet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rmb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">road</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rocket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rotate_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rotate_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rouble</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rss</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rss_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rub</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ruble</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rupee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">s15</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">safari</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">save</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">scissors</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">scribd</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">search</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">search_minus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">search_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sellsy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">send</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">send_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">server</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_alt_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shekel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sheqel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shield</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ship</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shirtsinbulk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shopping_bag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shopping_basket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shopping_cart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shower</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sign_in</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sign_language</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sign_out</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">signal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">signing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">simplybuilt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sitemap</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">skyatlas</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">skype</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">slack</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sliders</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">slideshare</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">smile_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snapchat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snapchat_ghost</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snapchat_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snowflake_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">soccer_ball_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_alpha_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_alpha_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_amount_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_amount_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_numeric_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_numeric_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">soundcloud</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">space_shuttle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">spinner</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">spoon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">spotify</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stack_exchange</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stack_overflow</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half_empty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half_full</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">steam</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">steam_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">step_backward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">step_forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stethoscope</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sticky_note</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sticky_note_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stop_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stop_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">street_view</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">strikethrough</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stumbleupon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stumbleupon_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">subscript</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">subway</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">suitcase</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sun_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">superpowers</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">superscript</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">support</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">table</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tablet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tachometer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tags</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tasks</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">taxi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">telegram</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">television</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tencent_weibo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">terminal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">text_height</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">text_width</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">th</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">th_large</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">th_list</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">themeisle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_0</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_4</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_empty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_full</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_quarter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_three_quarters</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumb_tack</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ticket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_rectangle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_rectangle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tint</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_off</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_on</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trademark</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">train</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">transgender</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">transgender_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trash_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tree</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trello</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tripadvisor</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trophy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">truck</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">_try</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tumblr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tumblr_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">turkish_lira</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tv</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">twitch</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">twitter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">twitter_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">umbrella</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">underline</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">undo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">universal_access</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">university</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unlink</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unlock</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unlock_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unsorted</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">upload</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">usb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">usd</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_md</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_secret</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_times</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">users</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vcard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vcard_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">venus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">venus_double</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">venus_mars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">viacoin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">viadeo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">viadeo_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">video_camera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vimeo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vimeo_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vine</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_control_phone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_off</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">warning</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wechat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">weibo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">weixin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">whatsapp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wheelchair</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wheelchair_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wifi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wikipedia_w</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_close</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_close_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_maximize</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_minimize</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_restore</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">windows</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">won</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wordpress</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wpbeginner</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wpexplorer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wpforms</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wrench</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">xing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">xing_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">y_combinator</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">y_combinator_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yahoo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yc_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yelp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yen</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yoast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">youtube</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">youtube_play</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">youtube_square</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">FontAwesomeIcons</command:parameterValue>
          <dev:type>
            <maml:name>FontAwesomeIcons</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The id of the component.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>OnClick</maml:name>
          <maml:Description>
            <maml:para>An endpoint or script block to invoke when this item is clicked.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Text</maml:name>
          <maml:Description>
            <maml:para>The text to display.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Children</maml:name>
        <maml:Description>
          <maml:para>Adds children to this side navigation item. This creates a drop down element.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Divider</maml:name>
        <maml:Description>
          <maml:para>Inserts a divider into the side navigation menu.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Icon</maml:name>
        <maml:Description>
          <maml:para>An icon to show next to the text.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">FontAwesomeIcons</command:parameterValue>
        <dev:type>
          <maml:name>FontAwesomeIcons</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The id of the component.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>OnClick</maml:name>
        <maml:Description>
          <maml:para>An endpoint or script block to invoke when this item is clicked.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>SubHeader</maml:name>
        <maml:Description>
          <maml:para>This item is a sub header.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Text</maml:name>
        <maml:Description>
          <maml:para>The text to display.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="PageName">
        <maml:name>Url</maml:name>
        <maml:Description>
          <maml:para>The URL or PageName to navigate to when clicked.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$Page1 = New-UDPage -Name "Page Name" -Content { New-UDCard -Id 'page-1' }
$Page2 = New-UDPage -Name "Page Name 2" -Content { New-UDCard -Id 'page-2'}
 
$Navigation = New-UDSideNav -Content {
    New-UDSideNavItem -Text "My First Page" -PageName "Page Name" -Icon group
    New-UDSideNavItem -Text "My Second Page" -PageName "Page Name 2" -Icon User
    New-UDSideNavItem -Text "Google" -Url 'https://www.google.com' -Icon Users
}
 
$Dashboard = New-UDDashboard -Title "Navigation" -Pages @($Page1, $Page2) -Navigation $Navigation</dev:code>
        <dev:remarks>
          <maml:para>Creates a static navigation menu based on the SideNavItems listed in the content.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$Page1 = New-UDPage -Name "Page Name" -Content { New-UDCard -Id 'page-1' }
$Page2 = New-UDPage -Name "Page Name 2" -Content { New-UDCard -Id 'page-2'}
 
$Navigation = New-UDSideNav -None
 
New-UDDashboard -Title "Navigation" -Pages @($Page1, $Page2) -Navigation $Navigation</dev:code>
        <dev:remarks>
          <maml:para>Hides the side navigation menu and hamburger icon.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 3 --------------------------</maml:title>
        <dev:code>$Page1 = New-UDPage -Name "Page Name" -Content { New-UDCard -Id 'page-1' }
$Page2 = New-UDPage -Name "Page Name 2" -Content { New-UDCard -Id 'page-2'}
 
$Navigation = New-UDSideNav -Content {
    New-UDSideNavItem -Text "Section" -Children {
        New-UDSideNavItem -Text "My Second Page" -PageName "Page Name 2" -Icon User
        New-UDSideNavItem -Text "Google" -Url 'https://www.google.com' -Icon Users
    }
} -Fixed
 
New-UDDashboard -Title "Navigation" -Pages @($Page1, $Page2) -Navigation $Navigation</dev:code>
        <dev:remarks>
          <maml:para>Creates a side navigation menu with nested items with a fixed menu.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 4 --------------------------</maml:title>
        <dev:code>$Page1 = New-UDPage -Name "Page Name" -Content { New-UDCard -Id 'page-1' }
$Page2 = New-UDPage -Name "Page Name 2" -Content { New-UDCard -Id 'page-2'}
 
$Navigation = New-UDSideNav -Content {
    New-UDSideNavItem -Text "My First Page" -PageName "Page Name" -Icon group
    New-UDSideNavItem -Subheader -Text "Subheader"
    New-UDSideNavItem -Text "My Second Page" -PageName "Page Name 2" -Icon User
    New-UDSideNavItem -Divider
    New-UDSideNavItem -Text "Google" -Url 'https://www.google.com' -Icon Users
} -Fixed
 
New-UDDashboard -Title "Navigation" -Pages @($Page1, $Page2) -Navigation $Navigation</dev:code>
        <dev:remarks>
          <maml:para>Creates a side menu with sub headers and a divider.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 5 --------------------------</maml:title>
        <dev:code>$Page1 = New-UDPage -Name "Page Name" -Content { New-UDCard -Id 'page-1' }
$Page2 = New-UDPage -Name "Page Name 2" -Content { New-UDCard -Id 'page-2'}
 
$Navigation = New-UDSideNav -Endpoint {
    New-UDSideNavItem -Text "My First Page" -OnClick { Show-UDModal -Content { New-UDCard -Id "ModalCard" } } -Icon group
} -Fixed
 
New-UDDashboard -Title "Navigation" -Pages @($Page1, $Page2) -Navigation $Navigation</dev:code>
        <dev:remarks>
          <maml:para>Loads a side menu dynamically from an endpoint.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>https://go.microsoft.com/fwlink/?LinkID=217032</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDSpan</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDSpan</command:noun>
      <maml:description>
        <maml:para>Creates a span of content.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a span of content.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDSpan</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID for this span.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Content</maml:name>
          <maml:Description>
            <maml:para>Content for this span.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Content</maml:name>
        <maml:Description>
          <maml:para>Content for this span.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID for this span.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDSpan -Content {
    New-UDHeading -Text "Header"
}</dev:code>
        <dev:remarks>
          <maml:para>Creates a header within a span.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDSparklines</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDSparklines</command:noun>
      <maml:description>
        <maml:para>Mini charts that are good for tables and grids.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Mini charts that are good for tables and grids.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDSparklines</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of this sparkline.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Data</maml:name>
          <maml:Description>
            <maml:para>Data to show in the spark line. This should be an array of numbers.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Single[]</command:parameterValue>
          <dev:type>
            <maml:name>Single[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>The type of sparkline.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">lines</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">both</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>Width</maml:name>
          <maml:Description>
            <maml:para>The width, in pixels, of the sparkline.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>Height</maml:name>
          <maml:Description>
            <maml:para>The height of the sparkline in pixels.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
          <maml:name>Margin</maml:name>
          <maml:Description>
            <maml:para>The marin in pixels around the sparkline.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
          <maml:name>Minimum</maml:name>
          <maml:Description>
            <maml:para>The minimum value to display in the sparkline.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Single</command:parameterValue>
          <dev:type>
            <maml:name>Single</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
          <maml:name>Maximum</maml:name>
          <maml:Description>
            <maml:para>The maximum value to display in the sparkline.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Single</command:parameterValue>
          <dev:type>
            <maml:name>Single</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
          <maml:name>Color</maml:name>
          <maml:Description>
            <maml:para>Color of the sparkline.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="9" aliases="none">
          <maml:name>Style</maml:name>
          <maml:Description>
            <maml:para>A CSS style to apply to the sparkline.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
          <dev:type>
            <maml:name>Hashtable</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
        <maml:name>Color</maml:name>
        <maml:Description>
          <maml:para>Color of the sparkline.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Data</maml:name>
        <maml:Description>
          <maml:para>Data to show in the spark line. This should be an array of numbers.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Single[]</command:parameterValue>
        <dev:type>
          <maml:name>Single[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
        <maml:name>Height</maml:name>
        <maml:Description>
          <maml:para>The height of the sparkline in pixels.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID of this sparkline.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
        <maml:name>Margin</maml:name>
        <maml:Description>
          <maml:para>The marin in pixels around the sparkline.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
        <maml:name>Maximum</maml:name>
        <maml:Description>
          <maml:para>The maximum value to display in the sparkline.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Single</command:parameterValue>
        <dev:type>
          <maml:name>Single</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
        <maml:name>Minimum</maml:name>
        <maml:Description>
          <maml:para>The minimum value to display in the sparkline.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Single</command:parameterValue>
        <dev:type>
          <maml:name>Single</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="9" aliases="none">
        <maml:name>Style</maml:name>
        <maml:Description>
          <maml:para>A CSS style to apply to the sparkline.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
        <dev:type>
          <maml:name>Hashtable</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>Type</maml:name>
        <maml:Description>
          <maml:para>The type of sparkline.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>Width</maml:name>
        <maml:Description>
          <maml:para>The width, in pixels, of the sparkline.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>----------------------------- Line -----------------------------</maml:title>
        <dev:code>New-UDSparklines -Data @(13,45,12,34,12,64) -Color blue -Type lines -Height 100 -Width 500 -Margin 10</dev:code>
        <dev:remarks>
          <maml:para>Creates a blue line sparkline</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>----------------------------- Bar -----------------------------</maml:title>
        <dev:code>New-UDSparklines -Data @(13,45,12,34,12,64) -Color blue -Type bars -Height 100 -Width 500 -Margin 10</dev:code>
        <dev:remarks>
          <maml:para>Creates a blue bar sparkline</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDSplitPane</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDSplitPane</command:noun>
      <maml:description>
        <maml:para>Creates a split pane between two controls that you can adjust the size of.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a split pane between two controls that you can adjust the size of.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDSplitPane</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Id of the split pane.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Content</maml:name>
          <maml:Description>
            <maml:para>The controls to create the split pane for. This is should contain exactly two controls.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>Direction</maml:name>
          <maml:Description>
            <maml:para>Whether you want a split panel that is vertical or horizontal</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">vertical</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">horizontal</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>MinimumSize</maml:name>
          <maml:Description>
            <maml:para>Minimum size in pixels of the panes.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>DefaultSize</maml:name>
          <maml:Description>
            <maml:para>The default size in pixels of the top or left component.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Content</maml:name>
        <maml:Description>
          <maml:para>The controls to create the split pane for. This is should contain exactly two controls.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
        <maml:name>DefaultSize</maml:name>
        <maml:Description>
          <maml:para>The default size in pixels of the top or left component.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>Direction</maml:name>
        <maml:Description>
          <maml:para>Whether you want a split panel that is vertical or horizontal</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>Id of the split pane.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>MinimumSize</maml:name>
        <maml:Description>
          <maml:para>Minimum size in pixels of the panes.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------------ Vertical Pane ------------------------</maml:title>
        <dev:code>New-UDSplitPane -Content {
    New-UDCard -Title 'Side 1' -Content {}
    New-UDCard -Title 'Side 2' -Content {}
}</dev:code>
        <dev:remarks>
          <maml:para>Creates a vertical split pane.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>----------------------- Horizontal Pane -----------------------</maml:title>
        <dev:code>New-UDSplitPane -Content {
    New-UDCard -Title 'Side 1' -Content {}
    New-UDCard -Title 'Side 2' -Content {}
} -Direction horizontal</dev:code>
        <dev:remarks>
          <maml:para>Creates a horizontal split pane.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDSwitch</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDSwitch</command:noun>
      <maml:description>
        <maml:para>Creates a switch control.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a switch control. Switches are similar in function to checkboxes but use a different style.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDSwitch</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of this switch.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>OnText</maml:name>
          <maml:Description>
            <maml:para>The text displayed when this switch is in the on position.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>OffText</maml:name>
          <maml:Description>
            <maml:para>The text displayed when this switch is in the off position.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>OnChange</maml:name>
          <maml:Description>
            <maml:para>OnChange script block handler for this control.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Disabled</maml:name>
          <maml:Description>
            <maml:para>Whether this switch is disabled.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>On</maml:name>
          <maml:Description>
            <maml:para>Whether this switch is on.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Disabled</maml:name>
        <maml:Description>
          <maml:para>Whether this switch is disabled.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID of this switch.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>OffText</maml:name>
        <maml:Description>
          <maml:para>The text displayed when this switch is in the off position.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>On</maml:name>
        <maml:Description>
          <maml:para>Whether this switch is on.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>OnChange</maml:name>
        <maml:Description>
          <maml:para>OnChange script block handler for this control.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>OnText</maml:name>
        <maml:Description>
          <maml:para>The text displayed when this switch is in the on position.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------------- Basic Switch -------------------------</maml:title>
        <dev:code>New-UDSwitch -OnText "yes" -OffText "No"</dev:code>
        <dev:remarks>
          <maml:para>Creates a switch that has yes and no as options.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>--------------------------- OnChange ---------------------------</maml:title>
        <dev:code>New-UDSwitch -OnText "yes" -OffText "No" -OnChange { Show-UDToast -Message $EventData }</dev:code>
        <dev:remarks>
          <maml:para>Shows a toast when the switch is changed.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>https://github.com/ironmansoftware/universal-dashboard/blob/master/src/UniversalDashboard/Help/New-UDSwitch.md</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDTab</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDTab</command:noun>
      <maml:description>
        <maml:para>{{ Fill in the Synopsis }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Fill in the Description }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDTab</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Content</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Content Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Id Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Text</maml:name>
          <maml:Description>
            <maml:para>{{ Fill Text Description }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Content</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Content Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Id Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Text</maml:name>
        <maml:Description>
          <maml:para>{{ Fill Text Description }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{ Add example description here }}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDTabContainer</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDTabContainer</command:noun>
      <maml:description>
        <maml:para>Creates a tab container.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a tab container. Use New-UDTab to create tabs within the tab container.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDTabContainer</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>ID of this component.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Tabs</maml:name>
          <maml:Description>
            <maml:para>The tabs for this container. Use New-UDTab to create the tabs.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>ID of this component.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Tabs</maml:name>
        <maml:Description>
          <maml:para>The tabs for this container. Use New-UDTab to create the tabs.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Basic Tabs --------------------------</maml:title>
        <dev:code>New-UDTabContainer -Tabs {
    New-UDTab -Text 'Tab 1' -Content { New-UDHeading -Text 'Tab 1 Content' }
    New-UDTab -Text 'Tab 2' -Content { New-UDHeading -Text 'Tab 2 Content' }
    New-UDTab -Text 'Tab 3' -Content { New-UDHeading -Text 'Tab 3 Content' }
}</dev:code>
        <dev:remarks>
          <maml:para>Creates a tab container with 3 tabs.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>https://github.com/ironmansoftware/universal-dashboard/blob/master/src/UniversalDashboard/Help/New-UDTabContainer.md</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDTable</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDTable</command:noun>
      <maml:description>
        <maml:para>Creates a new table of data within the dashboard.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a new table of data within the dashboard.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDTable</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ArgumentList</maml:name>
          <maml:Description>
            <maml:para>Pass arguments to Endpoints.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object[]</command:parameterValue>
          <dev:type>
            <maml:name>Object[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AutoRefresh</maml:name>
          <maml:Description>
            <maml:para>Enabled auto refresh for this control.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>BackgroundColor</maml:name>
          <maml:Description>
            <maml:para>Background color of the table.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Endpoint</maml:name>
          <maml:Description>
            <maml:para>The endpoint to call to retrieve data for the table. The endpoint should return data using the Out-UDTableData cmdlet.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>FontColor</maml:name>
          <maml:Description>
            <maml:para>Font color within the table.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Headers</maml:name>
          <maml:Description>
            <maml:para>Headers for columns in the table.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
          <dev:type>
            <maml:name>String[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of the table. This is the HTML markup ID.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Links</maml:name>
          <maml:Description>
            <maml:para>Links to display on the bottom of the table. Use New-UDLink to generate a link.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Link[]</command:parameterValue>
          <dev:type>
            <maml:name>Link[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>RefreshInterval</maml:name>
          <maml:Description>
            <maml:para>The number of seconds between refreshes. The default is 5.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Style</maml:name>
          <maml:Description>
            <maml:para>Allows for changing the style of the table.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">bordered</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">striped</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">highlight</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">centered</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">responsive-table</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Title</maml:name>
          <maml:Description>
            <maml:para>Title for the section containing the table.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-UDTable</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ArgumentList</maml:name>
          <maml:Description>
            <maml:para>Pass arguments to Endpoints.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object[]</command:parameterValue>
          <dev:type>
            <maml:name>Object[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>BackgroundColor</maml:name>
          <maml:Description>
            <maml:para>Background color of the table.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Content</maml:name>
          <maml:Description>
            <maml:para>Static content for this table.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>FontColor</maml:name>
          <maml:Description>
            <maml:para>Font color within the table.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Headers</maml:name>
          <maml:Description>
            <maml:para>Headers for columns in the table.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
          <dev:type>
            <maml:name>String[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of the table. This is the HTML markup ID.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Links</maml:name>
          <maml:Description>
            <maml:para>Links to display on the bottom of the table. Use New-UDLink to generate a link.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Link[]</command:parameterValue>
          <dev:type>
            <maml:name>Link[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Style</maml:name>
          <maml:Description>
            <maml:para>Allows for changing the style of the table.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">bordered</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">striped</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">highlight</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">centered</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">responsive-table</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Title</maml:name>
          <maml:Description>
            <maml:para>Title for the section containing the table.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ArgumentList</maml:name>
        <maml:Description>
          <maml:para>Pass arguments to Endpoints.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object[]</command:parameterValue>
        <dev:type>
          <maml:name>Object[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AutoRefresh</maml:name>
        <maml:Description>
          <maml:para>Enabled auto refresh for this control.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>BackgroundColor</maml:name>
        <maml:Description>
          <maml:para>Background color of the table.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Content</maml:name>
        <maml:Description>
          <maml:para>Static content for this table.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Endpoint</maml:name>
        <maml:Description>
          <maml:para>The endpoint to call to retrieve data for the table. The endpoint should return data using the Out-UDTableData cmdlet.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>FontColor</maml:name>
        <maml:Description>
          <maml:para>Font color within the table.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Headers</maml:name>
        <maml:Description>
          <maml:para>Headers for columns in the table.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID of the table. This is the HTML markup ID.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Links</maml:name>
        <maml:Description>
          <maml:para>Links to display on the bottom of the table. Use New-UDLink to generate a link.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Link[]</command:parameterValue>
        <dev:type>
          <maml:name>Link[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>RefreshInterval</maml:name>
        <maml:Description>
          <maml:para>The number of seconds between refreshes. The default is 5.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Style</maml:name>
        <maml:Description>
          <maml:para>Allows for changing the style of the table.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Title</maml:name>
        <maml:Description>
          <maml:para>Title for the section containing the table.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>New-UDTable -Title "Process Ids" -Header @("Name", "Process Id") -Endpoint {
    $Data = @(
        [PSCustomObject]@{ name = "Chrome"; id = 12352 }
        [PSCustomObject]@{ name = "devenv"; id = 342 }
        [PSCustomObject]@{ name = "code"; id = 634532 }
        [PSCustomObject]@{ name = "powershell_ise"; id = 345342 }
    )
    $Data | Out-UDTableData -Property @("name", "id")
}</dev:code>
        <dev:remarks>
          <maml:para>Creates a new table with the process IDs of chrome running on the system.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>https://github.com/ironmansoftware/universal-dashboard/blob/master/src/UniversalDashboard/Help/New-UDTable.md</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDTextbox</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDTextbox</command:noun>
      <maml:description>
        <maml:para>Creates a textbox.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a textbox.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDTextbox</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID for this textbox.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Label</maml:name>
          <maml:Description>
            <maml:para>A label to display above this textbox.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>Placeholder</maml:name>
          <maml:Description>
            <maml:para>A placeholder to show in the textbox when the value is empty.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>Value</maml:name>
          <maml:Description>
            <maml:para>A default value to show in the textbox.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>The type of textbox.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">text</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">password</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">email</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
          <maml:name>Icon</maml:name>
          <maml:Description>
            <maml:para>The icon for this textbox.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">None</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">_500px</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_book</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_book_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_card</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_card_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">adjust</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">adn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_center</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_justify</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">amazon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ambulance</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">american_sign_language_interpreting</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">anchor</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">android</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angellist</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">apple</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">archive</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">area_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows_h</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows_v</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">asl_interpreting</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">assistive_listening_systems</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">asterisk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">at</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">audio_description</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">automobile</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">backward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">balance_scale</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ban</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bandcamp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bank</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bar_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bar_chart_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">barcode</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bath</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bathtub</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_0</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_4</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_empty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_full</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_quarter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_three_quarters</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bed</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">beer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">behance</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">behance_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell_slash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell_slash_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bicycle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">binoculars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">birthday_cake</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bitbucket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bitbucket_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bitcoin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">black_tie</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">blind</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bluetooth</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bluetooth_b</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bold</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bolt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bomb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">book</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bookmark</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bookmark_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">braille</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">briefcase</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">btc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bug</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">building</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">building_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bullhorn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bullseye</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">buysellads</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cab</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calculator</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_check_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_minus_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_plus_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_times_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">camera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">camera_retro</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">car</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cart_arrow_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cart_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_amex</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_diners_club</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_discover</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_jcb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_mastercard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_paypal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_stripe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_visa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">certificate</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chain</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chain_broken</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">child</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chrome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle_o_notch</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle_thin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">clipboard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">clock_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">clone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">close</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cloud</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cloud_download</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cloud_upload</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cny</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">code</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">code_fork</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">codepen</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">codiepie</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">coffee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cog</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cogs</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">columns</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comment</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comment_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">commenting</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">commenting_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comments</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comments_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">compass</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">compress</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">connectdevelop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">contao</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">copy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">copyright</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">creative_commons</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">credit_card</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">credit_card_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">crop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">crosshairs</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">css3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cube</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cubes</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cut</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cutlery</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dashboard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dashcube</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">database</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">deaf</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">deafness</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dedent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">delicious</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">desktop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">deviantart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">diamond</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">digg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dollar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dot_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">download</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dribbble</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">drivers_license</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">drivers_license_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dropbox</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">drupal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">edge</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">edit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eercast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eject</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ellipsis_h</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ellipsis_v</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">empire</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_open</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_open_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envira</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eraser</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">etsy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eur</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">euro</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exchange</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exclamation</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exclamation_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exclamation_triangle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">expand</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">expeditedssl</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">external_link</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">external_link_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eye</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eye_slash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eyedropper</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook_f</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook_official</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fast_backward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fast_forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fax</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">feed</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">female</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fighter_jet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_archive_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_audio_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_code_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_excel_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_image_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_movie_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_pdf_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_photo_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_picture_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_powerpoint_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_sound_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_text</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_text_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_video_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_word_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_zip_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">files_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">film</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">filter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fire</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fire_extinguisher</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">firefox</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">first_order</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flag_checkered</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flag_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flask</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flickr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">floppy_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder_open</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder_open_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">font</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">font_awesome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fonticons</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fort_awesome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">forumbee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">foursquare</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">free_code_camp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">frown_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">futbol_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gamepad</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gavel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gbp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ge</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gear</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gears</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">genderless</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">get_pocket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gg_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gift</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">git</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">git_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">github</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">github_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">github_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gitlab</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gittip</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">glass</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">glide</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">glide_g</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">globe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus_official</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_wallet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">graduation_cap</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gratipay</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">grav</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">group</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">h_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hacker_news</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_grab_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_lizard_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_paper_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_peace_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_pointer_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_rock_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_scissors_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_spock_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_stop_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">handshake_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hard_of_hearing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hashtag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hdd_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">header</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">headphones</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">heart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">heart_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">heartbeat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">history</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">home</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hospital_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hotel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_end</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_start</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">houzz</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">html5</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">i_cursor</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">id_badge</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">id_card</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">id_card_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ils</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">image</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">imdb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">inbox</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">indent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">industry</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">info</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">info_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">inr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">instagram</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">institution</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">internet_explorer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">intersex</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ioxhost</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">italic</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">joomla</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">jpy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">jsfiddle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">key</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">keyboard_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">krw</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">language</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">laptop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lastfm</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lastfm_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">leaf</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">leanpub</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">legal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lemon_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">level_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">level_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_bouy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_buoy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_ring</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_saver</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lightbulb_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">line_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">link</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linkedin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linkedin_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linode</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linux</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list_ol</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list_ul</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">location_arrow</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">_lock</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">low_vision</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">magic</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">magnet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mail_forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mail_reply</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mail_reply_all</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">male</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_marker</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_pin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_signs</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_double</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_stroke</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_stroke_h</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_stroke_v</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">maxcdn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">meanpath</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">medium</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">medkit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">meetup</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">meh_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mercury</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">microchip</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">microphone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">microphone_slash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mixcloud</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mobile</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mobile_phone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">modx</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">money</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">moon_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mortar_board</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">motorcycle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mouse_pointer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">music</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">navicon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">neuter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">newspaper_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">object_group</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">object_ungroup</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">odnoklassniki</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">odnoklassniki_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">opencart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">openid</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">opera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">optin_monster</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">outdent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pagelines</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paint_brush</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paper_plane</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paper_plane_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paperclip</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paragraph</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paste</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pause</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pause_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pause_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paw</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paypal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pencil</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pencil_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pencil_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">percent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">phone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">phone_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">photo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">picture_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pie_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pied_piper</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pied_piper_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pied_piper_pp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pinterest</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pinterest_p</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pinterest_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plane</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">play</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">play_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">play_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plug</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">podcast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">power_off</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">print</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">product_hunt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">puzzle_piece</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">qq</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">qrcode</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">question</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">question_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">question_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">quora</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">quote_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">quote_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ra</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">random</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ravelry</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rebel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">recycle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reddit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reddit_alien</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reddit_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">refresh</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">registered</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">remove</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">renren</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reorder</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">repeat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reply</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reply_all</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">resistance</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">retweet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rmb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">road</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rocket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rotate_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rotate_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rouble</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rss</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rss_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rub</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ruble</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rupee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">s15</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">safari</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">save</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">scissors</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">scribd</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">search</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">search_minus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">search_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sellsy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">send</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">send_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">server</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_alt_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shekel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sheqel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shield</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ship</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shirtsinbulk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shopping_bag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shopping_basket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shopping_cart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shower</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sign_in</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sign_language</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sign_out</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">signal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">signing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">simplybuilt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sitemap</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">skyatlas</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">skype</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">slack</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sliders</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">slideshare</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">smile_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snapchat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snapchat_ghost</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snapchat_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snowflake_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">soccer_ball_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_alpha_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_alpha_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_amount_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_amount_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_numeric_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_numeric_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">soundcloud</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">space_shuttle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">spinner</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">spoon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">spotify</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stack_exchange</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stack_overflow</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half_empty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half_full</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">steam</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">steam_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">step_backward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">step_forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stethoscope</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sticky_note</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sticky_note_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stop_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stop_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">street_view</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">strikethrough</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stumbleupon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stumbleupon_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">subscript</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">subway</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">suitcase</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sun_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">superpowers</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">superscript</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">support</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">table</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tablet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tachometer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tags</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tasks</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">taxi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">telegram</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">television</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tencent_weibo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">terminal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">text_height</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">text_width</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">th</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">th_large</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">th_list</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">themeisle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_0</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_4</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_empty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_full</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_quarter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_three_quarters</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumb_tack</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ticket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_rectangle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_rectangle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tint</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_off</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_on</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trademark</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">train</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">transgender</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">transgender_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trash_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tree</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trello</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tripadvisor</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trophy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">truck</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">_try</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tumblr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tumblr_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">turkish_lira</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tv</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">twitch</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">twitter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">twitter_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">umbrella</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">underline</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">undo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">universal_access</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">university</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unlink</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unlock</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unlock_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unsorted</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">upload</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">usb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">usd</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_md</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_secret</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_times</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">users</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vcard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vcard_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">venus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">venus_double</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">venus_mars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">viacoin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">viadeo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">viadeo_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">video_camera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vimeo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vimeo_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vine</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_control_phone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_off</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">warning</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wechat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">weibo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">weixin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">whatsapp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wheelchair</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wheelchair_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wifi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wikipedia_w</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_close</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_close_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_maximize</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_minimize</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_restore</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">windows</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">won</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wordpress</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wpbeginner</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wpexplorer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wpforms</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wrench</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">xing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">xing_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">y_combinator</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">y_combinator_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yahoo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yc_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yelp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yen</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yoast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">youtube</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">youtube_play</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">youtube_square</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">FontAwesomeIcons</command:parameterValue>
          <dev:type>
            <maml:name>FontAwesomeIcons</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Disabled</maml:name>
          <maml:Description>
            <maml:para>Whether or not this text box is disabled.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Disabled</maml:name>
        <maml:Description>
          <maml:para>Whether or not this text box is disabled.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
        <maml:name>Icon</maml:name>
        <maml:Description>
          <maml:para>The icon for this textbox.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">FontAwesomeIcons</command:parameterValue>
        <dev:type>
          <maml:name>FontAwesomeIcons</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID for this textbox.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Label</maml:name>
        <maml:Description>
          <maml:para>A label to display above this textbox.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>Placeholder</maml:name>
        <maml:Description>
          <maml:para>A placeholder to show in the textbox when the value is empty.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
        <maml:name>Type</maml:name>
        <maml:Description>
          <maml:para>The type of textbox.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>Value</maml:name>
        <maml:Description>
          <maml:para>A default value to show in the textbox.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>New-UDTextbox -Label "Textbox" -Placeholder "Enter your name"</dev:code>
        <dev:remarks>
          <maml:para>Creates a new textbox that has a placeholder asking to enter the user's name.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>https://github.com/ironmansoftware/universal-dashboard/blob/master/src/UniversalDashboard/Help/New-UDTextbox.md</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDTheme</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDTheme</command:noun>
      <maml:description>
        <maml:para>Creates a new theme for a dashboard.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a new theme for a dashboard. Themes can be based on another parent theme.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDTheme</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>The name of this theme.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>Definition</maml:name>
          <maml:Description>
            <maml:para>The definition for the dashboard theme.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
          <dev:type>
            <maml:name>Hashtable</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>Parent</maml:name>
          <maml:Description>
            <maml:para>The name of the parent theme. Use Get-UDTheme to get a list of available parent themes.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>Definition</maml:name>
        <maml:Description>
          <maml:para>The definition for the dashboard theme.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
        <dev:type>
          <maml:name>Hashtable</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Name</maml:name>
        <maml:Description>
          <maml:para>The name of this theme.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>Parent</maml:name>
        <maml:Description>
          <maml:para>The name of the parent theme. Use Get-UDTheme to get a list of available parent themes.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDTheme -Name "Blue" -Definition @{
    UDDashboard = @{
        BackgroundColor = "blue"
    }
}</dev:code>
        <dev:remarks>
          <maml:para>Creates a theme where the background color of the dashboard is blue.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDTheme -Name "AzureEx" -Parent Azure -Definition @{
    UDDashboard = @{
        BackgroundColor = "blue"
    }
}</dev:code>
        <dev:remarks>
          <maml:para>Creates a theme where the background color of the dashboard is blue and the rest of the dashboard colors are based on the Azure parent dashboard.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDTooltip</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDTooltip</command:noun>
      <maml:description>
        <maml:para>Creates a tooltip around a control.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a tooltip around a control.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDTooltip</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Id of the tooltip</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Place</maml:name>
          <maml:Description>
            <maml:para>Where to place the tooltip.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">top</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bottom</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">right</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>The style of the tooltype</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">dark</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">success</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">warnign</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">error</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">info</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">light</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>Effect</maml:name>
          <maml:Description>
            <maml:para>Float or solid effect</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">float</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">solid</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>TooltipContent</maml:name>
          <maml:Description>
            <maml:para>The content within the tooltip</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
          <maml:name>Content</maml:name>
          <maml:Description>
            <maml:para>The content that is hovered that will display the tooltip.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
        <maml:name>Content</maml:name>
        <maml:Description>
          <maml:para>The content that is hovered that will display the tooltip.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>Effect</maml:name>
        <maml:Description>
          <maml:para>Float or solid effect</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>Id of the tooltip</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Place</maml:name>
        <maml:Description>
          <maml:para>Where to place the tooltip.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
        <maml:name>TooltipContent</maml:name>
        <maml:Description>
          <maml:para>The content within the tooltip</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>Type</maml:name>
        <maml:Description>
          <maml:para>The style of the tooltype</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>----------------------- A basic tool tip -----------------------</maml:title>
        <dev:code>New-UDTooltip -TooltipContent { "Hello, there!" } -Content {
    New-UDIcon -Icon 'user'
}</dev:code>
        <dev:remarks>
          <maml:para>Creates a basic tool tip</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDTreeNode</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDTreeNode</command:noun>
      <maml:description>
        <maml:para>A node within a TreeView.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A node within a TreeView.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDTreeNode</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>The text to display in this tree node.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Children</maml:name>
          <maml:Description>
            <maml:para>A script block that returns children nodes.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Icon</maml:name>
          <maml:Description>
            <maml:para>The icon to display in the tree node.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">None</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">_500px</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_book</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_book_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_card</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_card_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">adjust</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">adn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_center</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_justify</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">amazon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ambulance</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">american_sign_language_interpreting</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">anchor</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">android</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angellist</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">apple</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">archive</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">area_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows_h</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows_v</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">asl_interpreting</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">assistive_listening_systems</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">asterisk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">at</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">audio_description</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">automobile</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">backward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">balance_scale</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ban</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bandcamp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bank</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bar_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bar_chart_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">barcode</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bath</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bathtub</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_0</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_4</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_empty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_full</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_quarter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_three_quarters</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bed</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">beer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">behance</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">behance_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell_slash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell_slash_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bicycle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">binoculars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">birthday_cake</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bitbucket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bitbucket_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bitcoin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">black_tie</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">blind</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bluetooth</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bluetooth_b</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bold</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bolt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bomb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">book</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bookmark</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bookmark_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">braille</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">briefcase</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">btc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bug</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">building</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">building_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bullhorn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bullseye</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">buysellads</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cab</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calculator</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_check_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_minus_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_plus_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_times_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">camera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">camera_retro</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">car</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cart_arrow_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cart_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_amex</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_diners_club</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_discover</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_jcb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_mastercard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_paypal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_stripe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_visa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">certificate</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chain</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chain_broken</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">child</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chrome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle_o_notch</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle_thin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">clipboard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">clock_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">clone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">close</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cloud</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cloud_download</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cloud_upload</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cny</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">code</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">code_fork</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">codepen</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">codiepie</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">coffee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cog</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cogs</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">columns</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comment</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comment_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">commenting</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">commenting_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comments</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comments_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">compass</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">compress</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">connectdevelop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">contao</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">copy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">copyright</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">creative_commons</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">credit_card</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">credit_card_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">crop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">crosshairs</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">css3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cube</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cubes</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cut</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cutlery</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dashboard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dashcube</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">database</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">deaf</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">deafness</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dedent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">delicious</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">desktop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">deviantart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">diamond</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">digg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dollar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dot_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">download</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dribbble</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">drivers_license</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">drivers_license_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dropbox</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">drupal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">edge</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">edit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eercast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eject</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ellipsis_h</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ellipsis_v</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">empire</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_open</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_open_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envira</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eraser</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">etsy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eur</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">euro</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exchange</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exclamation</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exclamation_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exclamation_triangle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">expand</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">expeditedssl</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">external_link</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">external_link_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eye</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eye_slash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eyedropper</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook_f</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook_official</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fast_backward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fast_forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fax</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">feed</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">female</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fighter_jet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_archive_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_audio_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_code_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_excel_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_image_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_movie_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_pdf_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_photo_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_picture_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_powerpoint_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_sound_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_text</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_text_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_video_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_word_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_zip_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">files_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">film</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">filter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fire</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fire_extinguisher</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">firefox</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">first_order</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flag_checkered</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flag_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flask</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flickr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">floppy_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder_open</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder_open_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">font</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">font_awesome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fonticons</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fort_awesome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">forumbee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">foursquare</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">free_code_camp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">frown_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">futbol_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gamepad</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gavel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gbp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ge</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gear</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gears</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">genderless</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">get_pocket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gg_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gift</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">git</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">git_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">github</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">github_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">github_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gitlab</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gittip</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">glass</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">glide</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">glide_g</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">globe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus_official</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_wallet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">graduation_cap</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gratipay</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">grav</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">group</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">h_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hacker_news</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_grab_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_lizard_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_paper_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_peace_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_pointer_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_rock_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_scissors_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_spock_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_stop_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">handshake_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hard_of_hearing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hashtag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hdd_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">header</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">headphones</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">heart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">heart_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">heartbeat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">history</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">home</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hospital_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hotel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_end</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_start</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">houzz</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">html5</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">i_cursor</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">id_badge</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">id_card</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">id_card_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ils</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">image</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">imdb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">inbox</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">indent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">industry</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">info</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">info_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">inr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">instagram</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">institution</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">internet_explorer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">intersex</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ioxhost</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">italic</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">joomla</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">jpy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">jsfiddle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">key</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">keyboard_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">krw</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">language</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">laptop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lastfm</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lastfm_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">leaf</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">leanpub</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">legal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lemon_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">level_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">level_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_bouy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_buoy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_ring</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_saver</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lightbulb_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">line_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">link</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linkedin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linkedin_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linode</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linux</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list_ol</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list_ul</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">location_arrow</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">_lock</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">low_vision</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">magic</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">magnet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mail_forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mail_reply</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mail_reply_all</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">male</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_marker</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_pin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_signs</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_double</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_stroke</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_stroke_h</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_stroke_v</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">maxcdn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">meanpath</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">medium</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">medkit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">meetup</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">meh_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mercury</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">microchip</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">microphone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">microphone_slash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mixcloud</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mobile</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mobile_phone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">modx</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">money</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">moon_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mortar_board</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">motorcycle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mouse_pointer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">music</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">navicon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">neuter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">newspaper_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">object_group</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">object_ungroup</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">odnoklassniki</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">odnoklassniki_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">opencart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">openid</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">opera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">optin_monster</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">outdent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pagelines</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paint_brush</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paper_plane</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paper_plane_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paperclip</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paragraph</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paste</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pause</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pause_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pause_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paw</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paypal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pencil</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pencil_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pencil_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">percent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">phone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">phone_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">photo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">picture_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pie_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pied_piper</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pied_piper_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pied_piper_pp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pinterest</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pinterest_p</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pinterest_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plane</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">play</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">play_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">play_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plug</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">podcast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">power_off</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">print</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">product_hunt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">puzzle_piece</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">qq</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">qrcode</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">question</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">question_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">question_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">quora</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">quote_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">quote_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ra</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">random</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ravelry</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rebel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">recycle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reddit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reddit_alien</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reddit_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">refresh</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">registered</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">remove</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">renren</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reorder</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">repeat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reply</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reply_all</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">resistance</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">retweet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rmb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">road</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rocket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rotate_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rotate_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rouble</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rss</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rss_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rub</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ruble</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rupee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">s15</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">safari</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">save</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">scissors</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">scribd</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">search</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">search_minus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">search_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sellsy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">send</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">send_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">server</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_alt_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shekel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sheqel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shield</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ship</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shirtsinbulk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shopping_bag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shopping_basket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shopping_cart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shower</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sign_in</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sign_language</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sign_out</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">signal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">signing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">simplybuilt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sitemap</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">skyatlas</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">skype</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">slack</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sliders</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">slideshare</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">smile_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snapchat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snapchat_ghost</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snapchat_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snowflake_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">soccer_ball_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_alpha_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_alpha_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_amount_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_amount_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_numeric_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_numeric_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">soundcloud</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">space_shuttle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">spinner</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">spoon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">spotify</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stack_exchange</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stack_overflow</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half_empty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half_full</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">steam</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">steam_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">step_backward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">step_forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stethoscope</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sticky_note</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sticky_note_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stop_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stop_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">street_view</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">strikethrough</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stumbleupon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stumbleupon_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">subscript</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">subway</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">suitcase</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sun_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">superpowers</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">superscript</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">support</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">table</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tablet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tachometer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tags</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tasks</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">taxi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">telegram</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">television</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tencent_weibo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">terminal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">text_height</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">text_width</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">th</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">th_large</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">th_list</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">themeisle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_0</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_4</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_empty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_full</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_quarter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_three_quarters</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumb_tack</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ticket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_rectangle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_rectangle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tint</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_off</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_on</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trademark</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">train</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">transgender</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">transgender_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trash_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tree</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trello</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tripadvisor</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trophy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">truck</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">_try</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tumblr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tumblr_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">turkish_lira</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tv</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">twitch</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">twitter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">twitter_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">umbrella</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">underline</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">undo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">universal_access</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">university</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unlink</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unlock</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unlock_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unsorted</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">upload</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">usb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">usd</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_md</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_secret</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_times</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">users</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vcard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vcard_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">venus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">venus_double</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">venus_mars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">viacoin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">viadeo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">viadeo_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">video_camera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vimeo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vimeo_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vine</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_control_phone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_off</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">warning</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wechat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">weibo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">weixin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">whatsapp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wheelchair</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wheelchair_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wifi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wikipedia_w</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_close</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_close_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_maximize</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_minimize</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_restore</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">windows</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">won</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wordpress</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wpbeginner</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wpexplorer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wpforms</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wrench</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">xing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">xing_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">y_combinator</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">y_combinator_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yahoo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yc_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yelp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yen</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yoast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">youtube</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">youtube_play</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">youtube_square</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">FontAwesomeIcons</command:parameterValue>
          <dev:type>
            <maml:name>FontAwesomeIcons</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of this tree node.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Children</maml:name>
        <maml:Description>
          <maml:para>A script block that returns children nodes.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Icon</maml:name>
        <maml:Description>
          <maml:para>The icon to display in the tree node.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">FontAwesomeIcons</command:parameterValue>
        <dev:type>
          <maml:name>FontAwesomeIcons</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID of this tree node.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Name</maml:name>
        <maml:Description>
          <maml:para>The text to display in this tree node.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDTreeView -Node {
    New-UDTreeNode -Name "Root Node" -Children {
        New-UDTreeNode -Name "Child 1"
        New-UDTreeNode -Name "Child 2"
        New-UDTreeNode -Name "Child 3"
    }
}</dev:code>
        <dev:remarks>
          <maml:para>Creates a tree view with 3 children nodes.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>https://go.microsoft.com/fwlink/?LinkID=217032</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UDTreeView</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDTreeView</command:noun>
      <maml:description>
        <maml:para>Creates a tree view control.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a tree view control.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDTreeView</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ActiveBackgroundColor</maml:name>
          <maml:Description>
            <maml:para>Background color of an active node.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ArgumentList</maml:name>
          <maml:Description>
            <maml:para>Arguments to pass to the endpoint. They will be available via the $ArgumentList variable.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object[]</command:parameterValue>
          <dev:type>
            <maml:name>Object[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AutoRefresh</maml:name>
          <maml:Description>
            <maml:para>Whether this control auto refreshes.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>BackgroundColor</maml:name>
          <maml:Description>
            <maml:para>The background color of the tree view.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Endpoint</maml:name>
          <maml:Description>
            <maml:para>The endpoint to call when populating the contents of this control.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>FontColor</maml:name>
          <maml:Description>
            <maml:para>The font color of the tree view.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of this tree view.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Node</maml:name>
          <maml:Description>
            <maml:para>The root node for this tree view.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">TreeNode</command:parameterValue>
          <dev:type>
            <maml:name>TreeNode</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>OnNodeClicked</maml:name>
          <maml:Description>
            <maml:para>Event handler for when a node is clicked. This can be either a ScriptBlock or the result of New-UDEndpoint.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>RefreshInterval</maml:name>
          <maml:Description>
            <maml:para>The number of seconds between auto refreshes.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ToggleColor</maml:name>
          <maml:Description>
            <maml:para>The color for toggled nodes.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ActiveBackgroundColor</maml:name>
        <maml:Description>
          <maml:para>Background color of an active node.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ArgumentList</maml:name>
        <maml:Description>
          <maml:para>Arguments to pass to the endpoint. They will be available via the $ArgumentList variable.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object[]</command:parameterValue>
        <dev:type>
          <maml:name>Object[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AutoRefresh</maml:name>
        <maml:Description>
          <maml:para>Whether this control auto refreshes.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>BackgroundColor</maml:name>
        <maml:Description>
          <maml:para>The background color of the tree view.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Endpoint</maml:name>
        <maml:Description>
          <maml:para>The endpoint to call when populating the contents of this control.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>FontColor</maml:name>
        <maml:Description>
          <maml:para>The font color of the tree view.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID of this tree view.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Node</maml:name>
        <maml:Description>
          <maml:para>The root node for this tree view.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">TreeNode</command:parameterValue>
        <dev:type>
          <maml:name>TreeNode</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>OnNodeClicked</maml:name>
        <maml:Description>
          <maml:para>Event handler for when a node is clicked. This can be either a ScriptBlock or the result of New-UDEndpoint.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>RefreshInterval</maml:name>
        <maml:Description>
          <maml:para>The number of seconds between auto refreshes.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ToggleColor</maml:name>
        <maml:Description>
          <maml:para>The color for toggled nodes.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>----------------------- Basic Tree View -----------------------</maml:title>
        <dev:code>New-UDTreeView -Node (
    New-UDTreeNode -Name "Root Node" -Children {
        New-UDTreeNode -Name "Child 1"
        New-UDTreeNode -Name "Child 2"
        New-UDTreeNode -Name "Child 3"
    }
)</dev:code>
        <dev:remarks>
          <maml:para>Creates a tree view with 3 children nodes.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>https://github.com/ironmansoftware/universal-dashboard/blob/master/src/UniversalDashboard/Help/New-UDTreeView.md</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Out-UDChartData</command:name>
      <command:verb>Out</command:verb>
      <command:noun>UDChartData</command:noun>
      <maml:description>
        <maml:para>Outputs data in a format that the ChartJS control understands.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Outputs data in a format that the ChartJS control understands.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Out-UDChartData</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByValue)" position="0" aliases="none">
          <maml:name>Data</maml:name>
          <maml:Description>
            <maml:para>Data to display in the chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>DataProperty</maml:name>
          <maml:Description>
            <maml:para>The property to select as the y-axis of the data set. This should be used in conjunction with LabelProperty.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>LabelProperty</maml:name>
          <maml:Description>
            <maml:para>The property to select as the dataset label (x-axis). This should be used in conjunction with DataProperty.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>DatasetLabel</maml:name>
          <maml:Description>
            <maml:para>The label for a dataset.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>Dataset</maml:name>
          <maml:Description>
            <maml:para>A collection of hashtables created by New-UDChartDataset. This allows for multiple datasets to be represented on a single chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Hashtable[]</command:parameterValue>
          <dev:type>
            <maml:name>Hashtable[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
          <maml:name>BackgroundColor</maml:name>
          <maml:Description>
            <maml:para>Background colors for the chart data.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
          <maml:name>BorderColor</maml:name>
          <maml:Description>
            <maml:para>Border colors for the chart data.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
          <maml:name>HoverBackgroundColor</maml:name>
          <maml:Description>
            <maml:para>Hover background colors for the chart data.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
          <maml:name>HoverBorderColor</maml:name>
          <maml:Description>
            <maml:para>Hover border colors for the chart data.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
        <maml:name>BackgroundColor</maml:name>
        <maml:Description>
          <maml:para>Background colors for the chart data.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
        <maml:name>BorderColor</maml:name>
        <maml:Description>
          <maml:para>Border colors for the chart data.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByValue)" position="0" aliases="none">
        <maml:name>Data</maml:name>
        <maml:Description>
          <maml:para>Data to display in the chart.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>DataProperty</maml:name>
        <maml:Description>
          <maml:para>The property to select as the y-axis of the data set. This should be used in conjunction with LabelProperty.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
        <maml:name>Dataset</maml:name>
        <maml:Description>
          <maml:para>A collection of hashtables created by New-UDChartDataset. This allows for multiple datasets to be represented on a single chart.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Hashtable[]</command:parameterValue>
        <dev:type>
          <maml:name>Hashtable[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>DatasetLabel</maml:name>
        <maml:Description>
          <maml:para>The label for a dataset.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
        <maml:name>HoverBackgroundColor</maml:name>
        <maml:Description>
          <maml:para>Hover background colors for the chart data.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
        <maml:name>HoverBorderColor</maml:name>
        <maml:Description>
          <maml:para>Hover border colors for the chart data.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>LabelProperty</maml:name>
        <maml:Description>
          <maml:para>The property to select as the dataset label (x-axis). This should be used in conjunction with DataProperty.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDChart -Type Line -Title "CPU" -Endpoint {
    Get-Process -Name chrome | Out-UDChartData -LabelProperty "Id" -DataProperty "CPU"
}</dev:code>
        <dev:remarks>
          <maml:para>Outputs data from Get-Process and selects the Id as the label (x-axis) and the CPU as the data (y-axis).</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDChart -Type Bar -Title "Memory" -Endpoint {
    Get-Process -Name chrome | Out-UDChartData -LabelProperty "Id" -Dataset @(
        New-UDChartDataset -DataProperty "WorkingSet" -Label "Working Set" -BackgroundColor "rgb(63,123,3)"
        New-UDChartDataset -DataProperty "PeakWorkingSet" -Label "Peak Working Set" -BackgroundColor "rgb(134,342,122)"
        New-UDChartDataset -DataProperty "VirtualMemorySize" -Label "Virtual Memory Size" -BackgroundColor "rgb(234,33,43)"
    )
}</dev:code>
        <dev:remarks>
          <maml:para>Outputs data from Get-Process and selects WorkingSet, PeakWorkingSet and VritualMemorySize as data sets from the output.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Out-UDGridData</command:name>
      <command:verb>Out</command:verb>
      <command:noun>UDGridData</command:noun>
      <maml:description>
        <maml:para>Outputs data in a format that the jQuery DataTables grid will support.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Outputs data in a format that the jQuery DataTables grid will support.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Out-UDGridData</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByValue)" position="0" aliases="none">
          <maml:name>Data</maml:name>
          <maml:Description>
            <maml:para>The data to output.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>TotalItems</maml:name>
          <maml:Description>
            <maml:para></maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>Depth</maml:name>
          <maml:Description>
            <maml:para>The maximum object depth to serialize.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByValue)" position="0" aliases="none">
        <maml:name>Data</maml:name>
        <maml:Description>
          <maml:para>The data to output.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>Depth</maml:name>
        <maml:Description>
          <maml:para>The maximum object depth to serialize.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>TotalItems</maml:name>
        <maml:Description>
          <maml:para></maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDGrid -Title "Process Information" -Headers @("Name", "Process Id", "Start Time", "Responding") -Properties @("Name", "Id", "StartTime", "Responding") -Endpoint {
    Get-Process -Name Chrome | Out-UDGridData
}</dev:code>
        <dev:remarks>
          <maml:para>Outputs the data from Get-Process to a New-UDGrid</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Out-UDMonitorData</command:name>
      <command:verb>Out</command:verb>
      <command:noun>UDMonitorData</command:noun>
      <maml:description>
        <maml:para>Outputs data for the New-UDMonitor components.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Outputs data for the New-UDMonitor components. The data value should be a single data point.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Out-UDMonitorData</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByValue)" position="0" aliases="none">
          <maml:name>Data</maml:name>
          <maml:Description>
            <maml:para>A single data point on the running monitor.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByValue)" position="0" aliases="none">
        <maml:name>Data</maml:name>
        <maml:Description>
          <maml:para>A single data point on the running monitor.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDMonitor -Type Line -Title "Available Memory" -RefreshInterval 1 -DataPointHistory 100 -Endpoint {
    Get-Counter '\Memory\Available MBytes' | Select-Object -ExpandProperty CounterSamples | Select -ExpandProperty CookedValue | Out-UDMonitorData
}</dev:code>
        <dev:remarks>
          <maml:para>Outputs the available memory on the current machine.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Out-UDTableData</command:name>
      <command:verb>Out</command:verb>
      <command:noun>UDTableData</command:noun>
      <maml:description>
        <maml:para>Outputs data as a table.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Outputs data as a table.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Out-UDTableData</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByValue)" position="0" aliases="none">
          <maml:name>Data</maml:name>
          <maml:Description>
            <maml:para>The data to show in the table.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Property</maml:name>
          <maml:Description>
            <maml:para>The properties, or columns, to display in the table. Should match the -Header parameter of New-UDTable.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
          <dev:type>
            <maml:name>String[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>DateTimeFormat</maml:name>
          <maml:Description>
            <maml:para>The DateTime format for cells in this table.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByValue)" position="0" aliases="none">
        <maml:name>Data</maml:name>
        <maml:Description>
          <maml:para>The data to show in the table.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>DateTimeFormat</maml:name>
        <maml:Description>
          <maml:para>The DateTime format for cells in this table.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Property</maml:name>
        <maml:Description>
          <maml:para>The properties, or columns, to display in the table. Should match the -Header parameter of New-UDTable.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDTable -Title "Process Ids" -Header @("Name", "Process Id") -Endpoint {
    Get-Process -Name Chrome | Out-UDTableData -Property @("name", "id")
}</dev:code>
        <dev:remarks>
          <maml:para>Outputs data from Get-Process as a table. Selects the Name and ID property from each item.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Publish-UDDashboard</command:name>
      <command:verb>Publish</command:verb>
      <command:noun>UDDashboard</command:noun>
      <maml:description>
        <maml:para>Publishes the dashboard as service.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Publishes the dashboard as service.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Publish-UDDashboard</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>DashboardFile</maml:name>
          <maml:Description>
            <maml:para>The dashboard to publish.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Manual</maml:name>
          <maml:Description>
            <maml:para>Whether the service is manually started on system startup.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>TargetPath</maml:name>
          <maml:Description>
            <maml:para>The target path to copy the service files to. This will contain the dashboard and all the UD module files.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>DashboardFile</maml:name>
        <maml:Description>
          <maml:para>The dashboard to publish.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Manual</maml:name>
        <maml:Description>
          <maml:para>Whether the service is manually started on system startup.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>TargetPath</maml:name>
        <maml:Description>
          <maml:para>The target path to copy the service files to. This will contain the dashboard and all the UD module files.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Publish-UDDashboard -DashboardFile .\dashboard.ps1 -TargetPath C:\UDService\</dev:code>
        <dev:remarks>
          <maml:para>Publishes the Dashboard.ps1 file as a service and copies all the files into the UDService folder.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Publish-UDFolder</command:name>
      <command:verb>Publish</command:verb>
      <command:noun>UDFolder</command:noun>
      <maml:description>
        <maml:para>Publishes a folder that will be available to download assets.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Publishes a folder that will be available to download assets.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Publish-UDFolder</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Path</maml:name>
          <maml:Description>
            <maml:para>Local path for the folder.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>RequestPath</maml:name>
          <maml:Description>
            <maml:para>The request path for the folder.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Path</maml:name>
        <maml:Description>
          <maml:para>Local path for the folder.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>RequestPath</maml:name>
        <maml:Description>
          <maml:para>The request path for the folder.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Publish-UDFolder</dev:code>
        <dev:remarks>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>https://go.microsoft.com/fwlink/?LinkID=217032</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Out-UDTableData</command:name>
      <command:verb>Out</command:verb>
      <command:noun>UDTableData</command:noun>
      <maml:description>
        <maml:para>Outputs data as a table.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Outputs data as a table.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Out-UDTableData</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByValue)" position="0" aliases="none">
          <maml:name>Data</maml:name>
          <maml:Description>
            <maml:para>The data to show in the table.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Property</maml:name>
          <maml:Description>
            <maml:para>The properties, or columns, to display in the table. Should match the -Header parameter of New-UDTable.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
          <dev:type>
            <maml:name>String[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>DateTimeFormat</maml:name>
          <maml:Description>
            <maml:para></maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByValue)" position="0" aliases="none">
        <maml:name>Data</maml:name>
        <maml:Description>
          <maml:para>The data to show in the table.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>DateTimeFormat</maml:name>
        <maml:Description>
          <maml:para></maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Property</maml:name>
        <maml:Description>
          <maml:para>The properties, or columns, to display in the table. Should match the -Header parameter of New-UDTable.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDTable -Title "Process Ids" -Header @("Name", "Process Id") -Endpoint {
    Get-Process -Name Chrome | Out-UDTableData -Property @("name", "id")
}</dev:code>
        <dev:remarks>
          <maml:para>Outputs data from Get-Process as a table. Selects the Name and ID property from each item.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Remove-UDElement</command:name>
      <command:verb>Remove</command:verb>
      <command:noun>UDElement</command:noun>
      <maml:description>
        <maml:para>Removes an element from the website.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Removes an element from the website. If broadcast is specified, all connected users will get the element removed.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-UDElement</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Broadcast</maml:name>
          <maml:Description>
            <maml:para>Add the element to all connected clients. If you don't specify this Switch, the element will only be added to whoever is interacting with the website.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of the element to remove.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Broadcast</maml:name>
        <maml:Description>
          <maml:para>Add the element to all connected clients. If you don't specify this Switch, the element will only be added to whoever is interacting with the website.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID of the element to remove.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Remove-UDElement -Id "chatroom"</dev:code>
        <dev:remarks>
          <maml:para>Removes the chatroom element from the connected clients website.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Send-UDToast</command:name>
      <command:verb>Send</command:verb>
      <command:noun>UDToast</command:noun>
      <maml:description>
        <maml:para>Sends a toast message from an endpoint.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Sends a toast message from an endpoint.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Send-UDToast</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Message</maml:name>
          <maml:Description>
            <maml:para>A message to show to the user.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Duration</maml:name>
          <maml:Description>
            <maml:para>The number of milliseconds to show the toast.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Duration</maml:name>
        <maml:Description>
          <maml:para>The number of milliseconds to show the toast.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Message</maml:name>
        <maml:Description>
          <maml:para>A message to show to the user.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDButton -Text "Click me" -OnClick {
    Send-UDToast -Message 'Ouch!"
}</dev:code>
        <dev:remarks>
          <maml:para>Sends a toast to the user when the button is clicked.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Set-UDBackwardsCompatbility</command:name>
      <command:verb>Set</command:verb>
      <command:noun>UDBackwardsCompatbility</command:noun>
      <maml:description>
        <maml:para>Creates aliases for backwards compatibility.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates aliases for backwards compatibility.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-UDBackwardsCompatbility</maml:name>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters />
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Set-UDBackwardsCompatbility
PS C:\&gt; Start-Dashboard -Dashboard { New-Dashboard }</dev:code>
        <dev:remarks>
          <maml:para>Creates a dashboard using the old cmdlet names.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Set-UDContentType</command:name>
      <command:verb>Set</command:verb>
      <command:noun>UDContentType</command:noun>
      <maml:description>
        <maml:para>Sets the content-type HTTP header for a HTTP response.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Sets the content-type HTTP header for a HTTP response. This should be in control's Endpoint script blocks.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-UDContentType</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>ContentType</maml:name>
          <maml:Description>
            <maml:para>The content type to set.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>ContentType</maml:name>
        <maml:Description>
          <maml:para>The content type to set.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Set-UDContentType -ContentType "application/xml"</dev:code>
        <dev:remarks>
          <maml:para>Sets the content type to XML if an endpoint wanted to return XML.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Set-UDContentType</command:name>
      <command:verb>Set</command:verb>
      <command:noun>UDContentType</command:noun>
      <maml:description>
        <maml:para>Sets the content-type HTTP header for a HTTP response.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Sets the content-type HTTP header for a HTTP response. This should be in control's Endpoint script blocks.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-UDContentType</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>ContentType</maml:name>
          <maml:Description>
            <maml:para>The content type to set.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>ContentType</maml:name>
        <maml:Description>
          <maml:para>The content type to set.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Set-UDContentType -ContentType "application/xml"</dev:code>
        <dev:remarks>
          <maml:para>Sets the content type to XML if an endpoint wanted to return XML.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Set-UDElement</command:name>
      <command:verb>Set</command:verb>
      <command:noun>UDElement</command:noun>
      <maml:description>
        <maml:para>Sets the state of an element.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Sets the state of an element. If broadcast is specified, all connected users will get the element removed.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-UDElement</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Attributes</maml:name>
          <maml:Description>
            <maml:para>The attributes to set. The attriubte hashtable is currently not merged so all attributes sent previously will be overridden.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
          <dev:type>
            <maml:name>Hashtable</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Broadcast</maml:name>
          <maml:Description>
            <maml:para>Add the element to all connected clients. If you don't specify this Switch, the element will only be added to whoever is interacting with the website.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Content</maml:name>
          <maml:Description>
            <maml:para>The content of the element to update. Existing content will be replace with the content specified here.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of the element to update.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Attributes</maml:name>
        <maml:Description>
          <maml:para>The attributes to set. The attriubte hashtable is currently not merged so all attributes sent previously will be overridden.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
        <dev:type>
          <maml:name>Hashtable</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Broadcast</maml:name>
        <maml:Description>
          <maml:para>Add the element to all connected clients. If you don't specify this Switch, the element will only be added to whoever is interacting with the website.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Content</maml:name>
        <maml:Description>
          <maml:para>The content of the element to update. Existing content will be replace with the content specified here.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID of the element to update.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Set-UDElement -Id "message" -Attributes @{
                                type = "text"
                                value = ''
                                placeholder = "Type a chat message"
                            }</dev:code>
        <dev:remarks>
          <maml:para>Sets the "message" element to new attributes.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Set-UDLicense</command:name>
      <command:verb>Set</command:verb>
      <command:noun>UDLicense</command:noun>
      <maml:description>
        <maml:para>Installs a PowerShell Pro Tools license</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Installs a PowerShell Pro Tools license</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-UDLicense</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>License</maml:name>
          <maml:Description>
            <maml:para>The contents of a license.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>License</maml:name>
        <maml:Description>
          <maml:para>The contents of a license.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Set-UDLicense -License "&lt;License&gt;sdfadfasdf&lt;/License&gt;"</dev:code>
        <dev:remarks>
          <maml:para>Installs a PowerShell Pro Tools license</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Show-UDModal</command:name>
      <command:verb>Show</command:verb>
      <command:noun>UDModal</command:noun>
      <maml:description>
        <maml:para>Shows a modal.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Shows a modal. This can be called from any endpoint.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Show-UDModal</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>BackgroundColor</maml:name>
          <maml:Description>
            <maml:para>The background color of the modal.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>BottomSheet</maml:name>
          <maml:Description>
            <maml:para>Whether this is a bottom sheet modal.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Content</maml:name>
          <maml:Description>
            <maml:para>The content of the modal.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>FixedFooter</maml:name>
          <maml:Description>
            <maml:para>Whether this modal has a fixed footer.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>FontColor</maml:name>
          <maml:Description>
            <maml:para>The font color for items in the modal.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Footer</maml:name>
          <maml:Description>
            <maml:para>The footer for the modal.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Header</maml:name>
          <maml:Description>
            <maml:para>The header of the modal.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>BackgroundColor</maml:name>
        <maml:Description>
          <maml:para>The background color of the modal.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>BottomSheet</maml:name>
        <maml:Description>
          <maml:para>Whether this is a bottom sheet modal.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Content</maml:name>
        <maml:Description>
          <maml:para>The content of the modal.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>FixedFooter</maml:name>
        <maml:Description>
          <maml:para>Whether this modal has a fixed footer.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>FontColor</maml:name>
        <maml:Description>
          <maml:para>The font color for items in the modal.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Footer</maml:name>
        <maml:Description>
          <maml:para>The footer for the modal.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Header</maml:name>
        <maml:Description>
          <maml:para>The header of the modal.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------------- Basic Modal -------------------------</maml:title>
        <dev:code>New-UDButton -Text "Show Modal" -OnClick {
    Show-UDModal -Header {
        New-UDHeading -Size 4 -Text "Modal"
    } -Content {
        "This is a modal"
    }
}</dev:code>
        <dev:remarks>
          <maml:para>Shows a modal when the button is clicked.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------------- Bottom Sheet -------------------------</maml:title>
        <dev:code>New-UDButton -Text "Show Modal" -OnClick {
    Show-UDModal -Header {
        New-UDHeading -Size 4 -Text "Modal"
    } -Content {
        "This is a modal"
    } -BottomSheet
}</dev:code>
        <dev:remarks>
          <maml:para>Shows a bottom sheet modal.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Persistent --------------------------</maml:title>
        <dev:code>New-UDButton -Text "Show Modal" -OnClick {
    Show-UDModal -Header {
        New-UDHeading -Size 4 -Text "Modal"
    } -Content {
        New-UDButton -Text 'Hide Modal' -OnClick {
            Hide-UDModal
        }
    } -Persistent
}</dev:code>
        <dev:remarks>
          <maml:para>Shows a persistent modal.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>------------------------- Custom Width -------------------------</maml:title>
        <dev:code>New-UDButton -Text "Show Modal" -OnClick {
    Show-UDModal -Header {
        New-UDHeading -Size 4 -Text "Modal"
    } -Content {
        New-UDButton -Text 'Hide Modal' -OnClick {
            Hide-UDModal
        }
    } -Width 1000 -Height 1000
}</dev:code>
        <dev:remarks>
          <maml:para>Shows a custom width modal.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>https://go.microsoft.com/fwlink/?LinkID=217032</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Show-UDToast</command:name>
      <command:verb>Show</command:verb>
      <command:noun>UDToast</command:noun>
      <maml:description>
        <maml:para>Shows a new toast message.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Shows a new toast message.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Show-UDToast</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Message</maml:name>
          <maml:Description>
            <maml:para>The message to show within the toast message.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>BackgroundColor</maml:name>
          <maml:Description>
            <maml:para>Background color for the toast message.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Balloon</maml:name>
          <maml:Description>
            <maml:para>Whether the toast is a balloon format.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>CloseOnClick</maml:name>
          <maml:Description>
            <maml:para>Whether the close the toast on click.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>CloseOnEscape</maml:name>
          <maml:Description>
            <maml:para>Whether to close the toast on escape.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Duration</maml:name>
          <maml:Description>
            <maml:para>The number of milliseconds to show the toast message.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>HideCloseButton</maml:name>
          <maml:Description>
            <maml:para>Whether to hide the close button.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Icon</maml:name>
          <maml:Description>
            <maml:para>The icon to show in the toast message.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">None</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">_500px</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_book</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_book_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_card</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_card_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">adjust</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">adn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_center</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_justify</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">amazon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ambulance</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">american_sign_language_interpreting</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">anchor</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">android</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angellist</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">apple</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">archive</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">area_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows_h</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows_v</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">asl_interpreting</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">assistive_listening_systems</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">asterisk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">at</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">audio_description</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">automobile</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">backward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">balance_scale</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ban</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bandcamp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bank</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bar_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bar_chart_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">barcode</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bath</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bathtub</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_0</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_4</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_empty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_full</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_quarter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_three_quarters</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bed</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">beer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">behance</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">behance_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell_slash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell_slash_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bicycle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">binoculars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">birthday_cake</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bitbucket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bitbucket_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bitcoin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">black_tie</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">blind</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bluetooth</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bluetooth_b</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bold</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bolt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bomb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">book</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bookmark</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bookmark_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">braille</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">briefcase</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">btc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bug</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">building</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">building_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bullhorn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bullseye</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">buysellads</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cab</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calculator</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_check_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_minus_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_plus_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_times_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">camera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">camera_retro</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">car</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cart_arrow_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cart_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_amex</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_diners_club</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_discover</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_jcb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_mastercard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_paypal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_stripe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_visa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">certificate</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chain</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chain_broken</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">child</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chrome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle_o_notch</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle_thin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">clipboard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">clock_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">clone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">close</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cloud</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cloud_download</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cloud_upload</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cny</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">code</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">code_fork</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">codepen</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">codiepie</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">coffee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cog</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cogs</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">columns</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comment</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comment_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">commenting</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">commenting_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comments</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comments_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">compass</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">compress</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">connectdevelop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">contao</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">copy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">copyright</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">creative_commons</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">credit_card</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">credit_card_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">crop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">crosshairs</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">css3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cube</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cubes</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cut</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cutlery</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dashboard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dashcube</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">database</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">deaf</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">deafness</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dedent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">delicious</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">desktop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">deviantart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">diamond</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">digg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dollar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dot_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">download</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dribbble</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">drivers_license</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">drivers_license_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dropbox</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">drupal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">edge</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">edit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eercast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eject</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ellipsis_h</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ellipsis_v</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">empire</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_open</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_open_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envira</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eraser</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">etsy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eur</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">euro</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exchange</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exclamation</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exclamation_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exclamation_triangle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">expand</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">expeditedssl</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">external_link</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">external_link_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eye</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eye_slash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eyedropper</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook_f</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook_official</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fast_backward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fast_forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fax</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">feed</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">female</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fighter_jet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_archive_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_audio_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_code_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_excel_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_image_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_movie_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_pdf_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_photo_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_picture_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_powerpoint_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_sound_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_text</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_text_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_video_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_word_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_zip_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">files_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">film</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">filter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fire</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fire_extinguisher</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">firefox</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">first_order</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flag_checkered</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flag_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flask</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flickr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">floppy_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder_open</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder_open_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">font</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">font_awesome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fonticons</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fort_awesome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">forumbee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">foursquare</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">free_code_camp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">frown_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">futbol_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gamepad</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gavel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gbp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ge</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gear</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gears</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">genderless</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">get_pocket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gg_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gift</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">git</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">git_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">github</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">github_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">github_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gitlab</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gittip</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">glass</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">glide</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">glide_g</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">globe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus_official</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_wallet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">graduation_cap</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gratipay</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">grav</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">group</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">h_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hacker_news</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_grab_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_lizard_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_paper_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_peace_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_pointer_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_rock_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_scissors_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_spock_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_stop_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">handshake_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hard_of_hearing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hashtag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hdd_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">header</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">headphones</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">heart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">heart_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">heartbeat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">history</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">home</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hospital_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hotel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_end</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_start</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">houzz</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">html5</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">i_cursor</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">id_badge</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">id_card</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">id_card_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ils</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">image</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">imdb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">inbox</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">indent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">industry</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">info</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">info_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">inr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">instagram</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">institution</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">internet_explorer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">intersex</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ioxhost</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">italic</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">joomla</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">jpy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">jsfiddle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">key</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">keyboard_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">krw</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">language</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">laptop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lastfm</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lastfm_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">leaf</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">leanpub</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">legal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lemon_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">level_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">level_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_bouy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_buoy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_ring</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_saver</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lightbulb_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">line_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">link</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linkedin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linkedin_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linode</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linux</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list_ol</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list_ul</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">location_arrow</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">_lock</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">low_vision</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">magic</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">magnet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mail_forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mail_reply</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mail_reply_all</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">male</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_marker</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_pin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_signs</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_double</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_stroke</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_stroke_h</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_stroke_v</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">maxcdn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">meanpath</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">medium</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">medkit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">meetup</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">meh_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mercury</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">microchip</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">microphone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">microphone_slash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mixcloud</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mobile</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mobile_phone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">modx</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">money</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">moon_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mortar_board</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">motorcycle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mouse_pointer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">music</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">navicon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">neuter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">newspaper_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">object_group</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">object_ungroup</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">odnoklassniki</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">odnoklassniki_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">opencart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">openid</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">opera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">optin_monster</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">outdent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pagelines</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paint_brush</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paper_plane</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paper_plane_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paperclip</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paragraph</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paste</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pause</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pause_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pause_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paw</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paypal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pencil</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pencil_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pencil_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">percent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">phone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">phone_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">photo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">picture_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pie_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pied_piper</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pied_piper_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pied_piper_pp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pinterest</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pinterest_p</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pinterest_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plane</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">play</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">play_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">play_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plug</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">podcast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">power_off</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">print</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">product_hunt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">puzzle_piece</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">qq</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">qrcode</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">question</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">question_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">question_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">quora</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">quote_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">quote_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ra</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">random</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ravelry</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rebel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">recycle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reddit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reddit_alien</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reddit_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">refresh</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">registered</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">remove</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">renren</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reorder</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">repeat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reply</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reply_all</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">resistance</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">retweet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rmb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">road</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rocket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rotate_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rotate_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rouble</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rss</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rss_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rub</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ruble</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rupee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">s15</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">safari</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">save</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">scissors</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">scribd</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">search</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">search_minus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">search_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sellsy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">send</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">send_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">server</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_alt_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shekel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sheqel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shield</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ship</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shirtsinbulk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shopping_bag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shopping_basket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shopping_cart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shower</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sign_in</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sign_language</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sign_out</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">signal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">signing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">simplybuilt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sitemap</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">skyatlas</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">skype</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">slack</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sliders</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">slideshare</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">smile_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snapchat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snapchat_ghost</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snapchat_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snowflake_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">soccer_ball_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_alpha_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_alpha_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_amount_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_amount_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_numeric_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_numeric_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">soundcloud</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">space_shuttle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">spinner</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">spoon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">spotify</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stack_exchange</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stack_overflow</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half_empty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half_full</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">steam</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">steam_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">step_backward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">step_forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stethoscope</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sticky_note</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sticky_note_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stop_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stop_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">street_view</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">strikethrough</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stumbleupon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stumbleupon_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">subscript</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">subway</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">suitcase</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sun_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">superpowers</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">superscript</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">support</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">table</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tablet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tachometer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tags</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tasks</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">taxi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">telegram</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">television</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tencent_weibo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">terminal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">text_height</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">text_width</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">th</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">th_large</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">th_list</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">themeisle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_0</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_4</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_empty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_full</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_quarter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_three_quarters</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumb_tack</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ticket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_rectangle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_rectangle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tint</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_off</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_on</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trademark</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">train</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">transgender</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">transgender_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trash_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tree</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trello</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tripadvisor</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trophy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">truck</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">_try</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tumblr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tumblr_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">turkish_lira</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tv</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">twitch</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">twitter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">twitter_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">umbrella</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">underline</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">undo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">universal_access</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">university</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unlink</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unlock</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unlock_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unsorted</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">upload</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">usb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">usd</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_md</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_secret</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_times</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">users</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vcard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vcard_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">venus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">venus_double</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">venus_mars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">viacoin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">viadeo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">viadeo_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">video_camera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vimeo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vimeo_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vine</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_control_phone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_off</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">warning</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wechat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">weibo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">weixin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">whatsapp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wheelchair</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wheelchair_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wifi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wikipedia_w</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_close</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_close_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_maximize</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_minimize</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_restore</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">windows</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">won</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wordpress</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wpbeginner</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wpexplorer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wpforms</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wrench</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">xing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">xing_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">y_combinator</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">y_combinator_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yahoo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yc_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yelp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yen</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yoast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">youtube</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">youtube_play</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">youtube_square</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">FontAwesomeIcons</command:parameterValue>
          <dev:type>
            <maml:name>FontAwesomeIcons</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>IconColor</maml:name>
          <maml:Description>
            <maml:para>The color of the icon.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of the toast message.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>MessageColor</maml:name>
          <maml:Description>
            <maml:para>The font color of the message.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>MessageSize</maml:name>
          <maml:Description>
            <maml:para>The size of the message.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Overlay</maml:name>
          <maml:Description>
            <maml:para>Whether to display an overlay.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>OverlayClose</maml:name>
          <maml:Description>
            <maml:para></maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>OverlayColor</maml:name>
          <maml:Description>
            <maml:para>The color of the overlay.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Position</maml:name>
          <maml:Description>
            <maml:para>The position of the toast.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">bottomRight</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bottomLeft</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">topRight</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">topLeft</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">topCenter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bottomCenter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">center</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ReplaceToast</maml:name>
          <maml:Description>
            <maml:para>Whether to replace an existing toast.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>RightToLeft</maml:name>
          <maml:Description>
            <maml:para>Whether the toast should be formatted right to left.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Theme</maml:name>
          <maml:Description>
            <maml:para>Light or dark theme.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">light</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dark</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Title</maml:name>
          <maml:Description>
            <maml:para>The title of the toast.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>TitleColor</maml:name>
          <maml:Description>
            <maml:para>The font color of the title.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>TitleSize</maml:name>
          <maml:Description>
            <maml:para>The size of the title.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>TransitionIn</maml:name>
          <maml:Description>
            <maml:para>How to transition the toast into the page.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">bounceInLeft</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bounceInRight</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bounceInUp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bounceInDown</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fadeIn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fadeInDown</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fadeInUp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fadeInLeft</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fadeInRight</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flipInX</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>TransitionOut</maml:name>
          <maml:Description>
            <maml:para>How to transition the toast out of the page.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">bounceInLeft</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bounceInRight</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bounceInUp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bounceInDown</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fadeIn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fadeInDown</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fadeInUp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fadeInLeft</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fadeInRight</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flipInX</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Broadcast</maml:name>
          <maml:Description>
            <maml:para>Sends a toast to all connected clients.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>BackgroundColor</maml:name>
        <maml:Description>
          <maml:para>Background color for the toast message.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Balloon</maml:name>
        <maml:Description>
          <maml:para>Whether the toast is a balloon format.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>CloseOnClick</maml:name>
        <maml:Description>
          <maml:para>Whether the close the toast on click.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>CloseOnEscape</maml:name>
        <maml:Description>
          <maml:para>Whether to close the toast on escape.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Duration</maml:name>
        <maml:Description>
          <maml:para>The number of milliseconds to show the toast message.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>HideCloseButton</maml:name>
        <maml:Description>
          <maml:para>Whether to hide the close button.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Icon</maml:name>
        <maml:Description>
          <maml:para>The icon to show in the toast message.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">FontAwesomeIcons</command:parameterValue>
        <dev:type>
          <maml:name>FontAwesomeIcons</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>IconColor</maml:name>
        <maml:Description>
          <maml:para>The color of the icon.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID of the toast message.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Message</maml:name>
        <maml:Description>
          <maml:para>The message to show within the toast message.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>MessageColor</maml:name>
        <maml:Description>
          <maml:para>The font color of the message.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>MessageSize</maml:name>
        <maml:Description>
          <maml:para>The size of the message.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Overlay</maml:name>
        <maml:Description>
          <maml:para>Whether to display an overlay.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>OverlayClose</maml:name>
        <maml:Description>
          <maml:para></maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>OverlayColor</maml:name>
        <maml:Description>
          <maml:para>The color of the overlay.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Position</maml:name>
        <maml:Description>
          <maml:para>The position of the toast.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ReplaceToast</maml:name>
        <maml:Description>
          <maml:para>Whether to replace an existing toast.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>RightToLeft</maml:name>
        <maml:Description>
          <maml:para>Whether the toast should be formatted right to left.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Theme</maml:name>
        <maml:Description>
          <maml:para>Light or dark theme.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Title</maml:name>
        <maml:Description>
          <maml:para>The title of the toast.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>TitleColor</maml:name>
        <maml:Description>
          <maml:para>The font color of the title.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>TitleSize</maml:name>
        <maml:Description>
          <maml:para>The size of the title.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>TransitionIn</maml:name>
        <maml:Description>
          <maml:para>How to transition the toast into the page.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>TransitionOut</maml:name>
        <maml:Description>
          <maml:para>How to transition the toast out of the page.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Broadcast</maml:name>
        <maml:Description>
          <maml:para>Sends a toast to all connected clients.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------------- Basic toast -------------------------</maml:title>
        <dev:code>New-UDButton -Text "Show Toast" -OnClick {
    Show-UDToast -Message 'Toast'
}</dev:code>
        <dev:remarks>
          <maml:para>Shows a basic toast.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>https://go.microsoft.com/fwlink/?LinkID=217032</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Start-UDDashboard</command:name>
      <command:verb>Start</command:verb>
      <command:noun>UDDashboard</command:noun>
      <maml:description>
        <maml:para>Starts a dashboard defined by New-UDDashboard.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Starts a dashboard defined by New-UDDashboard.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Start-UDDashboard</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AllowHttpForLogin</maml:name>
          <maml:Description>
            <maml:para>Allows HTTP for login. A warning will be shown.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AutoReload</maml:name>
          <maml:Description>
            <maml:para>Reloads the dashboard automatically when changes are made to the script containing the dashboard. The dashboard must be saved as a file.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Certificate</maml:name>
          <maml:Description>
            <maml:para>The certificate to use encrypt HTTPS traffic. The webserver will listen on HTTPS.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">X509Certificate2</command:parameterValue>
          <dev:type>
            <maml:name>X509Certificate2</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>CertificateFile</maml:name>
          <maml:Description>
            <maml:para>The certificate file to use encrypt HTTPS traffic. The webserver will listen on HTTPS.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>CertificateFilePassword</maml:name>
          <maml:Description>
            <maml:para>The certificate file password to use encrypt HTTPS traffic. The webserver will listen on HTTPS.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue>
          <dev:type>
            <maml:name>SecureString</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Content</maml:name>
          <maml:Description>
            <maml:para>A ScriptBlock that calls New-UDDashboard.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Design</maml:name>
          <maml:Description>
            <maml:para>Puts the dashboard in design mode. This will enable the design console.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Endpoint</maml:name>
          <maml:Description>
            <maml:para>An array of REST endpoints to expose with this dashboard. They can be generated with New-UDEndpoint.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Endpoint[]</command:parameterValue>
          <dev:type>
            <maml:name>Endpoint[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>Name of the dashboard.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Port</maml:name>
          <maml:Description>
            <maml:para>The port to use for the dashboard. Defaults to 80.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>PublishedFolder</maml:name>
          <maml:Description>
            <maml:para>A collection of published folders. You can generate these folders with Publish-UDFolder.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">PublishedFolder[]</command:parameterValue>
          <dev:type>
            <maml:name>PublishedFolder[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>UpdateToken</maml:name>
          <maml:Description>
            <maml:para>A token used to authenticate update requests.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Wait</maml:name>
          <maml:Description>
            <maml:para>Blocks execution and waits for the web server to run.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Start-UDDashboard</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AllowHttpForLogin</maml:name>
          <maml:Description>
            <maml:para>Allows HTTP for login. A warning will be shown.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AutoReload</maml:name>
          <maml:Description>
            <maml:para>Reloads the dashboard automatically when changes are made to the script containing the dashboard. The dashboard must be saved as a file.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Certificate</maml:name>
          <maml:Description>
            <maml:para>The certificate to use encrypt HTTPS traffic. The webserver will listen on HTTPS.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">X509Certificate2</command:parameterValue>
          <dev:type>
            <maml:name>X509Certificate2</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>CertificateFile</maml:name>
          <maml:Description>
            <maml:para>The certificate file to use encrypt HTTPS traffic. The webserver will listen on HTTPS.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>CertificateFilePassword</maml:name>
          <maml:Description>
            <maml:para>The certificate file password to use encrypt HTTPS traffic. The webserver will listen on HTTPS.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue>
          <dev:type>
            <maml:name>SecureString</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Dashboard</maml:name>
          <maml:Description>
            <maml:para>The dashboard to start. This dashboard is created with New-UDDashboard.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Dashboard</command:parameterValue>
          <dev:type>
            <maml:name>Dashboard</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Design</maml:name>
          <maml:Description>
            <maml:para>Puts the dashboard in design mode. This will enable the design console.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Endpoint</maml:name>
          <maml:Description>
            <maml:para>An array of REST endpoints to expose with this dashboard. They can be generated with New-UDEndpoint.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Endpoint[]</command:parameterValue>
          <dev:type>
            <maml:name>Endpoint[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>Name of the dashboard.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Port</maml:name>
          <maml:Description>
            <maml:para>The port to use for the dashboard. Defaults to 80.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>PublishedFolder</maml:name>
          <maml:Description>
            <maml:para>A collection of published folders. You can generate these folders with Publish-UDFolder.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">PublishedFolder[]</command:parameterValue>
          <dev:type>
            <maml:name>PublishedFolder[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>UpdateToken</maml:name>
          <maml:Description>
            <maml:para>A token used to authenticate update requests.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Wait</maml:name>
          <maml:Description>
            <maml:para>Blocks execution and waits for the web server to run.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Start-UDDashboard</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AllowHttpForLogin</maml:name>
          <maml:Description>
            <maml:para>Allows HTTP for login. A warning will be shown.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AutoReload</maml:name>
          <maml:Description>
            <maml:para>Reloads the dashboard automatically when changes are made to the script containing the dashboard. The dashboard must be saved as a file.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Certificate</maml:name>
          <maml:Description>
            <maml:para>The certificate to use encrypt HTTPS traffic. The webserver will listen on HTTPS.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">X509Certificate2</command:parameterValue>
          <dev:type>
            <maml:name>X509Certificate2</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>CertificateFile</maml:name>
          <maml:Description>
            <maml:para>The certificate file to use encrypt HTTPS traffic. The webserver will listen on HTTPS.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>CertificateFilePassword</maml:name>
          <maml:Description>
            <maml:para>The certificate file password to use encrypt HTTPS traffic. The webserver will listen on HTTPS.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue>
          <dev:type>
            <maml:name>SecureString</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Design</maml:name>
          <maml:Description>
            <maml:para>Puts the dashboard in design mode. This will enable the design console.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Endpoint</maml:name>
          <maml:Description>
            <maml:para>An array of REST endpoints to expose with this dashboard. They can be generated with New-UDEndpoint.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Endpoint[]</command:parameterValue>
          <dev:type>
            <maml:name>Endpoint[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>FilePath</maml:name>
          <maml:Description>
            <maml:para>The path to a file that returns a dashboard. This file should return a dashboard with New-UDDashboard.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>Name of the dashboard.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Port</maml:name>
          <maml:Description>
            <maml:para>The port to use for the dashboard. Defaults to 80.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>PublishedFolder</maml:name>
          <maml:Description>
            <maml:para>A collection of published folders. You can generate these folders with Publish-UDFolder.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">PublishedFolder[]</command:parameterValue>
          <dev:type>
            <maml:name>PublishedFolder[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>UpdateToken</maml:name>
          <maml:Description>
            <maml:para>A token used to authenticate update requests.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Wait</maml:name>
          <maml:Description>
            <maml:para>Blocks execution and waits for the web server to run.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AllowHttpForLogin</maml:name>
        <maml:Description>
          <maml:para>Allows HTTP for login. A warning will be shown.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AutoReload</maml:name>
        <maml:Description>
          <maml:para>Reloads the dashboard automatically when changes are made to the script containing the dashboard. The dashboard must be saved as a file.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Certificate</maml:name>
        <maml:Description>
          <maml:para>The certificate to use encrypt HTTPS traffic. The webserver will listen on HTTPS.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">X509Certificate2</command:parameterValue>
        <dev:type>
          <maml:name>X509Certificate2</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>CertificateFile</maml:name>
        <maml:Description>
          <maml:para>The certificate file to use encrypt HTTPS traffic. The webserver will listen on HTTPS.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>CertificateFilePassword</maml:name>
        <maml:Description>
          <maml:para>The certificate file password to use encrypt HTTPS traffic. The webserver will listen on HTTPS.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue>
        <dev:type>
          <maml:name>SecureString</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Content</maml:name>
        <maml:Description>
          <maml:para>A ScriptBlock that calls New-UDDashboard.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Dashboard</maml:name>
        <maml:Description>
          <maml:para>The dashboard to start. This dashboard is created with New-UDDashboard.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Dashboard</command:parameterValue>
        <dev:type>
          <maml:name>Dashboard</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Design</maml:name>
        <maml:Description>
          <maml:para>Puts the dashboard in design mode. This will enable the design console.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Endpoint</maml:name>
        <maml:Description>
          <maml:para>An array of REST endpoints to expose with this dashboard. They can be generated with New-UDEndpoint.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Endpoint[]</command:parameterValue>
        <dev:type>
          <maml:name>Endpoint[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>FilePath</maml:name>
        <maml:Description>
          <maml:para>The path to a file that returns a dashboard. This file should return a dashboard with New-UDDashboard.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Name</maml:name>
        <maml:Description>
          <maml:para>Name of the dashboard.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Port</maml:name>
        <maml:Description>
          <maml:para>The port to use for the dashboard. Defaults to 80.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>PublishedFolder</maml:name>
        <maml:Description>
          <maml:para>A collection of published folders. You can generate these folders with Publish-UDFolder.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">PublishedFolder[]</command:parameterValue>
        <dev:type>
          <maml:name>PublishedFolder[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>UpdateToken</maml:name>
        <maml:Description>
          <maml:para>A token used to authenticate update requests.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Wait</maml:name>
        <maml:Description>
          <maml:para>Blocks execution and waits for the web server to run.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Start-UDDashboard -Content {
    New-UDDashboard -Title "Groovy Dashboard"
}</dev:code>
        <dev:remarks>
          <maml:para>Starts a new dashboard based on the specified ScriptBlock with the title Groovy Dashboard on port 80.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>PS C:\&gt; $Dashboard = New-UDDashboard -Title "Groovy Dashboard"
PS C:\&gt; Start-UDDashboard -Dashboard $Dashboard -Port 1000</dev:code>
        <dev:remarks>
          <maml:para>Starts a new dashboard based on the specified dashboard created by New-Dashboard with the title Groovy Dashboard on port 1000.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 3 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Start-UDDashboard -Name "MyDashboard" -Content {
    New-UDDashboard -Title "Groovy Dashboard"
}</dev:code>
        <dev:remarks>
          <maml:para>Starts a new dashboard with the name "MyDashboard".</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Start-UDRestApi</command:name>
      <command:verb>Start</command:verb>
      <command:noun>UDRestApi</command:noun>
      <maml:description>
        <maml:para>Starts a REST API server.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Starts a REST API server. This server consists only of REST endpoints. Unlike Start-UDDashboard, this type of server has no user interface.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Start-UDRestApi</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AuthenticationMethod</maml:name>
          <maml:Description>
            <maml:para>Authentication methods for this REST API.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">AuthenticationMethod[]</command:parameterValue>
          <dev:type>
            <maml:name>AuthenticationMethod[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AutoReload</maml:name>
          <maml:Description>
            <maml:para>Whether to AutoReload this REST API on changes.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Certificate</maml:name>
          <maml:Description>
            <maml:para>Certificate for HTTPS.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">X509Certificate2</command:parameterValue>
          <dev:type>
            <maml:name>X509Certificate2</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>CertificateFile</maml:name>
          <maml:Description>
            <maml:para>Certificate file for HTTPS.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>CertificateFilePassword</maml:name>
          <maml:Description>
            <maml:para>Certificate file password for HTTPS.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue>
          <dev:type>
            <maml:name>SecureString</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Endpoint</maml:name>
          <maml:Description>
            <maml:para>An array of endpoints created with New-UDEndpoint.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Endpoint[]</command:parameterValue>
          <dev:type>
            <maml:name>Endpoint[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>EndpointInitialization</maml:name>
          <maml:Description>
            <maml:para>The initial session state for endpoints of this dashboard. Use New-UDEndpointInitialization to create an object for this parameter.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">InitialSessionState</command:parameterValue>
          <dev:type>
            <maml:name>InitialSessionState</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>The name of the REST API server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Port</maml:name>
          <maml:Description>
            <maml:para>The port the REST API server listens on.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>PublishedFolder</maml:name>
          <maml:Description>
            <maml:para>A collection of published folders. You can generate these folders with Publish-UDFolder.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">PublishedFolder[]</command:parameterValue>
          <dev:type>
            <maml:name>PublishedFolder[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Wait</maml:name>
          <maml:Description>
            <maml:para>This causes this cmdlet to block the terminal.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AuthenticationMethod</maml:name>
        <maml:Description>
          <maml:para>Authentication methods for this REST API.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">AuthenticationMethod[]</command:parameterValue>
        <dev:type>
          <maml:name>AuthenticationMethod[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AutoReload</maml:name>
        <maml:Description>
          <maml:para>Whether to AutoReload this REST API on changes.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Certificate</maml:name>
        <maml:Description>
          <maml:para>Certificate for HTTPS.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">X509Certificate2</command:parameterValue>
        <dev:type>
          <maml:name>X509Certificate2</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>CertificateFile</maml:name>
        <maml:Description>
          <maml:para>Certificate file for HTTPS.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>CertificateFilePassword</maml:name>
        <maml:Description>
          <maml:para>Certificate file password for HTTPS.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue>
        <dev:type>
          <maml:name>SecureString</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Endpoint</maml:name>
        <maml:Description>
          <maml:para>An array of endpoints created with New-UDEndpoint.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Endpoint[]</command:parameterValue>
        <dev:type>
          <maml:name>Endpoint[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>EndpointInitialization</maml:name>
        <maml:Description>
          <maml:para>The initial session state for endpoints of this dashboard. Use New-UDEndpointInitialization to create an object for this parameter.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">InitialSessionState</command:parameterValue>
        <dev:type>
          <maml:name>InitialSessionState</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Name</maml:name>
        <maml:Description>
          <maml:para>The name of the REST API server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Port</maml:name>
        <maml:Description>
          <maml:para>The port the REST API server listens on.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>PublishedFolder</maml:name>
        <maml:Description>
          <maml:para>A collection of published folders. You can generate these folders with Publish-UDFolder.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">PublishedFolder[]</command:parameterValue>
        <dev:type>
          <maml:name>PublishedFolder[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Wait</maml:name>
        <maml:Description>
          <maml:para>This causes this cmdlet to block the terminal.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Start-UDRestApi -Port 1000 -Endpoint @(
    New-UDEndpoint -Url "user" -Method "GET" -Endpoint {
        @("Adam", "Sarah", "Bill") | ConvertTo-Json
    }
)
Invoke-RestMethod http://localhost:1000/api/user</dev:code>
        <dev:remarks>
          <maml:para>Starts a new REST API with a "user" endpoint that returns Adam, Sarah and Bill as a JSON array.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Stop-UDDashboard</command:name>
      <command:verb>Stop</command:verb>
      <command:noun>UDDashboard</command:noun>
      <maml:description>
        <maml:para>Stops a dashboard returned by Start-UDDashboard.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Stops a dashboard returned by Start-UDDashboard.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Stop-UDDashboard</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>Name of the dashboard to stop.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Stop-UDDashboard</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Port</maml:name>
          <maml:Description>
            <maml:para>Stops the dashboard by port number.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Stop-UDDashboard</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByValue)" position="1" aliases="none">
          <maml:name>Server</maml:name>
          <maml:Description>
            <maml:para>The dashboard server to stop. This is returned by Start-UDDashboard.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Server</command:parameterValue>
          <dev:type>
            <maml:name>Server</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Name</maml:name>
        <maml:Description>
          <maml:para>Name of the dashboard to stop.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Port</maml:name>
        <maml:Description>
          <maml:para>Stops the dashboard by port number.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByValue)" position="1" aliases="none">
        <maml:name>Server</maml:name>
        <maml:Description>
          <maml:para>The dashboard server to stop. This is returned by Start-UDDashboard.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Server</command:parameterValue>
        <dev:type>
          <maml:name>Server</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; $DashboardServer = Start-UDDashboard -Content { New-UDDashboard {} }
PS C:\&gt; Stop-UDDashboard -Server $DashboardServer</dev:code>
        <dev:remarks>
          <maml:para>Stops a dashboard returned by Start-UDDashboard.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Stop-UDDashboard -Name "MyDashboard"</dev:code>
        <dev:remarks>
          <maml:para>Stops the dashboard named "MyDashboard".</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Stop-UDRestApi</command:name>
      <command:verb>Stop</command:verb>
      <command:noun>UDRestApi</command:noun>
      <maml:description>
        <maml:para>Stops a REST API server.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Stops a REST API server started with Start-UDRestApi</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Stop-UDRestApi</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>The name of the REST API server to stop.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Stop-UDRestApi</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByValue)" position="1" aliases="none">
          <maml:name>Server</maml:name>
          <maml:Description>
            <maml:para>The server object to stop. This is returned by Get-UDRestApi and Start-UDRestApi.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Server</command:parameterValue>
          <dev:type>
            <maml:name>Server</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Name</maml:name>
        <maml:Description>
          <maml:para>The name of the REST API server to stop.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByValue)" position="1" aliases="none">
        <maml:name>Server</maml:name>
        <maml:Description>
          <maml:para>The server object to stop. This is returned by Get-UDRestApi and Start-UDRestApi.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Server</command:parameterValue>
        <dev:type>
          <maml:name>Server</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>UniversalDashboard.Server</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-UDRestApi | Stop-UDRestApi</dev:code>
        <dev:remarks>
          <maml:para>Stops all running REST API servers.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Sync-UDElement</command:name>
      <command:verb>Sync</command:verb>
      <command:noun>UDElement</command:noun>
      <maml:description>
        <maml:para>Forces an element to update its state.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Forces an element to update its state. This only works with elements (charts, monitors, counters, elements, etc) that have used the Endpoint parameter and not the content parameter.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Sync-UDElement</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Broadcast</maml:name>
          <maml:Description>
            <maml:para>Whether to broadcast this change to all connected clients.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The element to force to update .</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Broadcast</maml:name>
        <maml:Description>
          <maml:para>Whether to broadcast this change to all connected clients.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The element to force to update .</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDButton -Text "Button" -Id "Button" -OnClick {
                $Session:Clicked = $true
                Sync-UDElement -Id 'Counter'
            }
 
            New-UDCounter -Title "Counter" -Id "Counter" -Endpoint {
                if ($Session:Clicked) {
                    1
                } else {
                    0
                }
            }</dev:code>
        <dev:remarks>
          <maml:para>Forces the counter to update its state when the button is clicked.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Update-UDDashboard</command:name>
      <command:verb>Update</command:verb>
      <command:noun>UDDashboard</command:noun>
      <maml:description>
        <maml:para>Updates a running dashboard.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Updates a running dashboard. To be able to support this cmdlet you need to specify the UpdateToken parameter on Start-UDDashboard.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Update-UDDashboard</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Content</maml:name>
          <maml:Description>
            <maml:para>The content of the dashboard to update.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>UpdateToken</maml:name>
          <maml:Description>
            <maml:para>The update token for the dashboard. This is specified with Start-UDDashboard. Treat this as a password.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Url</maml:name>
          <maml:Description>
            <maml:para>The URL of the running Universal Dashboard.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Update-UDDashboard</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>FilePath</maml:name>
          <maml:Description>
            <maml:para>The file path of a PS1 that returns a New-UDDashboard.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>UpdateToken</maml:name>
          <maml:Description>
            <maml:para>The update token for the dashboard. This is specified with Start-UDDashboard. Treat this as a password.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Url</maml:name>
          <maml:Description>
            <maml:para>The URL of the running Universal Dashboard.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Content</maml:name>
        <maml:Description>
          <maml:para>The content of the dashboard to update.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>FilePath</maml:name>
        <maml:Description>
          <maml:para>The file path of a PS1 that returns a New-UDDashboard.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>UpdateToken</maml:name>
        <maml:Description>
          <maml:para>The update token for the dashboard. This is specified with Start-UDDashboard. Treat this as a password.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Url</maml:name>
        <maml:Description>
          <maml:para>The URL of the running Universal Dashboard.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Start-UDDashboard -UpdateToken 1234 -Port 8080
PS C:\&gt; Update-UDDashboard -UpdateToken 1234 -Url http://localhost:8080 -Content {
    New-UDDashboard -Title "Updated" -Content {
        New-UDCard -TItle "Updated Content"
    }
}</dev:code>
        <dev:remarks>
          <maml:para>Starts a dashboard and updates it using Update-UDDashboard.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Write-UDLog</command:name>
      <command:verb>Write</command:verb>
      <command:noun>UDLog</command:noun>
      <maml:description>
        <maml:para>Writes a log messge to the Universal Dashboard log.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Writes a log messge to the Universal Dashboard log. This can be helpful for debugging endpoints.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Write-UDLog</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Message</maml:name>
          <maml:Description>
            <maml:para>The message to log.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Level</maml:name>
          <maml:Description>
            <maml:para>The log level for this log message.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">Debug</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Info</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Warning</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Error</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>LoggerName</maml:name>
          <maml:Description>
            <maml:para>The name of the logger. This is useful for grouping log messages together.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Level</maml:name>
        <maml:Description>
          <maml:para>The log level for this log message.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>LoggerName</maml:name>
        <maml:Description>
          <maml:para>The name of the logger. This is useful for grouping log messages together.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Message</maml:name>
        <maml:Description>
          <maml:para>The message to log.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Write-UDLog -Level Debug -Message "Test message"</dev:code>
        <dev:remarks>
          <maml:para>Writes a debug message to the Universal Dashboard log.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
</helpItems>