  | FrontendListThreads Method (Category, Boolean, Boolean) | 
  
    Namespace: 
   Dynamicweb.Forum
    Assembly:
   Dynamicweb.Forum (in Dynamicweb.Forum.dll) Version: 3.0.3
Syntaxpublic string ListThreads(
	Category category,
	bool onlyUnsolved,
	bool onlyUnanswered
)
Public Function ListThreads ( 
	category As Category,
	onlyUnsolved As Boolean,
	onlyUnanswered As Boolean
) As String
Parameters
- category
 - Type: Dynamicweb.ForumCategory
 - onlyUnsolved
 - Type: SystemBoolean
 - onlyUnanswered
 - Type: SystemBoolean
 
Return Value
Type: 
String
See Also