Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
| C# |
|---|
IPagedEntityChildrenList<TTarget, int> GetCategorizedChildEntities<TTarget>( ICategory category, bool recursive, bool recurseThroughFolios ) where TTarget : class, new(), IFolioItem |
| Visual Basic |
|---|
Function GetCategorizedChildEntities(Of TTarget As {Class, New, IFolioItem}) ( _ category As ICategory, _ recursive As Boolean, _ recurseThroughFolios As Boolean _ ) As IPagedEntityChildrenList(Of TTarget, Integer) |
| Visual C++ |
|---|
generic<typename TTarget> where TTarget : ref class, gcnew(), IFolioItem IPagedEntityChildrenList<TTarget, int>^ GetCategorizedChildEntities( ICategory^ category, bool recursive, bool recurseThroughFolios ) |
Parameters
- category
- Type: Cartella.Interfaces..::..ICategory
- recursive
- Type: System..::..Boolean
- recurseThroughFolios
- Type: System..::..Boolean
Type Parameters
- TTarget