UpgradeSession.PostProcessUpgrade Method

Definition

The post process is an additional help to the domains to be able to adjust any hierarchy, uri changes or any such overall changes. This function is called once deserialization of each instance is done.

public virtual void PostProcessUpgrade (System.Collections.Generic.Dictionary<string,object> sfcCache, int fileVersion);
abstract member PostProcessUpgrade : System.Collections.Generic.Dictionary<string, obj> * int -> unit
override this.PostProcessUpgrade : System.Collections.Generic.Dictionary<string, obj> * int -> unit
Public Overridable Sub PostProcessUpgrade (sfcCache As Dictionary(Of String, Object), fileVersion As Integer)

Parameters

fileVersion
Int32

Applies to