WorkflowStepInfo Constructor (WorkflowStepInfo, Boolean) |
Note: This API is now obsolete.
Constructor - Creates a new WorkflowStepInfo object from the given DataClass.
Namespace: CMS.WorkflowEngineAssembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 10.0.0
Syntax [ObsoleteAttribute("Not intended for public use. Will be removed in next major release.")]
public WorkflowStepInfo(
WorkflowStepInfo si,
bool keepSourceData
)
Parameters
- si
- Type: CMS.WorkflowEngineWorkflowStepInfo
Source site info - keepSourceData
- Type: SystemBoolean
If true, source data are kept
See Also