SPSequence.SetPostUpgradeDependencies Method
By default this object has no post-upgrade dependencies.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable Sub SetPostUpgradeDependencies
'Usage
Dim instance As SPSequence
instance.SetPostUpgradeDependencies()
public virtual void SetPostUpgradeDependencies()
Remarks
The SetPostUpgradeDependencies method assumes that the current object is in an upgraded state, allowing, for example, safe access to the object model that represents the current object.