DeleteItem method: Attribute collection
Syntax
DeleteItem(AttributeValueName)
Description
The DeleteItem method deletes the AttributeValue object identified by AttributeValueName from the Attribute Collection.
This method is not executed automatically. It is executed only when the parent object is saved.
Parameters
| Parameter | Description |
|---|---|
|
AttributeValueName |
Specify the name of an AttributeValue existing in the Attribute Collection. |
Returns
A Boolean value: True if the AttributeValue was deleted, False otherwise.