Table of Contents

Class SystemUpdateProvider

Namespace
Dynamicweb.Updates.SystemUpdates
Assembly
Dynamicweb.Core.dll
[AddInOrder(-2147483648)]
public sealed class SystemUpdateProvider : UpdateProvider
Inheritance
SystemUpdateProvider
Inherited Members

Methods

GetUpdates()

Provides a sequence of updates.

public override IEnumerable<Update> GetUpdates()

Returns

IEnumerable<Update>

A sequence of Update

To top