Click or drag to resize
BaseIntegrationConnectorSubscribeToDocuments Method (TaskProcessTypeEnum, String)
Subscribes this connector to given class names.

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

Parameters

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