Click or drag to resize

BackendFilters Constructor (String, Int32, Int32, String, Int32)

Namespace:  Dynamicweb.Forum
Assembly:  Dynamicweb.Forum (in Dynamicweb.Forum.dll) Version: 3.0.3
Syntax
public Filters(
	string search,
	int pageSize,
	int pageNumber,
	string sortColumn,
	int sortDirection
)

Parameters

search
Type: SystemString
pageSize
Type: SystemInt32
pageNumber
Type: SystemInt32
sortColumn
Type: SystemString
sortDirection
Type: SystemInt32
See Also