Click or drag to resize

PFUserNotify Method (String, String, Guid, Int64, Boolean)

Creates a new user notification for this user with the specified message. Note: The returned notification has been saved.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public PFUserNotification Notify(
	string message,
	string url,
	Guid relatedObjectGuid = null,
	long relatedObjectId = -1,
	bool read = false
)

Parameters

message
Type: SystemString
url
Type: SystemString
relatedObjectGuid (Optional)
Type: SystemGuid
relatedObjectId (Optional)
Type: SystemInt64
read (Optional)
Type: SystemBoolean

Return Value

Type: PFUserNotification
See Also