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.6.492
Syntax
IUser User(
	string userId
)

Parameters

userId  String
User ID or Entity ID of the User to retrieve

Return Value

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