SetFileProperties Example
After execution, the max.jpg file will have the following properties associated with it:
Property | Value |
---|---|
notes | Example note |
tagging | Example |
Smartsite SXML | Copy Code |
---|---|
<se:setfileproperties filename="functionaltests/metatest/max.jpg"> <se:parameters> <se:parameter name="customproperties"> <se:collection> <se:member name="notes">Example note</se:member> <se:member name="tagging">Example</se:member> </se:collection> </se:parameter> </se:parameters> </se:setfileproperties> |