[This is preliminary documentation and is subject to change.]
Overload List
Name | Description | |
---|---|---|
DeleteValue(Int32) |
Deletes the value with the specified identifier and returns true on
success. Returns false if this method is called incorrectly, deletion fails
or an exception is thrown. For read-only and don't-delete values this
method will return true even though deletion failed.
| |
DeleteValue(String) |
Deletes the value with the specified identifier and returns true on
success. Returns false if this method is called incorrectly or an exception
is thrown. For read-only and don't-delete values this method will return
true even though deletion failed.
|
See Also