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.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax protected virtual bool DeleteInternal()
Return Value
Type:
BooleanReturns 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