Click or drag to resize

ISystemUpdateAction Methods

The ISystemUpdateAction type exposes the following members.

Methods
  NameDescription
Public methodPerformUpdate
This method can be used to execute SQL script (using the helper method on the UpdateActionArgs) or C# code
Public methodPostponeExecution
This method can be used to decide if the update action should be executed. E.g. check for the existence of a specific featurepackage change which the update action relies on.
Top
See Also