Class Constants.Conventions.Member
Constants for Umbraco Member property aliases.
Inheritance
System.Object
      Namespace: Umbraco.Cms.Core
Assembly: Umbraco.Core.dll
Syntax
public static class MemberFields
View SourceComments
Property alias for the Comments on a Member
Declaration
public const string Comments = "umbracoMemberComments"Field Value
| Type | Description | 
|---|---|
| System.String | 
CommentsLabel
Declaration
public const string CommentsLabel = "Comments"Field Value
| Type | Description | 
|---|---|
| System.String | 
InternalRolePrefix
if a role starts with __umbracoRole we won't show it as it's an internal role used for public access
Declaration
public static readonly string InternalRolePrefixField Value
| Type | Description | 
|---|---|
| System.String | 
StandardPropertiesGroupAlias
The standard properties group alias for membership properties.
Declaration
public const string StandardPropertiesGroupAlias = "membership"Field Value
| Type | Description | 
|---|---|
| System.String | 
StandardPropertiesGroupName
The standard properties group name for membership properties.
Declaration
public const string StandardPropertiesGroupName = "Membership"Field Value
| Type | Description | 
|---|---|
| System.String |