Table of Contents

Class UpdateProvider

Namespace
Dynamicweb.Updates
Assembly
Dynamicweb.Core.dll

Represents a provider of update packages.

public abstract class UpdateProvider
Inheritance
UpdateProvider
Derived
Inherited Members

Methods

GetUpdates()

Provides a sequence of updates.

public abstract IEnumerable<Update> GetUpdates()

Returns

IEnumerable<Update>

A sequence of Update

To top