Determines whether given CMS object and task type match the subscription.
This method recognizes TreeNode and GeneralizedInfo as the CMS object.
Namespace: CMS.SynchronizationAssembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- obj
- Type: CMS.Base ICMSObject
CMS object to match
- taskType
- Type: CMS.DataEngine TaskTypeEnum
Task type to match
- taskProcessType
- Type: CMS.Synchronization TaskProcessTypeEnum
Returns type of task processing
Return Value
Type: BooleanTRUE if the CMS object and task correspond with subscription settings
See Also