The DiscussionTopics 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 BoardId
Gets or sets topic 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 EditBoardVisible
Gets or sets a value indicating whether a edit board link is visible.
Public property EnableInsertNewTopic
Gets or sets a flag if new topic can be inserted.
Public property EnablePaging
Gets or sets a value indicating whether topic paging is enabled.
Public property EnableRating
Gets or sets a flag if rating is enabled.
Public property EnableTags
Gets or sets a flag if topic tags should be shown.
Public property HeaderVisible
Gets or sets a value indicating whether a topic haeder is visible.
Public property IsPublic
Gets or sets a flag if discussion board is visible for an unauthenticated users.
Public property MaximumTags
Gets or sets a maximum number of tags that should be shown.
Public property MessagePagerQueryString
Gets or sets discussion Message pager SEO query string.
Public property ModuleType
Public property PageSize
Gets or sets Pager page size.
Public property RewritePageTitle
Wheter to rewrite the container page title or not, note that by turning this on you will turn on the meta keywords and description rewrite.
Public property ShowBackLink
Gets or sets a flag if back link is 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 TopicFilterType
Gets or sets topic filter type.
Public property TopicSorter
Gets or sets the topic sorter type used for filtering.
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 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