Class WorkflowPlugInAttribute
A workflow that want users to be able to set start parameters before it is used should be marked with this attribute and have Url set to a usercontrol. The given usercontrol should implement IWorkflowStartParameterHandler
Inheritance
System.Object
WorkflowPlugInAttribute
Namespace: EPiServer.WorkflowFoundation.UI
Assembly: EPiServer.WorkflowFoundation.dll
Version: 8.11.0Syntax
[AttributeUsage(AttributeTargets.Class)]
public sealed class WorkflowPlugInAttribute : GuiPlugInAttribute
Remarks
The usercontrol should be deployed to given Url before workflow is used
Examples
Shows how attribute can be applied to workflow class to state usercontrol to set start parameters
Constructors
WorkflowPlugInAttribute()
Declaration
public WorkflowPlugInAttribute()