Click or drag to resize
SyncServerProcessSyncTask Method
Processes the given synchronization task.

Namespace: CMS.Synchronization.WSE3
Assembly: CMS.Synchronization.WSE3 (in CMS.Synchronization.WSE3.dll) Version: 8.2.23
Syntax
C#
public virtual string ProcessSyncTask(
	string taskTitle,
	string taskType,
	string taskData
)

Parameters

taskTitle
Type: SystemString
Title of the synchronization task
taskType
Type: SystemString
Type of the synchronization task
taskData
Type: SystemString
Document data for the synchronization task

Return Value

Type: String
See Also