Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Users Namespace / UserGroupRepository Class / Load Method / Load(Int32,Int32) Method
user id key value
group id key value
In This Topic
    Load(Int32,Int32) Method
    In This Topic
    Load item given the primary key
    Syntax
    public UserGroup Load( 
       int userId,
       int groupId
    )

    Parameters

    userId
    user id key value
    groupId
    group id key value

    Return Value

    The item instance, or null if item isn't found
    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