Enum AnnotationState

AnnotationState enumeration

The enumeration of states to which the original annotation can be set.

public enum AnnotationState

Values

NameValueDescription
Undefined0Not defined state.
Marked1The annotation has been marked by the user.
Unmarked2The annotation has not been marked by the user.
Accepted3The user agrees with the change.
Rejected4The user disagrees with the change.
Cancelled5The change has been cancelled.
Completed6The change has been completed.
None7The user has indicated nothing about the change.

See Also