Click or drag to resize

FrontendDataNotificationArgs Constructor

Initializes a new instance of an object.

Namespace:  Dynamicweb.News.Extensibility
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
public FrontendDataNotificationArgs(
	Output moduleInstance,
	Object data
)

Parameters

moduleInstance
Type: Dynamicweb.News.FrontendOutput
An instance of the News V2 module.
data
Type: SystemObject
Data object which is being processed.
Remarks