GetUser Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets information from the data source for a user based on the unique identifier or name for the membership user.
Overload List
Name | Description | |
---|---|---|
GetUser(Object, Boolean) | Gets information from the data source for a user based on the unique identifier for the membership user. Provides an option to update the last activity date/time stamp for the user. (Overrides MembershipProvider..::.GetUser(Object, Boolean).) | |
GetUser(String, Boolean) | Gets information from the data source for a user based on the name for the membership user. Provides an option to update the last activity date/time stamp for the user. (Overrides MembershipProvider..::.GetUser(String, Boolean).) |
Top
Remarks
Returns a System.Web.Security.MembershipUser object populated with the specified user's information from the data source.