Get all comments by descending order of CreationDate
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
IComment[] GetMostRecentComments() |
Visual Basic |
---|
Function GetMostRecentComments As IComment() |
Visual C++ |
---|
array<IComment^>^ GetMostRecentComments() |