RevisionActionType enumeration

RevisionActionType enumeration

Represents the type of revision action.

The RevisionActionType type exposes the following members:

Fields

FieldDescription
ADDAdd revision.
DELETEDelete revision.
DELETE_COLUMNColumn delete revision.
DELETE_ROWRow delete revision.
INSERT_COLUMNColumn insert revision.
INSERT_ROWRow insert revision.

See Also