Click or drag to resize
BoardOwnerTypeEnum Enumeration
Type of message board according to owner.

Namespace: CMS.MessageBoards
Assembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 10.0.0
Syntax
C#
public enum BoardOwnerTypeEnum
Members
  Member nameValueDescription
Document0 Messageboard belongs to document.
User1 Messageboard belongs to user.
Group2 Messageboard belongs to group.
See Also