Click or drag to resize

CategoryGetPagedCategoryList Method

Namespace:  Dynamicweb.Forum
Assembly:  Dynamicweb.Forum (in Dynamicweb.Forum.dll) Version: 3.0.3
Syntax
public static CategoryCollection GetPagedCategoryList(
	SortFields sort,
	SortDirection direction,
	string search,
	int startItem,
	int endItem
)

Parameters

sort
Type: Dynamicweb.ForumSortFields
direction
Type: Dynamicweb.Modules.CommonSortDirection
search
Type: SystemString
startItem
Type: SystemInt32
endItem
Type: SystemInt32

Return Value

Type: CategoryCollection
See Also