TreeNode DeleteInternal Method Kentico 8.1 API Reference
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.0.0.0 (8.1.5347.20411)

Return Value

Type: OnlineBoolean
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