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

    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

    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
      • InternalRolePrefix
      • StandardPropertiesGroupAlias
      • StandardPropertiesGroupName
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX