  | ItemRelationListEditorget_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 GeteSortValues instead")]
public static List<Tuple<string, Object>> get_SortValuesStorage(
	string listId
)<ObsoleteAttribute("Use GeteSortValues instead")>
Public Shared Function get_SortValuesStorage ( 
	listId As String
) As List(Of Tuple(Of String, Object))Parameters
- listId
 - Type: SystemString
 
Return Value
Type: 
ListTupleString, 
Object
See Also