Table of Contents

Class Update

Namespace
Dynamicweb.Updates
Assembly
Dynamicweb.Core.dll

Base class for updates

public abstract class Update
Inheritance
Update
Derived
Inherited Members

Constructors

Update(string, UpdateProvider)

protected Update(string id, UpdateProvider provider)

Parameters

id string
provider UpdateProvider

Properties

Key

public UpdateKey Key { get; }

Property Value

UpdateKey

Methods

Execute(UpdateContext)

public abstract void Execute(UpdateContext context)

Parameters

context UpdateContext
To top