Click or drag to resize
BaseIntegrationConnectorSubscribeToObjects Method (TaskProcessTypeEnum, String)
Subscribes this connector to given types of object.

Namespace: CMS.SynchronizationEngine
Assembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 11.0.0
Syntax
C#
public void SubscribeToObjects(
	TaskProcessTypeEnum taskProcessType,
	string objectType
)

Parameters

taskProcessType
Type: CMS.SynchronizationTaskProcessTypeEnum
Type of task processing (sync/async etc.)
objectType
Type: SystemString
Type of object to subscribe to
See Also