Get all comments created under specified Folio(and its child FolioItems) 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(
	IFolio folio
)
Visual Basic
Function GetMostRecentComments ( _
	folio As IFolio _
) As IComment()
Visual C++
array<IComment^>^ GetMostRecentComments(
	IFolio^ folio
)

Parameters

folio
Type: Cartella.Interfaces..::..IFolio
If null, return all comments

Return Value

See Also