Table of Contents

Class SecurityUpdateProvider

Namespace
Dynamicweb.Security.Updates
Assembly
Dynamicweb.Core.dll
[AddInOrder(100)]
public sealed class SecurityUpdateProvider : UpdateProvider
Inheritance
SecurityUpdateProvider
Inherited Members

Methods

GetUpdates()

Provides a sequence of updates.

public override IEnumerable<Update> GetUpdates()

Returns

IEnumerable<Update>

A sequence of Update

To top