Click or drag to resize

MessageGetThreadsByCategory Method (Category, ThreadsOrderByFields, Int32, Int32)

Namespace:  Dynamicweb.Forum
Assembly:  Dynamicweb.Forum (in Dynamicweb.Forum.dll) Version: 3.0.3
Syntax
public static MessageCollection GetThreadsByCategory(
	Category category,
	ThreadsOrderByFields orderBy,
	int start,
	int take
)

Parameters

category
Type: Dynamicweb.ForumCategory
orderBy
Type: Dynamicweb.ForumThreadsOrderByFields
start
Type: SystemInt32
take
Type: SystemInt32

Return Value

Type: MessageCollection
See Also