Difference between revisions of "Activity:DeleteObject (Activity)"
Line 10: | Line 10: | ||
}} | }} | ||
The DeleteObject Activity deletes a {{UBIK}} object from memory and the database. | The DeleteObject Activity deletes a {{UBIK}} object from memory and the database. | ||
+ | |||
+ | = Description = | ||
==Arguments== | ==Arguments== | ||
Line 30: | Line 32: | ||
{{Attention|The delete is permanent, the object can bot be restored!}} | {{Attention|The delete is permanent, the object can bot be restored!}} | ||
− | + | =Example= | |
Delete the given object shallow: | Delete the given object shallow: | ||
Line 48: | Line 50: | ||
* [[Activity:CreateInstance (Activity)]] | * [[Activity:CreateInstance (Activity)]] | ||
− | [[Category:Activities]] | + | [[Category:Activities|DeleteObject (Activity)]] |
Revision as of 09:04, 4 November 2015
Delete Object | |
---|---|
Name | DeleteObject |
Purpose | Delete an object from the database |
Category | Object Primitives |
Returns | True if successful |
Version | 2.1+ |
The DeleteObject Activity deletes a UBIK® object from memory and the database.