SyncManagerProcessTask Method (TaskTypeEnum, String, String, String, Boolean) |
Processes the given task.
Namespace: CMS.SynchronizationAssembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 11.0.0
Syntax public ICMSObject ProcessTask(
TaskTypeEnum taskType,
string taskObjectType,
string taskData,
string taskBinaryData,
bool processChildren
)
Parameters
- taskType
- Type: CMS.DataEngineTaskTypeEnum
Type of the task - taskObjectType
- Type: SystemString
Task object type - taskData
- Type: SystemString
Document/object data for the synchronization task - taskBinaryData
- Type: SystemString
Binary data for the synchronization task - processChildren
- Type: SystemBoolean
Indicates if also child objects should be processed
Return Value
Type:
ICMSObjectSee Also