Click or drag to resize

ItemServiceUpdateItemSortIndex Method

Namespace:  Dynamicweb.Content
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public void UpdateItemSortIndex(
	string itemType,
	string itemId,
	int sortIndex
)

Parameters

itemType
Type: SystemString
itemId
Type: SystemString
sortIndex
Type: SystemInt32

Implements

IItemServiceUpdateItemSortIndex(String, String, Int32)
See Also