Table of Contents

Class Notifications.Publishing.OnAfterRenderArgs

Namespace
Dynamicweb.DataManagement
Assembly
Dynamicweb.DataManagement.dll

OnAfterRender arguments

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

Constructors

OnAfterRenderArgs(Template, Publishing)

public OnAfterRenderArgs(Template template, Publishing publishing)

Parameters

template Template
publishing Publishing

Properties

Publishing

public Publishing Publishing { get; set; }

Property Value

Publishing

Template

public Template Template { get; set; }

Property Value

Template
To top