Click or drag to resize

PFRelation_ItemSubscriptionSetStarred Method

Make the given user acknowledge star/unstar 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 SetStarred(
	long userId,
	bool starred,
	bool emitSiteEvents = false
)

Parameters

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