Click or drag to resize
TreeNodeDelete Method (Boolean)
Deletes the document to the recycle bin. Deletes only this culture version of the document to the recycle bin, including the bound product.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 11.0.0
Syntax
C#
public virtual bool Delete(
	bool useDocumentHelper
)

Parameters

useDocumentHelper
Type: SystemBoolean
If true, the document helper is used

Return Value

Type: Boolean
See Also