ThumbnailCacheOnMigrate Method
Implement this method in a subclass to return migrations ro execute for its specific cache files.
Namespace: GleamTech.FileUltimate.AspNet.UIAssembly: GleamTech.FileUltimate (in GleamTech.FileUltimate.dll) Version: 9.1.3
protected override List<MigrationInfo> OnMigrate(
Version fromSubVersion
)
Protected Overrides Function OnMigrate (
fromSubVersion As Version
) As List(Of MigrationInfo)
- fromSubVersion Version
- The subclass version to migrate from
ListMigrationInfoThe migration list to execute