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

Syntax

C#
IPaginatedList<T, int> GetRelatedItemsOfType<T>(
	IFolio folioToSearch,
	bool includeSubFolios
)
where T : class, new(), IEntity
Visual Basic
Function GetRelatedItemsOfType(Of T As {Class, New, IEntity}) ( _
	folioToSearch As IFolio, _
	includeSubFolios As Boolean _
) As IPaginatedList(Of T, Integer)
Visual C++
generic<typename T>
where T : ref class, gcnew(), IEntity
IPaginatedList<T, int>^ GetRelatedItemsOfType(
	IFolio^ folioToSearch, 
	bool includeSubFolios
)

Parameters

folioToSearch
Type: Cartella.Interfaces..::..IFolio
includeSubFolios
Type: System..::..Boolean

Type Parameters

T

See Also