|
Description
|
The operation is:
- set: to simply set the property value;
- append-list: to append the value to the previous value,
interpreting both as comma-separated lists;
- append-value: to append the value at the end of the previous value
(or after searchValue if it is specified),
interpreting the previous value as a comma-separated list.
- insert-value: to append the value at the start of the previous value
(or before searchValue if it is specified),
interpreting the previous value as a comma-separated list.
- replace-value: replace all occurrences of
searchValue with the new value,
interpreting the previous value as a comma-separated list.
|