Table of Contents

Class FormUpdateProvider

Namespace
Dynamicweb.Forms.Updates
Assembly
Dynamicweb.Forms.dll
public sealed class FormUpdateProvider : UpdateProvider
Inheritance
FormUpdateProvider
Inherited Members

Methods

GetUpdates()

Provides a sequence of updates.

public override IEnumerable<Update> GetUpdates()

Returns

IEnumerable<Update>

A sequence of Update

To top