Interface IPermissionDefinitionInfo
Information about the definition of a permission.
Namespace: DotNetNuke.Abstractions.Security.Permissions
Assembly: DotNetNuke.Abstractions.dll
Syntax
public interface IPermissionDefinitionInfo
Properties
| Improve this Doc View SourceModuleDefId
Gets or sets the Module Definition ID.
Declaration
int ModuleDefId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PermissionCode
Gets or sets the Permission Code.
Declaration
string PermissionCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PermissionId
Gets or sets the Permission ID.
Declaration
int PermissionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PermissionKey
Gets or sets the Permission Key.
Declaration
string PermissionKey { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PermissionName
Gets or sets the Permission Name.
Declaration
string PermissionName { get; set; }
Property Value
Type | Description |
---|---|
System.String |