Click or drag to resize

MessageGetRepliesByThreads Method (MessageCollection, Int32, Int32)

Namespace:  Dynamicweb.Forum
Assembly:  Dynamicweb.Forum (in Dynamicweb.Forum.dll) Version: 3.0.3
Syntax
public static MessageCollection GetRepliesByThreads(
	MessageCollection threads,
	int start,
	int take
)

Parameters

threads
Type: Dynamicweb.ForumMessageCollection
start
Type: SystemInt32
take
Type: SystemInt32

Return Value

Type: MessageCollection
See Also