Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Catalog Namespace / CatalogRepository Class / Copy Method / Copy(Int32,CatalogNodeType,Int32) Method
The id of the catalog node to copy.
The type of the catalog node to copy.
The category where the copy should be saved.
In This Topic
    Copy(Int32,CatalogNodeType,Int32) Method
    In This Topic
    Copies a catalog node.
    Syntax

    Parameters

    nodeId
    The id of the catalog node to copy.
    nodeType
    The type of the catalog node to copy.
    categoryId
    The category where the copy should be saved.

    Return Value

    The id of the copied node.
    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