View Source
Class UserPresentationBase
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class UserPresentationBase
Properties
View Source
Email
Declaration
public string Email { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
UserGroupIds
Declaration
public ISet<ReferenceByIdModel> UserGroupIds { get; set; }
Property Value
View Source
UserName
Declaration
public string UserName { get; set; }
Property Value
Type |
Description |
System.String |
|