Show / Hide Table of Contents

Interface IPermissionDefinitionInfo

Namespace: DotNetNuke.Abstractions.Security.Permissions
Assembly: DotNetNuke.Abstractions.dll
Syntax
public interface IPermissionDefinitionInfo

Properties

ModuleDefId

Declaration
int ModuleDefId { get; set; }
Property Value
Type Description
int

PermissionCode

Declaration
string PermissionCode { get; set; }
Property Value
Type Description
string

PermissionId

Declaration
int PermissionId { get; set; }
Property Value
Type Description
int

PermissionKey

Declaration
string PermissionKey { get; set; }
Property Value
Type Description
string

PermissionName

Declaration
string PermissionName { get; set; }
Property Value
Type Description
string

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS