| NewsDetail Constructor (Renderer, CommonAction, Boolean) |
Initializes new instance of an object.
Namespace:
Dynamicweb.News.Frontend
Assembly:
Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax public NewsDetail(
Renderer renderer,
CommonAction action,
bool autoInitializeNewsItem
)
Public Sub New (
renderer As Renderer,
action As CommonAction,
autoInitializeNewsItem As Boolean
)
Parameters
- renderer
- Type: Dynamicweb.News.FrontendRenderer
Object to use for rendering. - action
- Type: Dynamicweb.News.FrontendCommonAction
Current frontend action. - autoInitializeNewsItem
- Type: SystemBoolean
Value indicating whether to automatically initialize news item object.
Remarks See Also