Click or drag to resize
VersionManagerClearDocumentHistoryInternal Method
Clears complete history of specified document (keeps the latest version).

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual void ClearDocumentHistoryInternal(
	int documentId
)

Parameters

documentId
Type: SystemInt32
Document ID
See Also