remove_key


Description:

[ Version ( deprecated = true , deprecated_since = "1.12" , since = "1.4" ) ]
public void remove_key (string? source_state_name, string? target_state_name, Object? object, string? property_name)

Warning: remove_key is deprecated since 1.12.

Removes all keys matching the search criteria passed in arguments.

Note:

Parameters:

this

a State instance.

source_state_name

the source state name to query, or null for all source states

target_state_name

the target state name to query, or null for all target states

object

the specific object instance to list keys for, or null for all managed objects

property_name

the property name to search for, or null for all properties.