Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Products Namespace / IReviewerProfileRepository Interface / GetEmail Method
ID of the profile to get the store email value for.
Version
GetEmail Method (IReviewerProfileRepository)
Gets the stored email address associated with a reviewer profile.
Syntax
[Obsolete("This method is deprecated and will be removed.  Use the Email property of ReviewerProfile entity instead.")]
string GetEmail( 
   int reviewerProfileId
)

Parameters

reviewerProfileId
ID of the profile to get the store email value for.

Return Value

The email address stored in the database for the given profile.
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