Table of Contents

Class Notifications.Publishing.OnAfterContentArgs

Namespace
Dynamicweb.DataManagement
Assembly
Dynamicweb.DataManagement.dll

OnAfterContent arguments

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

Constructors

OnAfterContentArgs(PublishingFrontend, string)

public OnAfterContentArgs(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
To top