Click or drag to resize

RecroSecGetUser Method

Gets the User.

Namespace:  Recrovit.RecroGridFramework.Security
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.0.0
Syntax
C#
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: RecroSecUser
The User.
See Also