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# |
---|
ICartellaObject[] GetRecentlyUpdateFolioItems( string requesterID, int count, DateTime lastFolioItemDate, DateTime lastCommentDate ) |
Visual Basic |
---|
Function GetRecentlyUpdateFolioItems ( _ requesterID As String, _ count As Integer, _ lastFolioItemDate As DateTime, _ lastCommentDate As DateTime _ ) As ICartellaObject() |
Visual C++ |
---|
array<ICartellaObject^>^ GetRecentlyUpdateFolioItems( String^ requesterID, int count, DateTime lastFolioItemDate, DateTime lastCommentDate ) |
Parameters
- requesterID
- Type: System..::..String
- count
- Type: System..::..Int32
- lastFolioItemDate
- Type: System..::..DateTime
- lastCommentDate
- Type: System..::..DateTime