Click or drag to resize

ItemListEditorSetSortValues Method

Namespace:  Dynamicweb.Content.Items.Editors
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public static void SetSortValues(
	string listId,
	List<Tuple<string, Object>> value
)

Parameters

listId
Type: SystemString
value
Type: System.Collections.GenericListTupleString, Object
See Also