OpenWGA 7.5 - TMLScript reference
HDBModelEventProperty :
hdbModel.deletedContentKey
| On object | HDBModelEvent |
| Usage |
Returns the content key of the deleted document in a delete operation |
| Description |
This is most useful in "postDelete" events where the deleted content is no more available. At this time this property still serves the content key of the deleted document so a script may do "cleanup" operations based on that. |
| Writable | False |
| Return value |
Content key of the deleted content (WGAPI object WGContentKey) |