Click or drag to resize

PFGarbageCleanerPFUserNotificationsMaxEntries Property

Gets or sets the user notifications maximum entries.

Namespace:  Packflow.Core.Jobs.Impl
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
[PFJobParameter("User Notifications max count", JobParameterType.SimpleType, 
	false, Description = "Max. number of read notifications by user. Must be positive")]
public int PFUserNotificationsMaxEntries { get; set; }

Property Value

Type: Int32
See Also