Click or drag to resize

IDatabaseRepositoryTryGetUserById Method

Tries to get a user by ID.

Namespace:  PDTec.IceNet.Core.Database
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.0.0.0 (7.0.6906.26599)
Syntax
C#
bool TryGetUserById(
	string id,
	out IUser pUser
)

Parameters

id
Type: SystemString
The ID.
pUser
Type: PDTec.IceNet.Core.Database.UserManagementIUser
The user or null.

Return Value

Type: Boolean
true if a user with the ID exists, otherwise false.
See Also