Table of Contents

Class Notifications.Form.OnAfterConfirmationContentArgs

Namespace
Dynamicweb.DataManagement
Assembly
Dynamicweb.DataManagement.dll

OnAfterConfirmationContent arguments

public class Notifications.Form.OnAfterConfirmationContentArgs : NotificationArgs
Inheritance
Notifications.Form.OnAfterConfirmationContentArgs
Inherited Members

Constructors

OnAfterConfirmationContentArgs(FormFrontend, string)

public OnAfterConfirmationContentArgs(FormFrontend contentModule, string output)

Parameters

contentModule FormFrontend
output string

Properties

ContentModule

public FormFrontend ContentModule { get; set; }

Property Value

FormFrontend

Output

public string Output { get; set; }

Property Value

string
To top