Table of Contents

Class EmailPlaceholderRenderObserver

Namespace
Dynamicweb.EmailMarketing
Assembly
Dynamicweb.EmailMarketing.dll

Renders email placeholder values.

[Subscribe("DWN_STANDARD_PAGE_AFTER_RENDER")]
public class EmailPlaceholderRenderObserver : NotificationSubscriber, IComparable<NotificationSubscriber>
Inheritance
EmailPlaceholderRenderObserver
Implements
Inherited Members

Methods

OnNotify(string, NotificationArgs)

Call to invoke observer.

public override void OnNotify(string notification, NotificationArgs args)

Parameters

notification string

The notification.

args NotificationArgs

The args.

See Also

To top