retrieves all children based on the AllowedEntityType 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> GetChildrenOfAllTypes(
	string moduleID,
	ICategory category
)
Visual Basic
Function GetChildrenOfAllTypes ( _
	moduleID As String, _
	category As ICategory _
) As IPagedEntityChildrenList(Of IEntity, Integer)
Visual C++
IPagedEntityChildrenList<IEntity^, int>^ GetChildrenOfAllTypes(
	String^ moduleID, 
	ICategory^ category
)

Parameters

moduleID
Type: System..::..String
category
Type: Cartella.Interfaces..::..ICategory

Return Value

See Also