Add a child category to current category. This is the same as adding a target to Children property.

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

Syntax

C#
ICategory AddChild(
	ICategory newChild
)
Visual Basic
Function AddChild ( _
	newChild As ICategory _
) As ICategory
Visual C++
ICategory^ AddChild(
	ICategory^ newChild
)

Parameters

newChild
Type: Cartella.Interfaces..::..ICategory
Child category to add

Field Value

ICategory

Return Value

Added child category

See Also