Click or drag to resize
GnomonMembershipProviderGetUser Method (Object, Boolean)
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: RMP.Web
Assembly: RMP.Web (in RMP.Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public override MembershipUser GetUser(
	Object providerUserKey,
	bool userIsOnline
)

Parameters

providerUserKey
Type: SystemObject
The unique identifier for the membership user to get information for.
userIsOnline
Type: SystemBoolean
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

Type: MembershipUser
A MembershipUser object populated with the specified user's information from the data source.
Exceptions
ExceptionCondition
NotImplementedException
See Also