| ItemRelationListEditorset_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
)
<ObsoleteAttribute("Use SetSortValues instead")>
Public Shared Sub set_SortValuesStorage (
listId As String,
value As List(Of Tuple(Of String, Object))
)
Parameters
- listId
- Type: SystemString
- value
- Type: System.Collections.GenericListTupleString, Object
See Also