  | BackendFilters Constructor (String, Int32, Int32, String, Int32) | 
  
    Namespace: 
   Dynamicweb.Forum
    Assembly:
   Dynamicweb.Forum (in Dynamicweb.Forum.dll) Version: 3.0.3
Syntaxpublic Filters(
	string search,
	int pageSize,
	int pageNumber,
	string sortColumn,
	int sortDirection
)
Public Sub New ( 
	search As String,
	pageSize As Integer,
	pageNumber As Integer,
	sortColumn As String,
	sortDirection As Integer
)
Parameters
- search
 - Type: SystemString
 - pageSize
 - Type: SystemInt32
 - pageNumber
 - Type: SystemInt32
 - sortColumn
 - Type: SystemString
 - sortDirection
 - Type: SystemInt32
 
See Also