Click or drag to resize

PFGarbageCleanerPFItemRelationsTimeOut Property

Gets or sets the deleted item relations time out.

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("Item Relations Timeout", JobParameterType.SimpleType, 
	false, Description = "Set in days. Shall be set between 1 and 15.")]
public int PFItemRelationsTimeOut { get; set; }

Property Value

Type: Int32
See Also