Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Users Namespace / AbleCommerceMembershipProvider Class / UnlockUser Method
The membership user whose lock status you want to clear.
In This Topic
    UnlockUser Method
    In This Topic
    Clears a lock so that the membership user can be validated.
    Syntax
    public override bool UnlockUser( 
       string username
    )

    Parameters

    username
    The membership user whose lock status you want to clear.

    Return Value

    true if the membership user was successfully unlocked; otherwise, false.
    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