Click or drag to resize

PFUserGetItemSubscriptions Method

Gets a list of subscriptions made by this user on items.

The ParentItem property of returned comments will not be initialized.

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<PFItemSubscription> GetItemSubscriptions(
	PFQuery query
)

Parameters

query
Type: Packflow.CorePFQuery

Return Value

Type: ListPFItemSubscription
See Also