Will be called after user clicked Save/Start to get the values from the loaded control.
Namespace:
EPiServer.WorkflowFoundation.UIAssembly: EPiServer.WorkflowFoundation (in EPiServer.WorkflowFoundation.dll) Version: 6.0.530.0
Syntax
| C# |
|---|
IDictionary<string, Object> SaveStartParameters() |
Return Value
StartParameters
Remarks
Before SaveStartParameters are called Page.IsValid() is called so any custom validators will have chance to validate input
If PageArgs (of type WorkflowPageEventArgs) are not set but exposed by workflow runtime will set it automatically