Class UserProfile
A bare minimum structure that represents a user, usually attached to other objects
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Models.ContentEditing
Assembly: Umbraco.Core.dll
Syntax
public class UserProfile : IComparable
Properties
View SourceName
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
UserId
Declaration
public int UserId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |