| ForumInfoProviderUpdateQuestionSolved Method (Int32) | 
            Updates PostQuestionSolved field in threads. Sets true in threads where
            at least one post is marked as is answer (according to the forum AnswerLimit settings).
            
 
Namespace: CMS.ForumsAssembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntaxpublic static void UpdateQuestionSolved(
	int forumId
)
Parameters
- forumId
 - Type: SystemInt32
Forum ID 
See Also