retuns an IPaagedEntityChildrenList object used for retrieving comments from the datastore

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

Syntax

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

Parameters

parent
Type: Cartella.Interfaces..::..IEntity
the owning entity
recursive
Type: System..::..Boolean
if true, will recurse throgh child comments else will only grab first level comments

Return Value

See Also