Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Users Namespace / AbleCommerceMembershipProvider Class / GetUser Method / GetUser(Object,Boolean) Method
The unique identifier for the membership user to get information for.
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.
In This Topic
    GetUser(Object,Boolean) Method
    In This Topic
    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.
    Syntax

    Parameters

    providerUserKey
    The unique identifier for the membership user to get information for.
    userIsOnline
    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 System.Web.Security.MembershipUser object populated with the specified user's information from the data source.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also