Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Products Namespace / IProductReviewRepository Interface / LoadForProductAndReviewerProfile Method
Id of the product to load review for
Profile Id fo the reviewer
In This Topic
    LoadForProductAndReviewerProfile Method (IProductReviewRepository)
    In This Topic
    Loads a product review for a given product from a particular reviewer
    Syntax
    ProductReview LoadForProductAndReviewerProfile( 
       int productId,
       int reviewerProfileId
    )

    Parameters

    productId
    Id of the product to load review for
    reviewerProfileId
    Profile Id fo the reviewer

    Return Value

    A product review for a given product from a particular reviewer
    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