Click or drag to resize
SyncServerProcessSynchronizationTask Method (String, String, String, String, String, String, String)
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 ProcessSynchronizationTask(
	string taskTitle,
	string taskType,
	string taskObjectType,
	string taskData,
	string taskBinaryData,
	string taskServerList,
	string systemVersion
)

Parameters

taskTitle
Type: SystemString
Title of the synchronization task
taskType
Type: SystemString
Type of the synchronization task
taskObjectType
Type: SystemString
Task object type
taskData
Type: SystemString
Document data for the synchronization task
taskBinaryData
Type: SystemString
Binary data for the synchronization task
taskServerList
Type: SystemString
List of servers, which already processed the synchronization task
systemVersion
Type: SystemString
System version

Return Value

Type: String
See Also