Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Products Namespace / IProductReviewRepository Interface / Save Method
The product review to save.
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 (IProductReviewRepository)
    In This Topic
    Saves a product review object for the given user
    Syntax

    Parameters

    item
    The product review to save.
    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