$removePublicProperty

Removes the named public properties from the current branch.
Syntax
    $removePublicProperty{property_name_1}{property_name_2} ... {property_name_n}
DocumentationRemoves 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}
GroupSpecial
Minimum required transaction-mode:UPDATE=TREE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters1
Maximum parameters <unlimited>