Click or drag to resize

NewsEdit Methods

The NewsEdit type exposes the following members.

Methods
  NameDescription
Public methodApprove
Approves the news and redirect to specified receipt page.
Public methodDelete
Deletes the news.
Protected methodDoRedirect
Does the redirect.
(Inherited from BaseAction.)
Protected methodError404
Error404s this instance.
(Inherited from BaseAction.)
Protected methodError500
Error500s this instance.
(Inherited from BaseAction.)
Protected methodOnAfterSelectData
Raises "AfterSelectData" event.
(Inherited from BaseAction.)
Protected methodOnBeforeSelectData
Raises "BeforeSelectData" event.
(Inherited from BaseAction.)
Public methodOutput
Renders the content of this view into the single string.
(Overrides BaseActionOutput.)
Protected methodRaiseDataSelectionEventT
Raises an event specified by the wrapper function and returns the modified data source.
(Inherited from BaseAction.)
Top
See Also