BaseIntegrationConnectorProcessInternalTaskAsync Method (ICMSObject, TranslationHelper, TaskTypeEnum, TaskDataTypeEnum, String, String) |
Suitable for implementing outcoming CMS object processing. Identifiers of object is already prepared to match external application.
Namespace: CMS.SynchronizationEngineAssembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 13.0.131
Syntax public override IntegrationProcessResultEnum ProcessInternalTaskAsync(
ICMSObject cmsObject,
TranslationHelper translations,
TaskTypeEnum taskType,
TaskDataTypeEnum dataType,
string siteName,
out string errorMessage
)
Parameters
- cmsObject
- Type: CMS.BaseICMSObject
CMS object to process (accepts TreeNode or GeneralizedInfo) - 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:
IntegrationProcessResultEnumProcessing result
See Also