BoardProperties MembersKentico 8.0 API Reference
The BoardProperties type exposes the following members.
Constructors

  NameDescription
Public methodBoardProperties
Back to Top
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Extension Methods

  NameDescription
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Back to 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.
Back to Top
See Also