Click or drag to resize
BaseIntegrationSubscriptionIsMatch Method (TaskTypeEnum, TaskProcessTypeEnum)
Determines whether given task type matches the TaskType property

Namespace: CMS.Synchronization
Assembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 12.0.0
Syntax
C#
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: Boolean
TRUE if task type is equal to TaskType property
See Also