Products

Solutions

Resources

Partners

Community

About

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

  • 4/7/2015
  • 5974 Views

Comments

5974 Views

IUpgradeable

Last updated long time ago

Comments

Common

(Enter the content of this article below)

Advanced

 
The IUpgradeable interface allows module developers to apply code during install/upgrades based on the module version - this works in a similar fashion to DotNetNuke's upgrade based code.

The IUpgradeable interface includes a single method, UpgradeModule, which enables the module to execute custom business logic depending on the current version of the module being installed.

Public Interface IUpgradeable

Function UpgradeModule(ByVal Version As String) As String
End Interface

UpgradeModule is called once for each script version included with the module. It is called only for script versions that are later than the version of the currently installed module.


References
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out