RecroSecGetUser Method

Gets the User.

Definition

Namespace: Recrovit.RecroGridFramework.Security
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.4.1.24.0708.1
C#
public static RecroSecUser GetUser(
	string userId,
	string userName = null
)

Parameters

userId  String
The User identifier.
userName  String  (Optional)
Optional parameter is the name of the User instead User identifier.

Return Value

RecroSecUser
The User.

See Also