Click or drag to resize
BaseIntegrationConnectorProcessInternalTaskAsync Method (TreeNode, TranslationHelper, TaskTypeEnum, TaskDataTypeEnum, String, String)
Suitable for implementation of asynchronous outcoming document processing. Identifiers of document are already prepared to match external application.

Namespace: CMS.SynchronizationEngine
Assembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 11.0.0
Syntax
C#
public virtual IntegrationProcessResultEnum ProcessInternalTaskAsync(
	TreeNode node,
	TranslationHelper translations,
	TaskTypeEnum taskType,
	TaskDataTypeEnum dataType,
	string siteName,
	out string errorMessage
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Document to process
translations
Type: CMS.DataEngineTranslationHelper
Translation helper object containing translations for given document
taskType
Type: CMS.DataEngineTaskTypeEnum
Type of task
dataType
Type: CMS.SynchronizationTaskDataTypeEnum
Type of data
siteName
Type: SystemString
Name of site
errorMessage
Type: SystemString
Possible error message

Return Value

Type: IntegrationProcessResultEnum
Processing result
See Also