Click or drag to resize
WorkflowStepInfoProviderRegisterObjectInHashtables Method
Registers the object instance within the hashtables.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 9.0.0
Syntax
C#
protected override void RegisterObjectInHashtables(
	WorkflowStepInfo infoObj
)

Parameters

infoObj
Type: CMS.WorkflowEngineWorkflowStepInfo
Object to register
See Also