| WorkflowInfoInsertAsClonePostprocessing Method  | 
            Clones workflow transitions objects (has to be done after the whole process because it needs the steps already created).
            
 
Namespace: CMS.WorkflowEngineAssembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 8.2.23
Syntaxprotected override void InsertAsClonePostprocessing(
	CloneSettings settings,
	CloneResult result,
	BaseInfo originalObject
)
Parameters
- settings
 - Type: CMS.DataEngineCloneSettings
Cloning settings - result
 - Type: CMS.DataEngineCloneResult
Result of the cloning - messages in this object will be altered by processing this method - originalObject
 - Type: CMS.DataEngineBaseInfo
Original source BaseInfo (object being cloned) 
See Also