|
|
Adds custom properties to a file on disk
Syntax
| Smartsite SXML |
|
|---|---|
<se:setfileproperties>
<se:parameters>
<se:parameter name="filename">
</se:parameter>
<se:parameter name="customproperties">
<se:collection>
<se:member name="">
</se:member>
</se:collection>
</se:parameter>
</se:parameters>
</se:setfileproperties>
|
|
Parameters
| Name | Data Type | Properties | Description |
|---|---|---|---|
| CustomProperties | Collection |
IsRequired
|
Collection of name-value pairs to be set as meta properties for the given file |
| FileName | String |
IsRequired
|
Sets the name of the file. |
Shared Parameters
Local Viper Methods
| Viper | Extension | Description |
|---|---|---|
| This.ClearForcedResult |
Sets the result of the macro. used to override the normal handling of the result creation. |
|
| This.GetForcedResult | Gets the forced result of the macro, set by overriding the normal rendering using SetForcedResult(). | |
| This.RenderTime | ✓ | Returns the render time of the macro in milliseconds. |
| This.SetForcedResult |
Sets the result of the macro. used to override the normal handling of the result creation. |