MarkupAnnotation.SetReviewState

SetReviewState(AnnotationState, string)

Sets the review state for an annotation. Marked and Unmarked states are ignored as they do not belong to the Review StateModel. Note, the state stored in other text annotation which has state and statemodel keys.

public void SetReviewState(AnnotationState state, string userName)
ParameterTypeDescription
stateAnnotationStateStatus for assignment.
userNameStringThe username that appears in the comments header. The name can be the same as the name in the Title of the target annotation or different if the status is set by another user.

See Also


SetReviewState(AnnotationState)

Sets the review state for an annotation. Marked and Unmarked states are ignored as they do not belong to the Review StateModel. The state is set by the user who created the target annotation. The value is taken from the Title property of the target annotation. Note, the state stored in other text annotation which has state and statemodel keys.

public void SetReviewState(AnnotationState state)
ParameterTypeDescription
stateAnnotationStateStatus for assignment.

See Also