Get comments created by this user

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

Syntax

C#
IComment[] CreatedComments(
	int itemCount
)
Visual Basic
Function CreatedComments ( _
	itemCount As Integer _
) As IComment()
Visual C++
array<IComment^>^ CreatedComments(
	int itemCount
)

Parameters

itemCount
Type: System..::..Int32
Number of items to return.

Field Value

IComment[]

See Also