Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
IPagedEntityChildrenList<IComment, int> GetComments(
	bool recursive
)
Visual Basic
Function GetComments ( _
	recursive As Boolean _
) As IPagedEntityChildrenList(Of IComment, Integer)
Visual C++
IPagedEntityChildrenList<IComment^, int>^ GetComments(
	bool recursive
)

Parameters

recursive
Type: System..::..Boolean

See Also