Interface IPermissionInfo
Assembly: DotNetNuke.Abstractions.dll
Syntax
public interface IPermissionInfo : IPermissionDefinitionInfo
Properties
AllowAccess
Declaration
bool AllowAccess { get; set; }
Property Value
DisplayName
Declaration
string DisplayName { get; set; }
Property Value
RoleId
Declaration
Property Value
RoleName
Declaration
string RoleName { get; set; }
Property Value
UserId
Declaration
Property Value
Username
Declaration
string Username { get; set; }
Property Value
Extension Methods