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