Get the child categories to current category. Return as self-maintained CartellaRelations.

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

Syntax

C#
ICartellaRelations<ICategory, ICategory> Children { get; }
Visual Basic
ReadOnly Property Children As ICartellaRelations(Of ICategory, ICategory)
	Get
Visual C++
property ICartellaRelations<ICategory^, ICategory^>^ Children {
	ICartellaRelations<ICategory^, ICategory^>^ get ();
}

Field Value

ICartellaRelations<ICategory, ICategory>

See Also