Click or drag to resize
TreeNodeDelete Method (Boolean, Boolean, Boolean)
Deletes the document.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public virtual bool Delete(
	bool deleteAllCultures,
	bool destroyHistory,
	bool deleteProduct
)

Parameters

deleteAllCultures
Type: SystemBoolean
Delete all culture version of the specified document?
destroyHistory
Type: SystemBoolean
Destroy the document history?
deleteProduct
Type: SystemBoolean
Delete product

Return Value

Type: Boolean
See Also