View Source
  Class Constants.Conventions.PermissionCategories
  
  
  
  
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public static class PermissionCategories
   
  Fields
  
  
    View Source
  
  AdministrationCategory
  
  
  Declaration
  
    public const string AdministrationCategory = "administration"
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  ContentCategory
  
  
  Declaration
  
    public const string ContentCategory = "content"
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  OtherCategory
  
  
  Declaration
  
    public const string OtherCategory = "other"
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  StructureCategory
  
  
  Declaration
  
    public const string StructureCategory = "structure"
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  |