Difference between revisions of "PropertyDef"
(→PropertyDef) |
|||
Line 22: | Line 22: | ||
Might contain the sub-element [[Description]]. | Might contain the sub-element [[Description]]. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 10:27, 14 January 2015
PropertyDef
Defines a property to set in GVBuffer.
The PropertyDef Element is used by: ChangeGVBuffer, SpProperties, JbProperties, RemoteCommands.
The following table shows the PropertyDef element's attributes:
Attribute | Type | Description |
---|---|---|
name | required | Property name. |
value | required | Property value. Can contains metadata |
overwrite-body | optional | If "yes" the GVBuffer body is overwitten with the GVBuffer's property value or with the current property value, or is set to null.
The body overwrite is execute prior of 'compress', 'crypto' or 'base64' operations. WARNING!!!!!!! The 'clear-data' operation is still performed invalidating the body overwriting. The attribute's admitted values are:
|
Might contain the sub-element Description.