Table of Contents

Class DataIntegrationUpdateProvider

Namespace
Dynamicweb.DataIntegration.Updates
Assembly
Dynamicweb.DataIntegration.dll
public sealed class DataIntegrationUpdateProvider : UpdateProvider
Inheritance
DataIntegrationUpdateProvider
Inherited Members

Methods

GetUpdates()

Provides a sequence of updates.

public override IEnumerable<Update> GetUpdates()

Returns

IEnumerable<Update>

A sequence of Update

To top