Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IMemberGroup

    Represents a member type

    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IMemberGroup : IEntity, IDeepCloneable, IRememberBeingDirty, ICanBeDirty, IHaveAdditionalData

    Properties

    View Source

    CreatorId

    Profile of the user who created this Entity

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

    Name

    The name of the member group

    Declaration
    string Name { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • CreatorId
      • Name
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX