Click or drag to resize

UserInformationGetUserInformation Method

Gets the user information of the given user by its user name.

Namespace:  Cauldron
Assembly:  Cauldron.Win32.UserInformation (in Cauldron.Win32.UserInformation.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public static User GetUserInformation(
	string userName
)

Parameters

userName
Type: SystemString
The domain and id of the user

Return Value

Type: User

[Missing <returns> documentation for "M:Cauldron.UserInformation.GetUserInformation(System.String)"]

Exceptions
ExceptionCondition
ArgumentNullExceptionuserName is null
ArgumentExceptionuserName is empty
See Also