retrieves all children based on Allowed child types of the defined module

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

Syntax

C#
IPagedEntityChildrenList<IEntity, int> GetChildren(
	ICategory category
)
Visual Basic
Function GetChildren ( _
	category As ICategory _
) As IPagedEntityChildrenList(Of IEntity, Integer)
Visual C++
IPagedEntityChildrenList<IEntity^, int>^ GetChildren(
	ICategory^ category
)

Parameters

category
Type: Cartella.Interfaces..::..ICategory

Return Value

See Also