TreeNodeDelete Method (Boolean, Boolean, Boolean) |
Deletes the document.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax 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:
BooleanSee Also