Click or drag to resize
BaseIntegrationConnector.ProcessInternalTaskSync Method (ICMSObject, TaskTypeEnum, String, String)
Suitable for implementing synchronous outcoming CMS object processing.

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

Parameters

cmsObject
Type: CMS.Base.ICMSObject
CMS object to process
taskType
Type: CMS.DataEngine.TaskTypeEnum
Type of task
siteName
Type: System.String
Name of site
errorMessage
Type: System.String
Possible error message

Return Value

Type: IntegrationProcessResultEnum
Processing result
See Also