Click or drag to resize
ForumPostInfoPostQuestionSolved Property
Indicates whether current thread (if it's question) is solved - i.e. there is at least one post marked as solution in the thread.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 8.2.23
Syntax
C#
public virtual bool PostQuestionSolved { get; set; }

Property Value

Type: Boolean
See Also