| Syntax | $removePublicProperty{property_name_1}{property_name_2} ... {property_name_n} |
| Documentation | Removes the named public properties from the current branch:
Parameters:
property_name_1 through property_name_n, the names of the public properties of the current branch to be removed. |
| Examples |
Remove public properties "bgcolor" and "vlink_color":
$removePublicProperty{bgcolor}{vlink_color} |
| Group | Special |
| Minimum required transaction-mode: | UPDATE=TREE |
| Required scripting permission of the developer | PERMISSION_FL_BASIC |
| Minimum parameters | 1 |
| Maximum parameters | <unlimited> |