description
The value between these tags is used to populate the description column of the script.
Hierarchy
- script
- description
Syntax
Copy
<description>
<!-- string value -->
</description>
Example
Copy
<script>
<name>Description Example</name>
<description>This is an example script for using the description element</description>
<category></category>
<input orientation="horizontal" />
<display type="itemlist" />
<action returns="table">
<![CDATA[
]]>
</action>
</script>