The DiscussionMessages type exposes the following members.

Properties

  Name Description
Public property ApprovalMode
Comment approval mode. When set to none, no approval is needed; when set to automatic, services like Akismet and Defensio are used; when set to manual, admin must manually approve all comments.
Public property AvatarSize
Gets or sets Avatar size - 1 to 80 for gravatars.
Public property BoardId
Gets or sets board id.
Public property BoardTitleVisible
Gets or sets a value indicating whether board title is visible.
Protected property CacheManager
Gets cache manager.
Public property ContentProviderTypeName
Gets or sets Content provider type name used for uploading files.
Public property ContentSharingEnabled
Gets or sets if Content Sharing is enabled.
Public property CurrentMode
Gets discussion message mode
Public property EditTopicVisible
Gets or sets a value indicating whether a edit topic link is visible.
Public property EnableRating
Gets or sets a flag if rating is enabled.
Public property HideIfEmpty
Hide part if it doesn't contain any data.
Public property IsPublic
Gets or sets a flag if discussion board is visible for an unauthenticated users.
Public property IsValid
Gets a value indicating whether page validation succeeded.
Public property MaxPostLength
Gets or sets a maximum length of the post that will be shown to the user.
Public property MessageText
Gets the message text.
Public property ModuleType
Module type.
Public property NewMessageId
Gets or sets the new message ID that is used to establish a relation with discussion message and uploaded files (as files are uploaded before the post is entered into the database).
Public property PageSize
Gets or sets Pager page size.
Public property ProviderClientSideCode
Gets custom Content Sharing provider code for this Web part.
Public property RatingHistoryVisible
Gets or sets a value that indicates whether rating history is visible.
Public property RelatedContentVisible
Gets or sets a value that indicates whether related content control is visible.
Public property RewritePageTitle
Wheter to rewrite the container page title.
Public property ShowActionButtons
Gets or sets if action buttons should be shown.
Public property ShowHeader
Gets or sets a flag if header should be shown.
Public property ShowMessagePost
Gets or sets if message post area should be shown.
Public property ShowMessages
Gets or sets if message posts should be shown.
Public property ShowPager
Gets or sets a flag if pager should be shown.
Public property SubscriptionLocalization
Gets the subscription localization.

Note: Used to perform programatic localization of subscription strings.

Public property TemplatedControl
Gets or sets Templated list view that is used for rendering the "repeatable" section of this control.
Public property TopicId
Gets or sets topic id.
Public property TopicPagerQueryString
Gets or sets discussion topic pager SEO query string.
Public property TopicTitleVisible
Gets or sets a value indicating whether topic title is visible.
Public property UploadFolder
Gets or sets File upload folder. The following special strings can be used and will be replaced by the appropriate values: {username}, {userid}, {id}.
Public property UserId
Gets or sets user id.
Public property UserProfileUrl
Gets or sets URL of the user profile page. If empty, a postback is performed to the same page.
Public property UseTellAFriendProvider
Gets or sets if Content Sharing Engine should use Tell a Friend as default provider (over the Add This provider).

See Also