Remove an existing child category.
The child category to be removed will become a root category,
not being deleted.
Namespace: Cartella.InterfacesAssembly: 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