Table of Contents

ThumbnailCache.OnMigrate Method

Definition

Namespace
GleamTech.FileUltimate.AspNet.UI
Assembly
GleamTech.FileUltimate.dll

Implement this method in a subclass to return migrations ro execute for its specific cache files.

protected override List<FileCache.MigrationInfo> OnMigrate(Version fromSubVersion)

Parameters

fromSubVersion Version

The subclass version to migrate from

Returns

List<FileCache.MigrationInfo>

The migration list to execute