IAutomationActionDataCollectorProvidesStepInformation Method |
Returns true when step with given actionId and workflowId is capable of displaying additional step information.
If step is not capable of displaying additional step information returns false.
Namespace: CMS.WorkflowEngineAssembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 13.0.131
Syntax bool ProvidesStepInformation(
int actionId,
int workflowId
)
Parameters
- actionId
- Type: SystemInt32
- workflowId
- Type: SystemInt32
Return Value
Type:
BooleanSee Also