Click or drag to resize

PFRelation_SiteItemCommentGetUserComments Method

Gets item comments of an user.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public List<PFItemComment> GetUserComments(
	PFUser user,
	PFQuery query
)

Parameters

user
Type: Packflow.CorePFUser
query
Type: Packflow.CorePFQuery

Return Value

Type: ListPFItemComment
See Also