Interface IAfterVersion
Interface for a server method which runs on the Item->onAfterVersion event
Namespace: Innovator.Server
Assembly: Innovator.Client.dll
Syntax
public interface IAfterVersion
Remarks
For help deciding which interface to use for which type of method, see the remarks for IMethod
Methods
| Improve this Doc View SourceExecute(IVersionContext)
Executes the server event.
Declaration
void Execute(IVersionContext arg)
Parameters
Type | Name | Description |
---|---|---|
IVersionContext | arg | The server context (server connection, context item, and other helper methods). |
Remarks
To respond to this method, throw an exception