Class ContentTypeVersionStatus
  
  
  
  
    Inheritance
    System.Object
    ContentTypeVersionStatus
   
  
  Assembly: EPiServer.dll
  Version: 12.0.3
  Syntax
  
    public class ContentTypeVersionStatus : Object
   
  Constructors
  
  
  
  
  ContentTypeVersionStatus(Boolean, VersionComponent, String)
  
  
  Declaration
  
    public ContentTypeVersionStatus(bool valid, VersionComponent changeType, string reason = null)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Boolean | valid |  | 
      
        | VersionComponent | changeType |  | 
      
        | System.String | reason |  | 
    
  
  Properties
  
  
  
  
  ChangeType
  
  
  Declaration
  
    public VersionComponent ChangeType { get; }
   
  Property Value
  
  
  
  
  Reason
  
  
  Declaration
  
    public string Reason { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  
  Valid
  
  
  Declaration
  
    public bool Valid { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  Extension Methods