Click or drag to resize
SynchronizationActionExecute Property
Action which should be executed

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 8.2.23
Syntax
C#
public Func<LogObjectChangeSettings, IEnumerable<ISynchronizationTask>> Execute { get; protected set; }

Property Value

Type: FuncLogObjectChangeSettings, IEnumerableISynchronizationTask
See Also