Click or drag to resize

IItemService.CopyItem Method

Namespace:  Dynamicweb.Content
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
ItemEntry CopyItem(
	string itemType,
	string itemId,
	int sort,
	ItemContext context
)

Parameters

itemType
Type: System.String
itemId
Type: System.String
sort
Type: System.Int32
context
Type: Dynamicweb.Content.Items.ItemContext

Return Value

Type: ItemEntry
See Also