Click or drag to resize

FrontendDataNotificationArgs Class

Provides information about the data which is being processed by the News V2 module.
Inheritance Hierarchy

Namespace:  Dynamicweb.News.Extensibility
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
public class FrontendDataNotificationArgs : FrontendNotificationArgs

The FrontendDataNotificationArgs type exposes the following members.

Constructors
  NameDescription
Public methodFrontendDataNotificationArgs
Initializes a new instance of an object.
Top
Properties
  NameDescription
Public propertyData
Gets or sets the data object which is being processed.
Public propertyModuleInstance
Gets an instance of the News V2 module.
(Inherited from FrontendNotificationArgs.)
Top
Remarks