Click or drag to resize
AbstractIntegrationSubscriptionIsMatch Method
Determines whether given CMS object and task type match the subscription

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 12.0.0
Syntax
C#
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: Boolean
TRUE if the info object and task correspond with subscription settings
See Also