Class Constants.Conventions.Member
Constants for Umbraco Member property aliases.
Inheritance
object
Namespace: Umbraco.Cms.Core
Assembly: Umbraco.Core.dll
Syntax
public static class Constants.Conventions.Member
Fields
View SourceComments
Property alias for the Comments on a Member
Declaration
public const string Comments = "umbracoMemberComments"
Field Value
| Type | Description |
|---|---|
| string |
CommentsLabel
The label for the Comments property.
Declaration
public const string CommentsLabel = "Comments"
Field Value
| Type | Description |
|---|---|
| string |
IndexableFieldsChangedStateKey
Notification-state key that indicates whether any indexable field changed as part of the save.
When explicitly set to false, Examine indexing for the affected member is skipped.
Declaration
public const string IndexableFieldsChangedStateKey = "IndexableFieldsChanged"
Field Value
| Type | Description |
|---|---|
| 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 InternalRolePrefix
Field Value
| Type | Description |
|---|---|
| string |
LoginPropertiesOnlyStateKey
Notification-state key that flags a save as touching only login-related properties
(e.g. LastLoginDate, SecurityStamp).
Declaration
public const string LoginPropertiesOnlyStateKey = "LoginPropertiesOnly"
Field Value
| Type | Description |
|---|---|
| string |
StandardPropertiesGroupAlias
The standard properties group alias for membership properties.
Declaration
public const string StandardPropertiesGroupAlias = "membership"
Field Value
| Type | Description |
|---|---|
| string |
StandardPropertiesGroupName
The standard properties group name for membership properties.
Declaration
public const string StandardPropertiesGroupName = "Membership"
Field Value
| Type | Description |
|---|---|
| string |