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

Syntax

C#
IPagedEntityChildrenList<T, int> GetEntitiesByCategories(
	IEntity parentEntity,
	IEnumerable<string> categoryIDs,
	bool recursive,
	bool recurseThroughChildFolios,
	bool showDeleted,
	bool showApproved,
	EntitySortFields orderBy,
	bool sortAscending,
	bool includeCategoryDescendants
)
Visual Basic
Function GetEntitiesByCategories ( _
	parentEntity As IEntity, _
	categoryIDs As IEnumerable(Of String), _
	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>^ GetEntitiesByCategories(
	IEntity^ parentEntity, 
	IEnumerable<String^>^ categoryIDs, 
	bool recursive, 
	bool recurseThroughChildFolios, 
	bool showDeleted, 
	bool showApproved, 
	EntitySortFields orderBy, 
	bool sortAscending, 
	bool includeCategoryDescendants
)

Parameters

parentEntity
Type: Cartella.Interfaces..::..IEntity
categoryIDs
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'String>)>)>
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

See Also