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(
	int count,
	Type folioItemType
)
Visual Basic
Function GetMostRecentFolioItems ( _
	count As Integer, _
	folioItemType As Type _
) As IFolioItem()
Visual C++
array<IFolioItem^>^ GetMostRecentFolioItems(
	int count, 
	Type^ folioItemType
)

Parameters

count
Type: System..::..Int32
folioItemType
Type: System..::..Type

Return Value

See Also