BaseIntegrationSubscription IsMatch Method (TaskTypeEnum, TaskProcessTypeEnum )Kentico 8.1 API Reference
Determines whether given task type matches the TaskType property

Namespace: CMS.Synchronization
Assembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

taskType
Type: CMS.DataEngine TaskTypeEnum
Task type to evaluate
taskProcessType
Type: CMS.Synchronization TaskProcessTypeEnum 
Returns type of task processing

Return Value

Type: OnlineBoolean
TRUE if task type is equal to TaskType property
See Also