AbstractIntegrationConnectorProcessInternalTaskSync Method |
Suitable for implementing synchronous outgoing CMS object processing.
Namespace: CMS.SynchronizationAssembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 13.0.131
Syntax public abstract IntegrationProcessResultEnum ProcessInternalTaskSync(
ICMSObject cmsObject,
TaskTypeEnum taskType,
string siteName,
out string errorMessage
)
Parameters
- cmsObject
- Type: CMS.BaseICMSObject
CMS 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:
IntegrationProcessResultEnumProcessing result
See Also