Gets the Value of the permission
Namespace: DotNetNuke.Security.Permissions.ControlsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
protected override string GetPermission( PermissionInfo objPerm, RoleInfo role, int column, string defaultState ) |
| Visual Basic |
|---|
Protected Overrides Function GetPermission ( objPerm As PermissionInfo, role As RoleInfo, column As Integer, defaultState As String ) As String |
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
- defaultState
- Type: System..::..String
Default State.