DocumentSynchronizationHelperProcessSyncTasks Method |
Processes synchronous task subscriptions.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax public static void ProcessSyncTasks(
TreeNode node,
TaskTypeEnum taskType,
int siteId,
Dictionary<string, TaskProcessTypeEnum> connectors
)
Parameters
- node
- Type: CMS.DocumentEngineTreeNode
Document to match - taskType
- Type: CMS.DataEngineTaskTypeEnum
Type of task to match - siteId
- Type: SystemInt32
Site identifier - connectors
- Type: System.Collections.GenericDictionaryString, TaskProcessTypeEnum
Connectors to process
See Also