Click or drag to resize
ForumGroupInfoGroupType Property
Gets or sets the type of the forum. 0 = User can choose whether post is question 1 = Discussion forum (default) 2 = Answer forum

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

Property Value

Type: Int32
See Also