Table of Contents

Class ContentUpdateProvider

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

Methods

GetUpdates()

Provides a sequence of updates.

public override IEnumerable<Update> GetUpdates()

Returns

IEnumerable<Update>

A sequence of Update

To top