Click or drag to resize

PFPocoFactoryGetNewItemSubscription Method

Gets a new POCO with default values for the given item and user. This method will NOT persist a new PFItemSubscription.

Namespace:  Packflow.Core.Poco
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static PFItemSubscription GetNewItemSubscription(
	PFItem item,
	PFUser user
)

Parameters

item
Type: Packflow.CorePFItem
user
Type: Packflow.CorePFUser

Return Value

Type: PFItemSubscription
See Also