Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Products Namespace / ProductReviewHelper Class / EmailVerificationRequired Method
The reviewer profile to check for
The user to check for
In This Topic
    EmailVerificationRequired Method
    In This Topic
    Finds out if email verification is required for given user
    Syntax
    public static bool EmailVerificationRequired( 
       ReviewerProfile profile,
       User user
    )

    Parameters

    profile
    The reviewer profile to check for
    user
    The user to check for

    Return Value

    true if email verification is required, false otherwise
    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