Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Users Namespace / UserRepository Class / LoadForShipment Method
The shipment to get the associated user for
In This Topic
    LoadForShipment Method (UserRepository)
    In This Topic
    Loads a user object tiven a shipment
    Syntax
    public User LoadForShipment( 
       IShipment shipment
    )

    Parameters

    shipment
    The shipment to get the associated user for

    Return Value

    The user object, or null if no associated user is available
    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