Click or drag to resize

ContentTypeLogSaveEvents Property

Gets or sets a value indicating whether each save must be logged. Every time an item is saved (except for creation), an event will be created.

This event will optionally contain informations about changed values (if corresponding option is enabled on the column).

Default value: False.

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 bool LogSaveEvents { get; set; }

Property Value

Type: Boolean
See Also