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.SynchronizationAssembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 13.0.131
Syntax 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,
TaskProcessTypeEnumDictionary of connector names whose subscriptions match given document/object and task type
See Also