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