Click or drag to resize
IntegrationHelperFilterConnectors Method
Filters given set of connectors by task process type.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 11.0.0
Syntax
C#
public static IEnumerable<string> FilterConnectors(
	Dictionary<string, TaskProcessTypeEnum> connectors,
	TaskProcessTypeEnum taskProcessType
)

Parameters

connectors
Type: System.Collections.GenericDictionaryString, TaskProcessTypeEnum
Connector collection
taskProcessType
Type: CMS.SynchronizationTaskProcessTypeEnum
Task process type

Return Value

Type: IEnumerableString
Dictionary filtered by task process type
See Also