Click or drag to resize
BaseIntegrationSubscriptionIsMatch Method (ICMSObject, TaskTypeEnum, TaskProcessTypeEnum)
Determines whether given CMS object and task type match the subscription. This method recognizes TreeNode and GeneralizedInfo as the CMS object.

Namespace: CMS.Synchronization
Assembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 12.0.0
Syntax
C#
public override bool IsMatch(
	ICMSObject obj,
	TaskTypeEnum taskType,
	ref TaskProcessTypeEnum taskProcessType
)

Parameters

obj
Type: CMS.BaseICMSObject
CMS object to match
taskType
Type: CMS.DataEngineTaskTypeEnum
Task type to match
taskProcessType
Type: CMS.SynchronizationTaskProcessTypeEnum
Returns type of task processing

Return Value

Type: Boolean
TRUE if the CMS object and task correspond with subscription settings
See Also