Click or drag to resize
AbstractIntegrationConnectorProcessInternalTaskAsync Method
Suitable for implementing asynchronous outgoing CMS object processing. Identifiers of object is already prepared to match external application.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 11.0.0
Syntax
C#
public abstract IntegrationProcessResultEnum ProcessInternalTaskAsync(
	ICMSObject cmsObject,
	TranslationHelper translations,
	TaskTypeEnum taskType,
	TaskDataTypeEnum dataType,
	string siteName,
	out string errorMessage
)

Parameters

cmsObject
Type: CMS.BaseICMSObject
CMS object to process
translations
Type: CMS.DataEngineTranslationHelper
Translation helper object containing translations for given object
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