Click or drag to resize

PFSiteGetUserNotifications Method

Gets user notifications across multiple users in one query.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public List<PFUserNotification> GetUserNotifications(
	PFQuery query = null
)

Parameters

query (Optional)
Type: Packflow.CorePFQuery

Return Value

Type: ListPFUserNotification
ListT
See Also