Classes

  ClassDescription
AdminAccessDenied
This control is loaded when a user who is working with News Administration has no rights to do some action. The reason for that could be that another user changed his rights whike he was working with News Administration.

A message is displayed with information for the user's current role.

AdminCategoryAddEdit
Provides interface for creation and modification of a news category.
AdminCategoryList
Provides interface for managing news categories.
AdminCommentAddEdit
Provides interface for modification of a posted comment by news administrator.
AdminCommentList
Provides user interface for searching comments ans managing them.
AdminLanguages
Providers interface for changing current language in News Administration Panel.
AdminNewsAddEdit
Provides interface for creation and modification of news.
AdminNewsList
Provides interface for managing news.
AdminNewsPreview
Web page which is used to preview the news as it will look like in the front-end of the web site.
AdminPager
Contains the layout and functionality for paging various lists within the News component.
AdminPager..::.PagerEventArgs
Class for event arguments for event PageChanged.
Categories
Provides interface for listing all visible categories for the current language in the front-end of the web site.
ChangeLanguageArgs
Class for event arguments of event ChangeLanguage.
FeaturedNews
Provides interface for listing featured news for the current language in the front-end of the web site.
LatestNews
Provides interface for listing latest news for the current language in the front-end of the web site.
NewsAdministration
Represents the main administration control of the News component, used to be included in the desired page on the web site where component will be integrated. The control inherits most of its functionality from InnerBaseNewsControl and is a critical part of the News 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.
NewsDetails
Provides interface in which are displayed the details of specific news.
NewsList
Provides interface for listing news translated in the current language in the front-end of the web site.
PopularNews
Provides interface for listing the popular news translated in the current language in the front-end of the web site.
RSS
Provides RSS feed for the web site news.
UserList
Provides user interface for searching users and assign/unassign News user roles to them.

Delegates

  DelegateDescription
AdminPager..::.PagerEventHandler
Represents the method that will handle the PageChanged event.
ChangeLanguageEventHandler
Represents the method that will handle the ChangeLanguage event.