RevisionAction enumeration

RevisionAction enumeration

Action that can be applied to a revision.

The RevisionAction type exposes the following members:

Fields

Field Description
NONE Nothing to do.
ACCEPT The revision will be displayed if it is of type INSERTION or will be removed if the type is DELETION.
REJECT The revision will be removed if it is of type INSERTION or will be displayed if the type is DELETION.

See Also