Table of Contents

Class EmailMarketingUpdateProvider

Namespace
Dynamicweb.EmailMarketing.Updates
Assembly
Dynamicweb.EmailMarketing.dll
public sealed class EmailMarketingUpdateProvider : UpdateProvider
Inheritance
EmailMarketingUpdateProvider
Inherited Members

Methods

GetUpdates()

Provides a sequence of updates.

public override IEnumerable<Update> GetUpdates()

Returns

IEnumerable<Update>

A sequence of Update

To top