ForumInfoProviderUpdateQuestionSolvedInternal Method |
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: 10.0.0
Syntax protected void UpdateQuestionSolvedInternal(
int forumId,
string postIdPath
)
Parameters
- forumId
- Type: SystemInt32
Forum ID - postIdPath
- Type: SystemString
Post id path
See Also