| ItemRelationListEditorGetSortValues Method |
Namespace:
Dynamicweb.Content.Items.Editors
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax public 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,
ObjectSee Also