Class UserData
Inheritance
System.Object
UserData
Assembly: DotNetNuke.dll
Syntax
public class UserData : object
Properties
|
Improve this Doc
View Source
DisplayName
Declaration
public virtual string DisplayName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Email
Declaration
public virtual string Email { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Emails
Declaration
public EmailData Emails { get; set; }
Property Value
|
Improve this Doc
View Source
FirstName
Declaration
public virtual string FirstName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Gender
Declaration
public string Gender { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Id
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
LastName
Declaration
public virtual string LastName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Locale
Declaration
public virtual string Locale { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Name
Declaration
public virtual string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PreferredEmail
Declaration
public string PreferredEmail { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ProfileImage
Declaration
public virtual string ProfileImage { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Timezone
Declaration
public string Timezone { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TimeZoneInfo
Declaration
public string TimeZoneInfo { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
UserName
Declaration
public virtual string UserName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Website
Declaration
public virtual string Website { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods