Click or drag to resize

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

Namespace:  Dynamicweb.News
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
public Filters(
	string search,
	int pageSize,
	int pageNumber,
	NewsStatus status,
	string sortColumn,
	int sortDirection
)

Parameters

search
Type: SystemString
The s.
pageSize
Type: SystemInt32
The psize.
pageNumber
Type: SystemInt32
The pnum.
status
Type: Dynamicweb.NewsNewsStatus
The st.
sortColumn
Type: SystemString
The sort col.
sortDirection
Type: SystemInt32
The dir.
See Also