Table of Contents

Class Notifications.Publishing.OnBeforeContentArgs

Namespace
Dynamicweb.DataManagement
Assembly
Dynamicweb.DataManagement.dll

OnBeforeContent arguments

public class Notifications.Publishing.OnBeforeContentArgs : NotificationArgs
Inheritance
Notifications.Publishing.OnBeforeContentArgs
Inherited Members

Constructors

OnBeforeContentArgs(PublishingFrontend, string)

public OnBeforeContentArgs(PublishingFrontend contentModule, string output)

Parameters

contentModule PublishingFrontend
output string

Properties

ContentModule

public PublishingFrontend ContentModule { get; set; }

Property Value

PublishingFrontend

Output

public string Output { get; set; }

Property Value

string

StopExecution

public bool StopExecution { get; set; }

Property Value

bool
To top