Get all comments by descending order of CreationDate

Namespace: Cartella.Interfaces
Assembly: 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()

Return Value

See Also