| 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
)
Public Sub New (
search As String,
pageSize As Integer,
pageNumber As Integer,
status As NewsStatus,
sortColumn As String,
sortDirection As Integer
)
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