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

    AllowedSections

    Declaration
    IEnumerable<string> AllowedSections { get; }
    Property Value
    Type Description
    IEnumerable<System.String>
    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
    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>
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Alias
      • AllowedSections
      • Icon
      • Id
      • Name
      • Permissions
      • StartContentId
      • StartMediaId
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX