Click or drag to resize

IItemService.UpdateItemSortIndex Method

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

Parameters

itemType
Type: System.String
itemId
Type: System.String
sortIndex
Type: System.Int32
See Also