Click or drag to resize
SynchronizationAction Constructor
Constructor

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 8.2.23
Syntax
C#
public SynchronizationAction(
	Func<LogObjectChangeSettings, IEnumerable<ISynchronizationTask>> execute,
	Func<LogObjectChangeSettings, bool> condition
)

Parameters

execute
Type: SystemFuncLogObjectChangeSettings, IEnumerableISynchronizationTask
Method executed to perform the action
condition
Type: SystemFuncLogObjectChangeSettings, Boolean
Condition under which the action is executed
See Also