Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Services.Membership Namespace / WebUserLocator Class / UpdateAffiliate Method
The user object
The affiliate id
The referral rule
In This Topic
    UpdateAffiliate Method
    In This Topic
    Updates the affiliate
    Syntax
    protected bool UpdateAffiliate( 
       User user,
       int affiliateId,
       ReferralRule referralRule
    )

    Parameters

    user
    The user object
    affiliateId
    The affiliate id
    referralRule
    The referral rule

    Return Value

    true if affiliate updated 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