Click or drag to resize
BaseIntegrationConnectorSubscribeToObjects Method (TaskProcessTypeEnum, String, String, TaskTypeEnum)
Subscribes this connector to process tasks matching given conditions.

Namespace: CMS.SynchronizationEngine
Assembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 11.0.0
Syntax
C#
public void SubscribeToObjects(
	TaskProcessTypeEnum taskProcessType,
	string objectType,
	string siteName,
	params TaskTypeEnum[] taskTypes
)

Parameters

taskProcessType
Type: CMS.SynchronizationTaskProcessTypeEnum
Type of task processing (sync/async etc.)
objectType
Type: SystemString
Type of object to subscribe to
siteName
Type: SystemString
Name of site to subscribe to
taskTypes
Type: CMS.DataEngineTaskTypeEnum
Types of tasks to subscribe to
See Also