name
The value between these tags is used to name (and populate the Name column of) the script.
Hierarchy
- script
- name
Syntax
Copy
<name>
<!-- string value -->
</name>
Example
Copy
<script>
<name>Example Script</name>
<description></description>
<category></category>
<input orientation="horizontal"></input>
<display type="itemlist"></display>
<action returns="table">
<![CDATA[
]]>
</action>
</script>