Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Products Namespace / WrapGroup Class / Copy Method / Copy(Int32,Boolean) Method
The id of the wrap group to copy.
If true, a child objects are also copied.
In This Topic
    Copy(Int32,Boolean) Method
    In This Topic
    Creates a copy of the specified wrap group.
    Syntax
    public static WrapGroup Copy( 
       int wrapGroupId,
       bool deepCopy
    )

    Parameters

    wrapGroupId
    The id of the wrap group to copy.
    deepCopy
    If true, a child objects are also copied.

    Return Value

    A copy of the specified wrap group.
    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