Click or drag to resize
GnomonMembershipProviderGetUser Method (String, Boolean)
Gets information from the data source for a 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(
	string username,
	bool userIsOnline
)

Parameters

username
Type: SystemString
The name of the 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