Click or drag to resize

PFRelation_ItemSubscriptionSetFollowConversation Method

Make the given user follow/unfollow this item conversation. This method uses process level locking to ensure the subscription is updated in an atomic manner. Avoid calling this method from another process (e.g. TimerJobs). If set to true site events will be emitted, allowing the UI (e.g. chat) to update in realtime.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public void SetFollowConversation(
	long userId,
	bool followConversation,
	bool emitSiteEvents = false
)

Parameters

userId
Type: SystemInt64
followConversation
Type: SystemBoolean
emitSiteEvents (Optional)
Type: SystemBoolean
See Also