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.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public Func<BaseInfo, bool> LogCondition { get; set; }
Property Value
Type:
FuncBaseInfo,
BooleanSee Also