Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Users Namespace / IUserRepository Interface / LoadUserAffiliateAccounts Method
The user id
In This Topic
    LoadUserAffiliateAccounts Method (IUserRepository)
    In This Topic
    Loads affiliates for the user
    Syntax
    IList<Affiliate> LoadUserAffiliateAccounts( 
       int userId
    )

    Parameters

    userId
    The user id

    Return Value

    Affiliates for the user
    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