Click or drag to resize
WorkflowStepInfoInitObjectsOrderPostprocessing Method
Method called after the InitObjectOrder method is called. Override this to do further actions after order initialization. Does nothing by default.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 9.0.0
Syntax
C#
protected override void InitObjectsOrderPostprocessing()
See Also