Click or drag to resize
WorkflowStepInfoProviderClear Method

Note: This API is now obsolete.

Clear hashtables.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 10.0.0
Syntax
C#
[ObsoleteAttribute("Use method AbtractProvider.ClearHashtables(string, bool) instead.")]
public static void Clear(
	bool logTask
)

Parameters

logTask
Type: SystemBoolean
Log web farm tasks for this action
See Also