Classes
| Class | Description | |
|---|---|---|
| Breadcrumb |
Breadcrumb is a form of navigation where the current location within a forum is indicated by a list of links.
| |
| Forum |
Represents the main control of the Forum component, used to be included in the desired page or web control.
The control inherits most of its functionality from BaseForumControl
and is a critical part of the Forum component engine.
In short this control manages all the logic flow and by using a system of events decides how to proceed on every step.
This is deeply connected with the usage of dynamic control load, which is implemented here.
| |
| ForumAddEdit |
Provides user interface for creating new forum or updating existing one.
| |
| ForumErrorInformation |
Screen with error message.
| |
| ForumGroupAddEdit |
Provides user interface for creating new forum group or updating existing one.
| |
| ForumList |
Contains the layout and functionality for listing the forums and forum groups.
| |
| ForumPostAddEdit |
Provides user interface for creating new forum post or updating existing one.
| |
| ForumPostList |
Contains the layout and functionality for listing the posts within a topic.
| |
| ForumSearchCriteria |
Provides user interface for setting criteria for searching in the forum posts.
| |
| ForumSearchResults |
Provides user interface for listing all posts found from search.
| |
| ForumTopicAddEdit |
Provides user interface for creating new forum topic or updating existing one.
| |
| ForumTopicList |
Contains the layout and functionality for listing the topics within a forum.
| |
| ForumUserProfileDetails |
Provides user interface for displaying forum user profile details.
| |
| ForumUserProfileEdit |
Provides user interface for modifying forum user profile details.
| |
| ForumUserProfileEditPage |
Provides user interface for modifying forum user profile details.
| |
| Pager |
Contains the layout and functionality for paging various lists within the forum component.
| |
| Pager..::.PagerEventArgs |
The event arguments needed for PageChanged event
|
Delegates
| Delegate | Description | |
|---|---|---|
| Pager..::.PagerEventHandler |
Defines the event handler for the PageChanged event
|