AbstractIntegrationSubscriptionIsMatch Method |
Determines whether given CMS object and task type match the subscription
Namespace: CMS.SynchronizationAssembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 13.0.131
Syntax public abstract bool IsMatch(
ICMSObject obj,
TaskTypeEnum taskType,
ref TaskProcessTypeEnum taskProcessType
)
Parameters
- obj
- Type: CMS.BaseICMSObject
CMS object object to match - taskType
- Type: CMS.DataEngineTaskTypeEnum
Task type to match - taskProcessType
- Type: CMS.SynchronizationTaskProcessTypeEnum
Returns type of task processing
Return Value
Type:
BooleanTRUE if the info object and task correspond with subscription settings
See Also