Click or drag to resize
BaseIntegrationConnectorProcessInternalTaskSync Method (GeneralizedInfo, TaskTypeEnum, String, String)
Suitable for implementation of synchronous outcoming object processing. Identifiers of object are in their original state.

Namespace: CMS.SynchronizationEngine
Assembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 11.0.0
Syntax
C#
public virtual IntegrationProcessResultEnum ProcessInternalTaskSync(
	GeneralizedInfo infoObj,
	TaskTypeEnum taskType,
	string siteName,
	out string errorMessage
)

Parameters

infoObj
Type: CMS.DataEngineGeneralizedInfo
Object to process
taskType
Type: CMS.DataEngineTaskTypeEnum
Type of task
siteName
Type: SystemString
Name of site
errorMessage
Type: SystemString
Possible error message

Return Value

Type: IntegrationProcessResultEnum
Processing result
See Also