Click or drag to resize
SynchronizationSettingsLogCondition Property
Condition that determines which objects of the given type generate synchronization tasks. If set, only objects that match the condition are synchronized.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public Func<BaseInfo, bool> LogCondition { get; set; }

Property Value

Type: FuncBaseInfo, Boolean
See Also