Click or drag to resize

PFGarbageCleanerPFNavigationEntriesTimeout Property

Gets or sets the deleted navigation entries timeout.

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

Property Value

Type: Int32
See Also