Click or drag to resize
AutomationHistoryInfoProviderDeleteObjectsHistories Method (String)

Note: This API is now obsolete.

Removes histories.

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 10.0.0
Syntax
C#
[ObsoleteAttribute("Use DeleteObjectsHistories(IWhereCondition) instead")]
public static void DeleteObjectsHistories(
	string where
)

Parameters

where
Type: SystemString
Where condition
See Also