Table of Contents

DocumentCache.OnMigrate Method

Definition

Namespace
GleamTech.DocumentUltimate.Caching
Assembly
GleamTech.DocumentUltimate.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