Click or drag to resize
VersionManager.DestroyDocumentVersion Method
Deletes specified record in the node version history.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public void DestroyDocumentVersion(
	int versionHistoryId
)

Parameters

versionHistoryId
Type: System.Int32
Version history ID to delete
See Also