RevisionActionType
RevisionActionType enumeration
Utility class containing constants. Represents the type of revision action.
Values
| Name | Description |
|---|---|
| ADD | Add revision. |
| DELETE | Delete revision. |
| DELETE_COLUMN | Column delete revision. |
| DELETE_ROW | Row delete revision. |
| INSERT_COLUMN | Column insert revision. |
| INSERT_ROW | Row insert revision. |