| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal sort As FilterBase.SORT_ORDER, _ ByVal varName As String, _ ByVal items As IEnumerable(Of Object) _ )  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim sort As FilterBase.SORT_ORDER Dim varName As String Dim items As IEnumerable(Of Object) Dim instance As New FilterList(sort, varName, items)  | |
| C# | |
|---|---|
public FilterList( FilterBase.SORT_ORDER sort, string varName, IEnumerable<object> items )  | |
| Managed Extensions for C++ | |
|---|---|
public: FilterList( FilterBase.SORT_ORDER sort, string* varName, IEnumerable<Object*>* items )  | |
| C++/CLI | |
|---|---|
public: FilterList( FilterBase.SORT_ORDER sort, String^ varName, IEnumerable<Object^>^ items )  | |
Parameters
- sort
 - Set the sort order if we override it.
 - varName
 - The name of the var this filter is for.
 - items
 - The items in this list. The elements are the parameters to set for the ${var} in the select.
 
Requirements
Platforms: Windows 10, Windows NT, Windows Server