Click or drag to resize

ItemListEditorset_SortValuesStorage Method

Note: This API is now obsolete.

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

Parameters

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