Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Shipping Namespace / ShipZone Class / Copy Method / Copy(ShipZone,Boolean) Method
The ShipZone to be copied
if true chiled objects are also copied
In This Topic
    Copy(ShipZone,Boolean) Method
    In This Topic
    Creates a copy of the given ShipZone
    Syntax
    public static ShipZone Copy( 
       ShipZone zone,
       bool deepCopy
    )

    Parameters

    zone
    The ShipZone to be copied
    deepCopy
    if true chiled objects are also copied

    Return Value

    Copy of shipZone
    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