Get the first @count of FolioItems by descending order of CreationDate.
Namespace: Cartella.InterfacesAssembly: 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 ) |