Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Products Namespace / ProductReview Class / Save Method
The user for which to save this ProductReview
Whether to validate the user's email address or not?
Should the review require approval?
In This Topic
    Save Method (ProductReview)
    In This Topic
    Saves this ProductReview object for the given user
    Syntax
    public virtual void Save( 
       User user,
       bool checkEmail,
       bool checkApproval
    )

    Parameters

    user
    The user for which to save this ProductReview
    checkEmail
    Whether to validate the user's email address or not?
    checkApproval
    Should the review require approval?
    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