Click or drag to resize

PFMessagingBroadcasterSendItemSubscriptionUpdated Method

Broadcasts events that updates the messaging UI when a PFItemSubscription was updated.

Namespace:  Packflow.Interface.Messaging
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public static void SendItemSubscriptionUpdated(
	PFItemSubscription itemSub,
	HashSet<string> updatedFieldNames
)

Parameters

itemSub
Type: Packflow.CorePFItemSubscription
updatedFieldNames
Type: System.Collections.GenericHashSetString
See Also