Click or drag to resize
WorkflowHelperStepActionHasParameters Method
Checks if step action has parameters with at least one field.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 13.0.131
Syntax
C#
public static bool StepActionHasParameters(
	WorkflowStepInfo step
)

Parameters

step
Type: CMS.WorkflowEngineWorkflowStepInfo
Workflow step.

Return Value

Type: Boolean
See Also