Click or drag to resize
SynchronizationAction Class
Synchronization action implementation
Inheritance Hierarchy
SystemObject
  CMS.SynchronizationSynchronizationAction

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 9.0.0
Syntax
C#
public class SynchronizationAction

The SynchronizationAction type exposes the following members.

Constructors
  NameDescription
Public methodSynchronizationAction
Constructor
Top
Properties
  NameDescription
Public propertyCondition
Condition which must be met in order to execute action
Public propertyExecute
Action which should be executed
Top
Methods
  NameDescription
Public methodCanBeExecuted
Returns true if the action should be executed
Public methodExecuteAction
Executes the given action
Top
See Also