View Source
  Interface IReadOnlyUserGroup
  
  A readonly user group providing basic information
Assembly: Umbraco.Core.dll
  Syntax
  
    public interface IReadOnlyUserGroup
   
  Properties
  
  
    View Source
  
  Alias
  
  
  Declaration
  
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  AllowedLanguages
  
  
  Declaration
  
    virtual IEnumerable<int> AllowedLanguages { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | IEnumerable<System.Int32> |  | 
    
  
  
    View Source
  
  AllowedSections
  
  
  Declaration
  
    IEnumerable<string> AllowedSections { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | IEnumerable<System.String> |  | 
    
  
  
    View Source
  
  GranularPermissions
  
  
  Declaration
  
    ISet<IGranularPermission> GranularPermissions { get; }
   
  Property Value
  
  
    View Source
  
  HasAccessToAllLanguages
  
  
  Declaration
  
    virtual bool HasAccessToAllLanguages { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
    View Source
  
  Icon
  
  
  Declaration
  
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  Id
  
  
  Declaration
  
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  
    View Source
  
  Key
  
  
  Declaration
  
    virtual Guid Key { get; }
   
  Property Value
  
  
    View Source
  
  Name
  
  
  Declaration
  
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  Permissions
  
  
  Declaration
  
    ISet<string> Permissions { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | ISet<System.String> |  | 
    
  
  
    View Source
  
  StartContentId
  
  
  Declaration
  
    int? StartContentId { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Nullable<System.Int32> |  | 
    
  
  
    View Source
  
  
  
  
  Declaration
  
    int? StartMediaId { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Nullable<System.Int32> |  | 
    
  
  Methods
  
  
    View Source
  
  HasAccessToLanguage(Int32)
  
  
  Declaration
  
    virtual bool HasAccessToLanguage(int languageId)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Int32 | languageId |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  |