SynchronizationAction Constructor |
Constructor
Namespace: CMS.SynchronizationAssembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 13.0.131
Syntax 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