Table of Contents

Class UpdateManager

Namespace
Dynamicweb.Updates
Assembly
Dynamicweb.Core.dll

Handles updates by calling instances of UpdateProvider.

public static class UpdateManager
Inheritance
UpdateManager
Inherited Members

Methods

ExecuteUpdates()

public static void ExecuteUpdates()

ExecuteUpdates(IEnumerable<UpdateProvider>)

Executes pending updates for the given providers only. Already-processed updates are skipped.

public static void ExecuteUpdates(IEnumerable<UpdateProvider> providers)

Parameters

providers IEnumerable<UpdateProvider>
To top