Search Results for

    Show / Hide Table of Contents
    View Source

    Class UserData

    Represents user-specific data storage.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Models.Membership
    Assembly: Umbraco.Core.dll
    Syntax
    public class UserData : IUserData

    Constructors

    View Source

    UserData()

    Declaration
    public UserData()

    Properties

    View Source

    Group

    Gets or sets the group category for the user data.

    Declaration
    public string Group { get; set; }
    Property Value
    Type Description
    string
    View Source

    Identifier

    Gets or sets the identifier for the user data within the group.

    Declaration
    public string Identifier { get; set; }
    Property Value
    Type Description
    string
    View Source

    Key

    Gets or sets the unique key for the user data entry.

    Declaration
    public Guid Key { get; set; }
    Property Value
    Type Description
    Guid
    View Source

    UserKey

    Gets or sets the key of the user this data belongs to.

    Declaration
    public Guid UserKey { get; set; }
    Property Value
    Type Description
    Guid
    View Source

    Value

    Gets or sets the value of the user data.

    Declaration
    public string Value { get; set; }
    Property Value
    Type Description
    string
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX