Table of Contents

Class GenerationUpdateProvider

Namespace
Dynamicweb.Generation.Updates
Assembly
Dynamicweb.Core.dll
[Experimental("Generation")]
public sealed class GenerationUpdateProvider : UpdateProvider
Inheritance
GenerationUpdateProvider
Inherited Members

Methods

GetUpdates()

Provides a sequence of updates.

public override IEnumerable<Update> GetUpdates()

Returns

IEnumerable<Update>

A sequence of Update

To top