en-US/UniversalDashboard.dll-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>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-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="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="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>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; 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: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-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>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: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>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>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDChart -Type Bar -Memory "CPU" -Endpoint {
    Get-Process -Name chrome | 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>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDChart -Type Bar -Memory "CPU" -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 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-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>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; 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>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="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="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-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>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="true" 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="true" 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: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>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; 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>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>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-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:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-UDEndpointSchedule</maml:name>
        <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:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-UDEndpointSchedule</maml:name>
        <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:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-UDEndpointSchedule</maml:name>
        <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:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-UDEndpointSchedule</maml:name>
        <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: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="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: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: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. The grid is produced using jQuery DataTables.</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>-------------------------- 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>Creates a grid in the dashboard that displays the process information for Chrome running on the machine.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDGrid -Title "Service Information" -Headers @("Status", "Name", "Display Name") -Properties @("Status", "Name", "DisplayName") -Endpoint {
            Get-Service | Out-UDGridData
        }</dev:code>
        <dev:remarks>
          <maml:para>Creates a grid in the dashboard that displays the service information on the 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>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>PS C:\&gt; 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-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>ShowIndecators</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>ShowIndecators</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>PS C:\&gt; New-UDImageCarousel -Items {
                New-UDImageCarouselItem @Slide1
                New-UDImageCarouselItem @Slide2
                New-UDImageCarouselItem @Slide3
        } -Height 650px -FullWidth -FixButton -ButtonText 'GO TO..' -ShowIndecators</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://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-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>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: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>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: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-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: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-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>PS C:\&gt; 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-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-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: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>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDMonitor -Type Line -Title "CPU" -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>Displays available memory in megabytes for the 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>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-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-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>-------------------------- 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>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>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-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>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDButton -Text "Show Modal" -OnClick {
    Show-UDModal -Header {
        New-UDHeading -Size 4 -Text "Modal"
    } -Context {
        "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: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: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: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>
      <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>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>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>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>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>
</helpItems>