Click or drag to resize

IUserManagerUser Method


Retrieves a User by its User ID or Entity ID.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
IUser User(
	string userId
)

Parameters

userId
Type: SystemString
User ID or Entity ID of the User to retrieve

Return Value

Type: IUser
The User with matching User ID or Entity ID, null if the user doens't exist.
See Also