Click or drag to resize
ObjectVersionHistoryInfoProviderDeleteVersionHistoryInfo Method (Int32)

Note: This API is now obsolete.

Deletes object version history with specified ID.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IObjectVersionHistoryInfoProvider.Delete(ObjectVersionHistoryInfo) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - ObjectVersionHistoryInfo.Provider.")]
public static void DeleteVersionHistoryInfo(
	int historyId
)

Parameters

historyId
Type: SystemInt32
Object version history ID
See Also