ITest ApiIs Form Field Enabled Method
Evaluate whether the form field is enable or not
Example
C#
var testApi = ctx.Use<ITestApi>();
testApi.IsFormFieldEnabled("workflowName", "activityName", "componentName")Definition
Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
Return true if the form component is enabled, otherwise, return false
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
bool IsFormFieldEnabled(
string workflowName,
string activityName,
string componentName
)Parameters
- workflowName String
- Workflow Name
- activityName String
- Activity Name
- componentName String
- Form Component Name
Return Value
BooleanReturn true if the form component is enabled, otherwise, return false