IntegrationHelper FilterConnectors Method Kentico 8.0 API Reference
Filters given set of connectors by task process type.

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

Parameters

connectors
Type: OnlineSystem.Collections.Generic Dictionary OnlineString, TaskProcessTypeEnum 
Connector collection
taskProcessType
Type: CMS.Synchronization TaskProcessTypeEnum
Task process type

Return Value

Type: OnlineIEnumerable OnlineString 
Dictionary filtered by task process type
See Also