Click or drag to resize
BaseIntegrationConnectorSubscribeToObjects Method (TaskProcessTypeEnum, TaskTypeEnum, String, String)
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,
	TaskTypeEnum taskType,
	string siteName,
	params string[] objectTypes
)

Parameters

taskProcessType
Type: CMS.SynchronizationTaskProcessTypeEnum
Type of task processing (sync/async etc.)
taskType
Type: CMS.DataEngineTaskTypeEnum
Type of task to subscribe to
siteName
Type: SystemString
Name of site to subscribe to
objectTypes
Type: SystemString
Types of objects to subscribe to
See Also