ModuleCommandsSynchronizationProcessTask Method |
Processes the given task.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax public static Object SynchronizationProcessTask(
OperationTypeEnum operationType,
TaskTypeEnum taskType,
string taskObjectType,
string taskData,
string taskBinaryData,
bool processChilds,
string siteName
)
Parameters
- operationType
- Type: CMS.DataEngineOperationTypeEnum
Operation type - taskType
- Type: CMS.DataEngineTaskTypeEnum
Type of the 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 - processChilds
- Type: SystemBoolean
Process child objects - siteName
- Type: SystemString
Site name
Return Value
Type:
ObjectSee Also