BaseIntegrationSubscription IsMatch Method (TaskTypeEnum, TaskProcessTypeEnum )Kentico 8.0 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.0.5239.26125)

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