WorkflowStepInfoValidateParameters Method |
Returns true all required, visible and enabled parameters have value, returns false otherwise
Namespace: CMS.WorkflowEngineAssembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 13.0.131
Syntax public bool ValidateParameters(
out IEnumerable<string> invalidParameterDisplayNames
)
Parameters
- invalidParameterDisplayNames
- Type: System.Collections.GenericIEnumerableString
Return Value
Type:
BooleanSee Also