Click or drag to resize
TreeNodeDeleteInternal Method
Deletes node from the database. If node is last node culture version, deletes also the child nodes of all culture versions.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual bool DeleteInternal()

Return Value

Type: Boolean
Returns true if last culture (Tree record) has been deleted
Remarks
If deleted node is the root node it will not be deleted. Only child nodes will be deleted and no exception will be thrown.
See Also