Table of Contents

Class UserProfile

Namespace
Kentico.Xperience.Admin.Base.UIPages
Assembly
Kentico.Xperience.Admin.Base.dll

User's profile model.

public sealed class UserProfile
Inheritance
object
UserProfile
Extension Methods

Constructors

UserProfile()

public UserProfile()

Properties

FirstName

First name.

public string FirstName { get; set; }

Property Value

string

LastName

Last name.

public string LastName { get; set; }

Property Value

string

Gets or sets link to user profile.

public string ProfileLink { get; set; }

Property Value

string

UserName

User name.

public string UserName { get; set; }

Property Value

string