WorkflowInfo InsertAsClonePostprocessing Method Kentico 8.0 API Reference
Clones workflow transitions objects (has to be done after the whole process because it needs the steps already created).

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

settings
Type: CMS.DataEngine CloneSettings
Cloning settings
result
Type: CMS.DataEngine CloneResult
Result of the cloning - messages in this object will be altered by processing this method
originalObject
Type: CMS.DataEngine BaseInfo
Original source BaseInfo (object being cloned)
See Also