Class WorkflowState
  
  
  
    Inheritance
    
    WorkflowState
   
  
  
  Assembly: DotNetNuke.dll
  Syntax
  
    [PrimaryKey("StateID")]
[TableName("ContentWorkflowStates")]
public class WorkflowState
   
  Constructors
  
  WorkflowState()
  
  
  Declaration
  
  Properties
  
  IsSystem
  
  
  Declaration
  
    public bool IsSystem { get; }
   
  Property Value
  
  
  Order
  
  
  Declaration
  
    public int Order { get; }
   
  Property Value
  
  
  SendNotification
  
  
  Declaration
  
    public bool SendNotification { get; set; }
   
  Property Value
  
  
  SendNotificationToAdministrators
  
  
  Declaration
  
    public bool SendNotificationToAdministrators { get; set; }
   
  Property Value
  
  
  StateID
  
  
  Declaration
  
    public int StateID { get; set; }
   
  Property Value
  
  
  StateName
  
  
  Declaration
  
    [Required]
[StringLength(40)]
public string StateName { get; set; }
   
  Property Value
  
  
  WorkflowID
  
  
  Declaration
  
    public int WorkflowID { get; set; }
   
  Property Value
  
  Extension Methods