Click or drag to resize

MessageGetThreadsByCategories Method (CategoryCollection, Boolean, Int32, Int32)

Note: This API is now obsolete.

Namespace:  Dynamicweb.Forum
Assembly:  Dynamicweb.Forum (in Dynamicweb.Forum.dll) Version: 3.0.3
Syntax
[ObsoleteAttribute("Use GetThreadsByCategory(categories, orderBy, start, take) overload")]
public static MessageCollection GetThreadsByCategories(
	CategoryCollection categories,
	bool orderByLastAnswer,
	int start,
	int take
)

Parameters

categories
Type: Dynamicweb.ForumCategoryCollection
orderByLastAnswer
Type: SystemBoolean
start
Type: SystemInt32
take
Type: SystemInt32

Return Value

Type: MessageCollection
See Also