public int Copy( string name, int nodeId, CatalogNodeType nodeType, int categoryId )
Parameters
- name
- The name of catalog item to be copied.
- 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.