Class Permission
Inheritance
System.Object
Permission
Assembly: Dnn.PersonaBar.Library.dll
Syntax
public class Permission : object
Properties
|
Improve this Doc
View Source
AllowAccess
Declaration
public bool AllowAccess { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
FullControl
Declaration
public bool FullControl { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
PermissionCode
Declaration
public string PermissionCode { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PermissionId
Declaration
public int PermissionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PermissionKey
Declaration
public string PermissionKey { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PermissionName
Declaration
public string PermissionName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
View
Declaration
public bool View { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Extension Methods