View Source
Class UserData
Inheritance
System.Object
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 |
|