PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets the user.

Namespace: Smartsite.DigiD
Assembly:  Smartsite.DigiD (in Smartsite.DigiD.dll)

Syntax

C#Copy imageCopy Code
public override  GetUser(
	string userName,
	bool userIsOnline
)
Visual Basic (Declaration)Copy imageCopy Code
Public Overrides Function GetUser ( _
	userName As , _
	userIsOnline As  _
) As 

Parameters

userName
String
Name of the user.
userIsOnline
Boolean
true to update the last-activity date/time stamp for the user; false to return user information without updating the last-activity date/time stamp for the user.

Return Value

See Also

Advanced