BaseIntegrationConnectorProcessInternalTaskSync Method (TreeNode, TaskTypeEnum, String, String) |
Suitable for implementation of synchronous outcoming document processing. Identifiers of object are in their original state.
Namespace: CMS.SynchronizationEngineAssembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 13.0.131
Syntax public virtual IntegrationProcessResultEnum ProcessInternalTaskSync(
TreeNode node,
TaskTypeEnum taskType,
string siteName,
out string errorMessage
)
Parameters
- node
- Type: CMS.DocumentEngineTreeNode
Document to process - taskType
- Type: CMS.DataEngineTaskTypeEnum
Type of task - siteName
- Type: SystemString
Name of site - errorMessage
- Type: SystemString
Possible error message
Return Value
Type:
IntegrationProcessResultEnumProcessing result
See Also