Class UserPermissionViewModel
Inheritance
System.Object
Namespace: Umbraco.Cms.Api.Management.ViewModels.User.Current
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class UserPermissionViewModel
Properties
View SourceNodeKey
Declaration
public Guid NodeKey { get; set; }
Property Value
Type | Description |
---|---|
Guid |
Permissions
Declaration
public ISet<string> Permissions { get; set; }
Property Value
Type | Description |
---|---|
ISet<System. |