Table of Contents

Class Notifications.Publishing.OnBeforeRenderArgs

Namespace
Dynamicweb.DataManagement
Assembly
Dynamicweb.DataManagement.dll

OnBeforeRender arguments

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

Constructors

OnBeforeRenderArgs(Template, Publishing)

public OnBeforeRenderArgs(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