NewsEdit Methods |
The NewsEdit type exposes the following members.
| Name | Description | |
|---|---|---|
| Approve |
Approves the news and redirect to specified receipt page.
| |
| Delete |
Deletes the news.
| |
| DoRedirect |
Does the redirect.
(Inherited from BaseAction.) | |
| Error404 |
Error404s this instance.
(Inherited from BaseAction.) | |
| Error500 |
Error500s this instance.
(Inherited from BaseAction.) | |
| 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.) |