| RecroSecGetUser Method |
Gets the User.
Namespace:
Recrovit.RecroGridFramework.Security
Assembly:
Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.0.0
Syntax public static RecroSecUser GetUser(
string userId,
string userName = null
)
Parameters
- userId
- Type: SystemString
The User identifier. - userName (Optional)
- Type: SystemString
Optional parameter is the name of the User instead User identifier.
Return Value
Type:
RecroSecUserThe User.
See Also