BaseIntegrationSubscriptionIsMatch Method (TaskTypeEnum, TaskProcessTypeEnum) |
Determines whether given task type matches the TaskType property
Namespace: CMS.SynchronizationAssembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 13.0.131
Syntax protected bool IsMatch(
TaskTypeEnum taskType,
out TaskProcessTypeEnum taskProcessType
)
Parameters
- taskType
- Type: CMS.DataEngineTaskTypeEnum
Task type to evaluate - taskProcessType
- Type: CMS.SynchronizationTaskProcessTypeEnum
Returns type of task processing
Return Value
Type:
BooleanTRUE if task type is equal to TaskType property
See Also