Click or drag to resize
SyncServer Class
Content staging service.
Inheritance Hierarchy
SystemObject
  System.ComponentModelMarshalByValueComponent
    System.Web.ServicesWebService
      CMS.Synchronization.WSE3SyncServer

Namespace: CMS.Synchronization.WSE3
Assembly: CMS.Synchronization.WSE3 (in CMS.Synchronization.WSE3.dll) Version: 13.0.131
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 propertySyncManager
SyncHelper instance.
Top
Methods
  NameDescription
Public methodProcessSynchronizationTaskData
Processes the given synchronization task.
Top
See Also