Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IReadOnlyUserGroup

    A readonly user group providing basic information

    Namespace: Umbraco.Cms.Core.Models.Membership
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IReadOnlyUserGroup

    Properties

    View Source

    Alias

    The alias

    Declaration
    string Alias { get; }
    Property Value
    Type Description
    string
    View Source

    AllowedLanguages

    Declaration
    IEnumerable<int> AllowedLanguages { get; }
    Property Value
    Type Description
    IEnumerable<int>
    View Source

    AllowedSections

    Declaration
    IEnumerable<string> AllowedSections { get; }
    Property Value
    Type Description
    IEnumerable<string>
    View Source

    GranularPermissions

    Declaration
    ISet<IGranularPermission> GranularPermissions { get; }
    Property Value
    Type Description
    ISet<IGranularPermission>
    View Source

    HasAccessToAllLanguages

    Declaration
    bool HasAccessToAllLanguages { get; }
    Property Value
    Type Description
    bool
    View Source

    Icon

    Declaration
    string? Icon { get; }
    Property Value
    Type Description
    string
    View Source

    Id

    Declaration
    int Id { get; }
    Property Value
    Type Description
    int
    View Source

    Key

    Declaration
    Guid Key { get; }
    Property Value
    Type Description
    Guid
    View Source

    Name

    Declaration
    string? Name { get; }
    Property Value
    Type Description
    string
    View Source

    Permissions

    Declaration
    ISet<string> Permissions { get; }
    Property Value
    Type Description
    ISet<string>
    View Source

    StartContentId

    Declaration
    int? StartContentId { get; }
    Property Value
    Type Description
    int?
    View Source

    StartMediaId

    Declaration
    int? StartMediaId { get; }
    Property Value
    Type Description
    int?

    Methods

    View Source

    HasAccessToLanguage(int)

    Declaration
    bool HasAccessToLanguage(int languageId)
    Parameters
    Type Name Description
    int languageId
    Returns
    Type Description
    bool
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX