Used to specify default inputdata trimming on the property.
When parsing the SXML, the Smartsite XML parser will trim the data on properties marked with this flag.
<se:itemdata> <se:parameters> <se:parameter name="field"> title </se:parameter> </se:parameters> </se:itemdata>
The field property of the itemdata macro has the Trim flag, allowing for the notation shown above.
If Trim were not specified, the notation should have been:
<se:itemdata> <se:parameters> <se:parameter name="field">title</se:parameter> </se:parameters> </se:itemdata>
or
<se:itemdata> <se:parameters> <se:parameter name="field" trim="both"> title </se:parameter> </se:parameters> </se:itemdata>
The SXML parser will treat parameters having the following datatypes as having Trim set by default: