Click or drag to resize
SyncServer Class
Content staging service.
Inheritance Hierarchy

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

The SyncServer type exposes the following members.

Constructors
  NameDescription
Public methodSyncServer
Top
Fields
  NameDescription
Public fieldStatic memberUseAutomaticOrdering
Indicates if automatic ordering for documents should be used on target server.
Public fieldStatic memberUseTreeCustomHandlers
Indicates if custom handlers should be used for document staging operations.
Top
Properties
  NameDescription
Protected propertyLogTasks
Indicates if logging staging task is enabled.
Protected propertySyncManager
SyncHelper instance.
Top
Methods
  NameDescription
Public methodProcessSynchronizationTask(String, String, String, String, String) Obsolete.
Processes the given synchronization task.
Public methodProcessSynchronizationTask(String, String, String, String, String, String) Obsolete.
Processes the given synchronization task.
Public methodProcessSynchronizationTask(String, String, String, String, String, String, String) Obsolete.
Processes the given synchronization task.
Public methodProcessSynchronizationTaskData
Processes the given synchronization task.
Top
See Also