ModuleCommandsSynchronizationProcessTask Method |
Processes the given task.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public static Object SynchronizationProcessTask(
OperationTypeEnum operationType,
TaskTypeEnum taskType,
string taskObjectType,
string taskData,
string taskBinaryData,
bool processChilds,
string siteName,
string userName = null,
IEnumerable<string> taskGroups = null
)
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 - userName (Optional)
- Type: SystemString
User name - taskGroups (Optional)
- Type: System.Collections.GenericIEnumerableString
Staging task groups to which task is associated
Return Value
Type:
ObjectSee Also