DynamicDocumentReviewState public class DynamicDocumentReviewState : ReviewerStatus Documentation public int? AssignedDocumentArtifactID { get; set; } public List<int> AssignedDocumentArtifactIDs { get; set; } public int DynamicReviewStatusID { get; set; } public string StatusName { get; set; } public DynamicDocumentReviewState()