Remove an existing child category. The child category to be removed will become a root category, not being deleted.

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
void RemoveChild(
	ICategory oldChild
)
Visual Basic
Sub RemoveChild ( _
	oldChild As ICategory _
)
Visual C++
void RemoveChild(
	ICategory^ oldChild
)

Parameters

oldChild
Type: Cartella.Interfaces..::..ICategory
Child category to remove

Field Value

Void

See Also