Search Results for

    Show / Hide Table of Contents
    View Source

    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 Member

    Fields

    View Source

    Comments

    Property alias for the Comments on a Member

    Declaration
    public const string Comments = "umbracoMemberComments"
    Field Value
    Type Description
    System.String
    View Source

    CommentsLabel

    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

    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
    • Improve this Doc
    • View Source
    In This Article
    • Fields
      • Comments
      • CommentsLabel
      • FailedPasswordAttempts
      • FailedPasswordAttemptsLabel
      • InternalRolePrefix
      • IsApproved
      • IsApprovedLabel
      • IsLockedOut
      • IsLockedOutLabel
      • LastLockoutDate
      • LastLockoutDateLabel
      • LastLoginDate
      • LastLoginDateLabel
      • LastPasswordChangeDate
      • LastPasswordChangeDateLabel
      • StandardPropertiesGroupAlias
      • StandardPropertiesGroupName
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX