Class UserPermission
Inheritance
System.Object
UserPermission
Assembly: Dnn.PersonaBar.Library.dll
Syntax
public class UserPermission : object
Constructors
|
Improve this Doc
View Source
UserPermission()
Declaration
Properties
|
Improve this Doc
View Source
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Permissions
Declaration
public IList<Permission> Permissions { get; set; }
Property Value
|
Improve this Doc
View Source
UserId
Declaration
public int UserId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Extension Methods