Get the first @count of FolioItems by descending order of CreationDate.

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

Syntax

C#
IFolioItem[] GetMostRecentFolioItems<TFolioItem>(
	int count
)
where TFolioItem : class, new(), IFolioItem
Visual Basic
Function GetMostRecentFolioItems(Of TFolioItem As {Class, New, IFolioItem}) ( _
	count As Integer _
) As IFolioItem()
Visual C++
generic<typename TFolioItem>
where TFolioItem : ref class, gcnew(), IFolioItem
array<IFolioItem^>^ GetMostRecentFolioItems(
	int count
)

Parameters

count
Type: System..::..Int32

Type Parameters

TFolioItem

Return Value

See Also