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 SourceCreatorId
Profile of the user who created this Entity
Declaration
int CreatorId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Name
The name of the member group
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |