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 user information from the data source based on the unique identifier for the membership user. Provides an option to update the last-activity date/time stamp for the user.

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

Syntax

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

Parameters

providerUserKey
Object
The unique identifier for the membership user to get information for.
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

A MembershipUser object populated with the specified user's information from the data source.

See Also

Advanced