Click or drag to resize
ObjectTypeInfoLogSynchronization Property

Note: This API is now obsolete.

Determines whether the system logs staging tasks for objects of the type. Select one of the SynchronizationTypeEnum values.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
[ObsoleteAttribute("This property is obsolete. Use SynchronizationSettings.LogSynchronization instead.")]
public SynchronizationTypeEnum LogSynchronization { get; set; }

Property Value

Type: SynchronizationTypeEnum
See Also