The DiscussionBoard type exposes the following members.

Constructors

  Name Description
Public method DiscussionBoard
Constructor.

Methods

  Name Description
Public method ApplyChanges
Apply web part property changes (Note: Overridden property still needs to be marked as WebPartApplyChangesAttribute).

Note: Marked with WebPartApplyChangesAttribute attribute so it is called from ApplyChanges event in the editor part to refresh the module appearance.

(Overrides BasePart..::..ApplyChanges()()()().)
Public method BindData
Binds and formats board's data for display in the main list view control.
(Overrides DiscussionBase..::..BindData()()()().)
Public method EditBoard
Edit discussion board.
Public method GetDescriptionText
Gets the description text.
Protected method OnBinding
Raises the binding event with item collection.
Protected method OnBoardCreated
Raised after the discussion board is created.
Protected method OnBoardCreating
Raised before the discussion board is created.
Protected method OnBoardEdit
Raised on the discussion board is edit action.
Protected method OnBoardUpdated
Raised after the discussion board is updated.
Protected method OnBoardUpdating
Raised before the discussion board is updated.
Protected method OnEditFormVisibilityChanged
Raised when edit form visibility is changed.
Protected method OnGetBoardAccessRoles
Raised before the board is updated with the access roles.
Protected method OnInit (Overrides DiscussionBase..::..OnInit(EventArgs).)
Protected method OnLoad (Overrides BasePart..::..OnLoad(EventArgs).)
Protected method OnPreRender (Overrides DiscussionBase..::..OnPreRender(EventArgs).)
Protected method ParseTemplateTags
Parses all template tags and generates a proper HTML based on the current template for a friend list.

Extension Methods

  Name Description
Public Extension Method ConvertTo(Type) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, TypeConverter) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, Boolean) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, TypeConverter, Boolean) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo<(Of <<'(T>)>>)()()()() Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo<(Of <<'(T>)>>)(TypeConverter) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method GetCurrentStackTrace
Gets current stack trace information.
(Defined by ObjectExtension.)
Public Extension Method GetDebugInformation
Gets the debug information for currently executing code.
(Defined by ObjectExtension.)
Public Extension Method GetExecutingMethodName
Gets the executing method name.
(Defined by ObjectExtension.)
Public Extension Method GetPagerTemplate
Gets pager template.
(Defined by ControlExtension.)
Public Extension Method GetPropertyType
Gets a property type.
(Defined by ObjectExtension.)
Public Extension Method GetPropertyValue
Gets a property or field value from the object (Dot notation enabled).
(Defined by ObjectExtension.)
Public Extension Method PropertyExists
Check if property exists.
(Defined by ObjectExtension.)
Public Extension Method SetPropertyValue
Sets a property or field value to the object (Dot notation enabled).
(Defined by ObjectExtension.)

Fields

  Name Description
Protected field btnCancelNewBoard
btnCancelNewBoard control.
Protected field btnNewBoard
btnNewBoard control.
Protected field btnSaveNewBoard
btnSaveNewBoard control.
Protected field chkRoles
chkRoles control.
Protected field chkSubscribe
chkSubscribe control.
Protected field ddlEditors
ddlEditors control.
Protected field labRoles
labRoles control.
Protected field labSubscribe
labSubscribe control.
Protected field lblBoardDescription
lblBoardDescription control.
Protected field lblBoardName
lblBoardName control.
Protected field lblEditors
lblEditors control.
Protected field lnkLastActiveTopics
lnkLastActiveTopics control.
Protected field lnkMyTopics
lnkMyTopics control.
Protected field lvDB
lvDB control.
Protected field pager
pager control.
Protected field plhNewBoard
plhNewBoard control.
Protected field radBoardDescription
radBoardDescription control.
Protected field rowAutoSubscribe
rowAutoSubscribe control.
Protected field rowRoles
rowRoles control.
Protected field summary
summary control.
Protected field txtBoardDescription
txtBoardDescription control.
Protected field txtBoardName
txtBoardName control.
Protected field upNewBoard
upNewBoard control.
Protected field upTop
upTop control.
Protected field validationHandler
validationHandler control.
Protected field vldRequiredBoardName
vldRequiredBoardName control.

Properties

  Name Description
Public property BoardIds
Gets or sets board ids.
Protected property CacheManager
Gets cache manager.
Public property EnableNewBoardAdminNotifications
Gets or sets a value indicating whether new board administrator notifications are enabled.
Public property IsPublic
Gets or sets a flag if discussion board is visible for an unauthenticated users.
Public property MessagePagerQueryString
Gets or sets discussion Message pager SEO query string.
Public property PageSize
Gets or sets Pager page size.
Public property RewritePageTitle
Wheter to rewrite the container page title.
Public property TemplatedControl
Gets or sets Templated list view that is used for rendering the "repeatable" section of this control.
Public property UserProfileUrl
Gets or sets URL of the user profile page. If empty, a postback is performed to the same page.

Events

  Name Description
Public event Binding
Discussion board binding event.

See Also