- Documentation
- » Developer Guides
- » Back End Development
- » Managing Content Beans
- » Function List
- » deleteVersionHistory()
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()>