Click or drag to resize
ObjectVersionHistoryInfoProviderDeleteVersionHistoriesInternal Method
Delete version histories matching the specified where condition.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 9.0.0
Syntax
C#
protected virtual void DeleteVersionHistoriesInternal(
	string where
)

Parameters

where
Type: SystemString
Where condition
See Also