View Source
Class Constants.Conventions.Member
Constants for Umbraco Member property aliases.
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public static class Member
Fields
View Source
Property alias for the Comments on a Member
Declaration
public const string Comments = "umbracoMemberComments"
Field Value
Type |
Description |
System.String |
|
View Source
Declaration
public const string CommentsLabel = "Comments"
Field Value
Type |
Description |
System.String |
|
View Source
FailedPasswordAttempts
Property alias for the number of failed login attempts
Declaration
public const string FailedPasswordAttempts = "umbracoMemberFailedPasswordAttempts"
Field Value
Type |
Description |
System.String |
|
View Source
FailedPasswordAttemptsLabel
Declaration
public const string FailedPasswordAttemptsLabel = "Failed Password Attempts"
Field Value
Type |
Description |
System.String |
|
View Source
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 |
System.String |
|
View Source
IsApproved
Property alias for the Approved boolean of a Member
Declaration
public const string IsApproved = "umbracoMemberApproved"
Field Value
Type |
Description |
System.String |
|
View Source
IsApprovedLabel
Declaration
public const string IsApprovedLabel = "Is Approved"
Field Value
Type |
Description |
System.String |
|
View Source
IsLockedOut
Property alias for the Locked out boolean of a Member
Declaration
public const string IsLockedOut = "umbracoMemberLockedOut"
Field Value
Type |
Description |
System.String |
|
View Source
IsLockedOutLabel
Declaration
public const string IsLockedOutLabel = "Is Locked Out"
Field Value
Type |
Description |
System.String |
|
View Source
LastLockoutDate
Property alias for the last date a Member was locked out
Declaration
public const string LastLockoutDate = "umbracoMemberLastLockoutDate"
Field Value
Type |
Description |
System.String |
|
View Source
LastLockoutDateLabel
Declaration
public const string LastLockoutDateLabel = "Last Lockout Date"
Field Value
Type |
Description |
System.String |
|
View Source
LastLoginDate
Property alias for the last date the Member logged in
Declaration
public const string LastLoginDate = "umbracoMemberLastLogin"
Field Value
Type |
Description |
System.String |
|
View Source
LastLoginDateLabel
Declaration
public const string LastLoginDateLabel = "Last Login Date"
Field Value
Type |
Description |
System.String |
|
View Source
LastPasswordChangeDate
Property alias for the last date a Member changed its password
Declaration
public const string LastPasswordChangeDate = "umbracoMemberLastPasswordChangeDate"
Field Value
Type |
Description |
System.String |
|
View Source
LastPasswordChangeDateLabel
Declaration
public const string LastPasswordChangeDateLabel = "Last Password Change Date"
Field Value
Type |
Description |
System.String |
|
View Source
PasswordAnswer
Property alias for Members Password Answer
Declaration
public const string PasswordAnswer = "umbracoMemberPasswordRetrievalAnswer"
Field Value
Type |
Description |
System.String |
|
View Source
PasswordAnswerLabel
Declaration
public const string PasswordAnswerLabel = "Password Answer"
Field Value
Type |
Description |
System.String |
|
View Source
PasswordQuestion
Property alias for a Members Password Question
Declaration
public const string PasswordQuestion = "umbracoMemberPasswordRetrievalQuestion"
Field Value
Type |
Description |
System.String |
|
View Source
PasswordQuestionLabel
Declaration
public const string PasswordQuestionLabel = "Password Question"
Field Value
Type |
Description |
System.String |
|
View Source
StandardPropertiesGroupAlias
The standard properties group alias for membership properties.
Declaration
public const string StandardPropertiesGroupAlias = "membership"
Field Value
Type |
Description |
System.String |
|
View Source
StandardPropertiesGroupName
The standard properties group name for membership properties.
Declaration
public const string StandardPropertiesGroupName = "Membership"
Field Value
Type |
Description |
System.String |
|
View Source
UmbracoMemberProviderName
Declaration
public static readonly string UmbracoMemberProviderName
Field Value
Type |
Description |
System.String |
|
View Source
UmbracoRoleProviderName
Declaration
public static readonly string UmbracoRoleProviderName
Field Value
Type |
Description |
System.String |
|
Methods
View Source
GetStandardPropertyTypeStubs()
Declaration
public static Dictionary<string, PropertyType> GetStandardPropertyTypeStubs()
Returns
Type |
Description |
System.Collections.Generic.Dictionary<System.String, PropertyType> |
|