BaseIntegrationConnector SubscribeToDocuments Method (TaskProcessTypeEnum, TaskTypeEnum, String,  String )Kentico 8.0 API Reference
Subscribes this connector to process tasks matching given conditions.

Namespace: CMS.SynchronizationEngine
Assembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

taskProcessType
Type: CMS.Synchronization TaskProcessTypeEnum
Type of task processing (sync/async etc.)
taskType
Type: CMS.DataEngine TaskTypeEnum
Type of task to subscribe to
siteName
Type: OnlineSystem String
Name of site to subscribe to
classNames
Type:  OnlineSystem String 
Names of classes to subscribe to
See Also