NewsDetail Class |
Namespace: Dynamicweb.News.Frontend
The NewsDetail type exposes the following members.
Name | Description | |
---|---|---|
NewsDetail(Renderer, CommonAction) |
Initializes new instance of an object.
| |
NewsDetail(Renderer, CommonAction, Boolean) |
Initializes new instance of an object.
|
Name | Description | |
---|---|---|
IsPostBack |
Gets a value indicating whether this instance is post back.
(Inherited from BaseAction.) | |
IsSubmit |
Gets a value indicating whether this instance is submit.
(Inherited from BaseAction.) | |
Item |
Gets the NewsItem object that will be displayed under the current view.
| |
NewsID |
Gets an ID of the news item that will be displayed under the current view.
| |
Pageview |
Gets or sets the Pageview object.
(Inherited from BaseAction.) | |
Properties |
Gets or sets the properties of News V2 module.
(Inherited from BaseAction.) | |
TemplatePath | (Inherited from BaseAction.) |
Name | Description | |
---|---|---|
DoRedirect |
Does the redirect.
(Inherited from BaseAction.) | |
Error404 |
Error404s this instance.
(Inherited from BaseAction.) | |
Error500 |
Error500s this instance.
(Inherited from BaseAction.) | |
InitializeNewsItem |
Initializes the news item using the ID passed with the current request.
| |
InitializeNewsItem(Int32) |
Initializes the news item using the specified ID.
| |
OnAfterSelectData |
Raises "AfterSelectData" event.
(Inherited from BaseAction.) | |
OnBeforeSelectData |
Raises "BeforeSelectData" event.
(Inherited from BaseAction.) | |
Output |
Renders the content of this view into the single string.
(Overrides BaseActionOutput.) | |
RaiseDataSelectionEventT |
Raises an event specified by the wrapper function and returns the modified data source.
(Inherited from BaseAction.) |
Name | Description | |
---|---|---|
AfterSelectData |
Occurs after the data which will be processed by the module has been selected.
(Inherited from BaseAction.) | |
BeforeSelectData |
Occurs before the data which will be processed by the module has been selected.
(Inherited from BaseAction.) |
Name | Description | |
---|---|---|
_action | (Inherited from BaseAction.) | |
_renderer | (Inherited from BaseAction.) |