Table of Contents

Namespace Dynamicweb.Updates

Classes

ContentUpdateProvider
FileUpdate

Represents an update which writes the contents from a provided stream to a specific file.

InitializeDatabaseUpdate
MethodUpdate

Represents an update which executes a given method (action).

SettingUpdate

Represents an update which sets the value of a given setting.

SqlUpdate

Represents an update which executes a given sql statement.

Update

Base class for updates

UpdateContext

Provides context information for updates.

UpdateManager

Handles updates by calling instances of UpdateProvider.

UpdateProvider

Represents a provider of update packages.

Structs

UpdateKey
To top