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
    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

    HasAccessToAllLanguages

    Declaration
    virtual bool HasAccessToAllLanguages { get; }
    Property Value
    Type Description
    System.Boolean
    View Source

    Icon

    Declaration
    string Icon { get; }
    Property Value
    Type Description
    System.String
    View Source

    Id

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

    Name

    Declaration
    string Name { get; }
    Property Value
    Type Description
    System.String
    View Source

    Permissions

    The set of default permissions

    Declaration
    IEnumerable<string>? Permissions { get; set; }
    Property Value
    Type Description
    System.Nullable<IEnumerable<System.String>>
    Remarks

    By default each permission is simply a single char but we've made this an enumerable{string} to support a more flexible permissions structure in the future.

    View Source

    StartContentId

    Declaration
    int? StartContentId { get; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    View Source

    StartMediaId

    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
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX