UndoResult Type
Result of an undo operation. Undone means the record was deleted;
WasNotPresent means there was nothing to undo (e.g., the post was not liked).
Union cases
| Union case |
Description
|
Full Usage:
Undone
|
|
Full Usage:
WasNotPresent
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsUndone
Returns: bool
|
|
Full Usage:
this.IsWasNotPresent
Returns: bool
|
|