UpgradeSession.PostProcessUpgrade Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- sfcCache
- Dictionary<String,Object>
- fileVersion
- Int32