Click or drag to resize

PFRelation_ItemSubscriptionGetByUser Method (Int64)

Returns an existing PFItemSubscription for the given user or null if no such subscription exist.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public PFItemSubscription GetByUser(
	long userId
)

Parameters

userId
Type: SystemInt64

Return Value

Type: PFItemSubscription
See Also