Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Marketing Namespace / ReferralRule Enumeration
In This Topic
    ReferralRule Enumeration
    In This Topic
    Enumeration of possible referral rules for affiliates.
    Syntax
    public enum ReferralRule : System.Enum 
    Members
    MemberDescription
    NewSignupsOnly Only new signups can be counted for affiliates.
    NewSignupsOrExistingUsersNoOverride New signups and existing users can be counted for affiliates, but affiliate value cannot be overridden by another referral once set.
    NewSignupsOrExistingUsersOverrideAffiliate New signups and existing users can be counted for affiliates, and affiliate value cannot be overridden at a later date by another referral.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             CommerceBuilder.Marketing.ReferralRule

    See Also