Click or drag to resize

ContentTypeDeletedItemsTimeOut Property

Gets or sets the protection time of a (flagged) deleted item against the final deletion. In days, tells the garbage cleaner job how many days to wait before a deleted item gets erased from db.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
[XmlAttributeAttribute]
public int DeletedItemsTimeOut { get; set; }

Property Value

Type: Int32
See Also