Gets the Enabled status of the permission

Namespace: DotNetNuke.Security.Permissions.Controls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
protected override bool GetEnabled(
	PermissionInfo objPerm,
	RoleInfo role,
	int column
)
Visual Basic
Protected Overrides Function GetEnabled ( 
	objPerm As PermissionInfo,
	role As RoleInfo,
	column As Integer
) As Boolean

Parameters

objPerm
Type: DotNetNuke.Security.Permissions..::..PermissionInfo
The permission being loaded
role
Type: DotNetNuke.Security.Roles..::..RoleInfo
The role
column
Type: System..::..Int32
The column of the Grid

Return Value

returnsM:DotNetNuke.Security.Permissions.Controls.ModulePermissionsGrid.GetEnabled(DotNetNuke.Security.Permissions.PermissionInfo,DotNetNuke.Security.Roles.RoleInfo,System.Int32)

See Also