Table of Contents

Class CoreApplicationUpdateProvider

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

Methods

GetUpdates()

Provides a sequence of updates.

public override IEnumerable<Update> GetUpdates()

Returns

IEnumerable<Update>

A sequence of Update

To top