Click or drag to resize

ItemRelationListEditorSetSortValues 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>> values
)

Parameters

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