Initializes a new instance of the FilterAndSortDialog class.

FilterAndSortDialog(DocumentServer.DataSources.DataTableInfo)

public FilterAndSortDialog(DocumentServer.DataSources.DataTableInfo table);

FilterAndSortDialog(String[])

public FilterAndSortDialog(string[] fieldNames);

Parameters

Parameter Description
table Specifies the DataTableInfo object which is used as a source for possible table column names.
fieldNames Specifies the possible column names.