Click or drag to resize
IntegrationHelperGetMatchingConnectors Method
Gets dictionary of connector names whose subscriptions match given CMS object and task type. The type of task processing is stored as dictionary value.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 8.2.23
Syntax
C#
public static Dictionary<string, TaskProcessTypeEnum> GetMatchingConnectors(
	ICMSObject cmsObject,
	TaskTypeEnum taskType
)

Parameters

cmsObject
Type: CMS.BaseICMSObject
CMS object to match
taskType
Type: CMS.DataEngineTaskTypeEnum
Task type to match

Return Value

Type: DictionaryString, TaskProcessTypeEnum
Dictionary of connector names whose subscriptions match given document/object and task type
See Also