| SyncServerProcessSyncTask Method | 
            Processes the given synchronization task.
            
 
Namespace: CMS.Synchronization.WSE3Assembly: CMS.Synchronization.WSE3 (in CMS.Synchronization.WSE3.dll) Version: 8.2.23
 Syntax
Syntaxpublic 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
See Also