deleteVersionHistory()

Overview

Deletes the version history of the current content node.

Definition

<cfset contentBean.deleteVersionHistory()>

Example Usage

<cfset contentBean = application.contentManager.getActiveContent(contentID, siteID)>
<cfset contentBean.deleteVersionHistory()>