Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Users Namespace / User Class / SetPasswordQuestion Method
The password question
The password answer
In This Topic
    SetPasswordQuestion Method
    In This Topic
    Updates the password question and answer.
    Syntax
    public virtual void SetPasswordQuestion( 
       string passwordQuestion,
       string passwordAnswer
    )

    Parameters

    passwordQuestion
    The password question
    passwordAnswer
    The password answer
    Remarks
    This method does not save the user record.
    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