Click or drag to resize
WorkflowStepInfoValidateParameters Method
Returns true all required, visible and enabled parameters have value, returns false otherwise

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 13.0.131
Syntax
C#
public bool ValidateParameters(
	out IEnumerable<string> invalidParameterDisplayNames
)

Parameters

invalidParameterDisplayNames
Type: System.Collections.GenericIEnumerableString

Return Value

Type: Boolean
See Also