Click or drag to resize
SynchronizationActionManagerRegisterAction Method (FuncLogObjectChangeSettings, IEnumerableISynchronizationTask, FuncLogObjectChangeSettings, Boolean)
Registers the given synchronization action

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 9.0.0
Syntax
C#
public static void RegisterAction(
	Func<LogObjectChangeSettings, IEnumerable<ISynchronizationTask>> execute,
	Func<LogObjectChangeSettings, bool> condition = null
)

Parameters

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