Click or drag to resize
WorkflowHelperRefreshDesignerFromDialog Method
Refreshes designer from dialog edit

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 9.0.0
Syntax
C#
public static void RefreshDesignerFromDialog(
	Page page,
	int workflowStepId,
	string graphName
)

Parameters

page
Type: System.Web.UIPage
workflowStepId
Type: SystemInt32
graphName
Type: SystemString
See Also