SyncServerProcessSynchronizationTask Method (String, String, String, String, String) |
Processes the given synchronization task.
Namespace: CMS.Synchronization.WSE3Assembly: CMS.Synchronization.WSE3 (in CMS.Synchronization.WSE3.dll) Version: 8.2.23
Syntax public virtual string ProcessSynchronizationTask(
string taskTitle,
string taskType,
string taskObjectType,
string taskData,
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 - systemVersion
- Type: SystemString
System version
Return Value
Type:
StringSee Also