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
    [DataContract(IsReference = true)]
    public class MemberGroup : EntityBase, IMemberGroup, IEntity, IDeepCloneable, IRememberBeingDirty, ICanBeDirty

    Constructors

    View Source

    MemberGroup()

    Declaration
    public MemberGroup()

    Properties

    View Source

    CreatorId

    Gets or sets the identifier of the user who created this member group.

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

    Name

    Gets or sets the name of the member group.

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