Search Results for

    Show / Hide Table of Contents
    View Source

    Class MemberGroup

    Represents a member type

    Inheritance
    object
    BeingDirtyBase
    EntityBase
    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    [Serializable]
    [DataContract(IsReference = true)]
    public class MemberGroup : EntityBase, IMemberGroup, IEntity, IDeepCloneable, IRememberBeingDirty, ICanBeDirty

    Properties

    View Source

    CreatorId

    Profile of the user who created this Entity

    Declaration
    [DataMember]
    public int CreatorId { get; set; }
    Property Value
    Type Description
    int
    View Source

    Name

    The name of the member group

    Declaration
    [DataMember]
    public string? Name { get; set; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX