  | ItemListEditorGetSortValues Method  | 
  
    Namespace: 
   Dynamicweb.Content.Items.Editors
    Assembly:
   Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntaxpublic static List<Tuple<string, Object>> GetSortValues(
	string listId
)
Public Shared Function GetSortValues ( 
	listId As String
) As List(Of Tuple(Of String, Object))
Parameters
- listId
 - Type: SystemString
 
Return Value
Type: 
ListTupleString, 
Object
See Also