DocumentCacheOnMigrate Method
Implement this method in a subclass to return migrations ro execute for its specific cache files.
Namespace: GleamTech.DocumentUltimate.CachingAssembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
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