Click or drag to resize

MessageGetThreadsByCategories Method (CategoryCollection, ThreadsOrderByFields, Int32, Int32)

Namespace:  Dynamicweb.Forum
Assembly:  Dynamicweb.Forum (in Dynamicweb.Forum.dll) Version: 3.0.3
Syntax
public static MessageCollection GetThreadsByCategories(
	CategoryCollection categories,
	ThreadsOrderByFields orderBy,
	int start,
	int take
)

Parameters

categories
Type: Dynamicweb.ForumCategoryCollection
orderBy
Type: Dynamicweb.ForumThreadsOrderByFields
start
Type: SystemInt32
take
Type: SystemInt32

Return Value

Type: MessageCollection
See Also