| MessageGetThreadsByCategory Method (Category, 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(category, orderBy, start, take) overload")]
public static MessageCollection GetThreadsByCategory(
Category category,
bool orderByLastAnswer,
int start,
int take
)
<ObsoleteAttribute("Use GetThreadsByCategory(category, orderBy, start, take) overload")>
Public Shared Function GetThreadsByCategory (
category As Category,
orderByLastAnswer As Boolean,
start As Integer,
take As Integer
) As MessageCollection
Parameters
- category
- Type: Dynamicweb.ForumCategory
- orderByLastAnswer
- Type: SystemBoolean
- start
- Type: SystemInt32
- take
- Type: SystemInt32
Return Value
Type:
MessageCollectionSee Also