Click or drag to resize
StagingEvents Class
Staging events
Inheritance Hierarchy
SystemObject
  CMS.SynchronizationStagingEvents

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 12.0.0
Syntax
C#
public static class StagingEvents

The StagingEvents type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberGetChildProcessingType
Fires on the target server when the staging updates child objects of created/update main object for each processed child object type
Public fieldStatic memberLogTask
Fires on the source server when the staging logs the task
Public fieldStatic memberProcessTask
Fires on the target server when the staging processes task
Public fieldStatic memberSynchronize
Fires on the source server when the staging synchronizes task or a bulk of tasks to the server
Public fieldStatic memberSynchronizeTask
Fires on the source server when the staging synchronizes task to a server
Top
See Also