Search Results for

    Show / Hide Table of Contents
    View Source

    Class UserData

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract]
    public class UserData

    Constructors

    View Source

    UserData(String, String)

    Declaration
    public UserData(string name, string data)
    Parameters
    Type Name Description
    System.String name
    System.String data

    Properties

    View Source

    Data

    Declaration
    [DataMember(Name = "data")]
    public string Data { get; }
    Property Value
    Type Description
    System.String
    View Source

    Name

    Declaration
    [DataMember(Name = "name")]
    public string Name { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • UserData(String, String)
    • Properties
      • Data
      • Name
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX