Click or drag to resize

RecroSecGetRole Method

Gets the role.

Namespace:  Recrovit.RecroGridFramework.Security
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax
C#
public static RecroSecRole GetRole(
	string roleId,
	string roleName = null
)

Parameters

roleId
Type: SystemString
The role identifier.
roleName (Optional)
Type: SystemString
Optional parameter is the name of the Role instead Role identifier.

Return Value

Type: RecroSecRole
The Role.
See Also