RevisionAction

RevisionAction enumeration

Action that can be applied to a revision.

public enum RevisionAction

Values

Name Value Description
None 0 Nothing to do.
Accept 1 The revision will be displayed if it is of type INSERTION or will be removed if the type is DELETION.
Reject 2 The revision will be removed if it is of type INSERTION or will be displayed if the type is DELETION.

See Also