Click or drag to resize
BoardProperties Class
Summary description for BoardProperties.
Inheritance Hierarchy
SystemObject
  CMS.MessageBoardsBoardProperties

Namespace: CMS.MessageBoards
Assembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 10.0.0
Syntax
C#
public class BoardProperties

The BoardProperties type exposes the following members.

Constructors
  NameDescription
Public methodBoardProperties
Top
Properties
  NameDescription
Public propertyAllowEmptyRating
Indicates if it is allowed to add message without rating.
Public propertyBoardAccess
Indicates type of board access.
Public propertyBoardBaseUrl
Board base URL.
Public propertyBoardDescription
Current board description.
Public propertyBoardDisplayName
Current board display name.
Public propertyBoardEnableAnonymousRead
Indicates whether the existing messages should be displayed for the anonymous users.
Public propertyBoardEnableSubscriptions
Indicates whether the subscriptions are allowed for the current board.
Public propertyBoardLogActivity
Indicates whether logging activity is performed.
Public propertyBoardModerated
Indicates whether the board is moderated.
Public propertyBoardModerators
Default board moderators.
Public propertyBoardName
Current board name.
Public propertyBoardOpened
Indicates whether board is opened.
Public propertyBoardOpenedFrom
Board opened from.
Public propertyBoardOpenedTo
Board opened to.
Public propertyBoardOwner
Owner of the board.
Public propertyBoardRequireEmails
Indicates the board message post requires e-mail.
Public propertyBoardRoles
Default board authorized roles.
Public propertyBoardShowEmails
Indicates whether the e-mails should be displayed with messages.
Public propertyBoardUnsubscriptionUrl
Board unsubscription URL.
Public propertyBoardUseCaptcha
Indicates whether the CAPTCHA should be used.
Public propertyEnableContentRating
Enables content rating scale for each message.
Public propertyCheckIfUserRated
If checked, users can rate only once here.
Public propertyCheckPermissions
Indicates whether the permissions should be checked.
Public propertyMaxRatingValue
Max value (length) of content rating scale.
Public propertyRatingType
Type of content rating scale.
Public propertyShowApproveButton
Indicates whether the APPROVE button should be displayed.
Public propertyShowDeleteButton
Indicates whether the DELETE button should be displayed.
Public propertyShowEditButton
Indicates whether the EDIT button should be displayed.
Public propertyShowEmailField
Indicates if input field for entering user's e-mail address should be displayed.
Public propertyShowNameField
Indicates if input field for entering user's name should be displayed.
Public propertyShowRejectButton
Indicates whether the REJECT button should be displayed.
Public propertyShowURLField
Indicates if input field for entering user's URL should be displayed.
Public propertyStopProcessing
Indicates whether processing should be stopped.
Top
See Also