Gets children based on type

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

Syntax

C#
IPagedEntityChildrenList<T, int> GetEntities(
	IEntity parentEntity,
	ICategory category,
	bool recursive,
	bool recurseThroughChildFolios,
	bool showDeleted,
	bool showApproved,
	EntitySortFields orderBy,
	bool sortAscending,
	bool includeCategoryDescendants
)
Visual Basic
Function GetEntities ( _
	parentEntity As IEntity, _
	category As ICategory, _
	recursive As Boolean, _
	recurseThroughChildFolios As Boolean, _
	showDeleted As Boolean, _
	showApproved As Boolean, _
	orderBy As EntitySortFields, _
	sortAscending As Boolean, _
	includeCategoryDescendants As Boolean _
) As IPagedEntityChildrenList(Of T, Integer)
Visual C++
IPagedEntityChildrenList<T, int>^ GetEntities(
	IEntity^ parentEntity, 
	ICategory^ category, 
	bool recursive, 
	bool recurseThroughChildFolios, 
	bool showDeleted, 
	bool showApproved, 
	EntitySortFields orderBy, 
	bool sortAscending, 
	bool includeCategoryDescendants
)

Parameters

parentEntity
Type: Cartella.Interfaces..::..IEntity
category
Type: Cartella.Interfaces..::..ICategory
recursive
Type: System..::..Boolean
recurseThroughChildFolios
Type: System..::..Boolean
showDeleted
Type: System..::..Boolean
showApproved
Type: System..::..Boolean
orderBy
Type: EntitySortFields
sortAscending
Type: System..::..Boolean
includeCategoryDescendants
Type: System..::..Boolean

Return Value

See Also