Click or drag to resize
DocumentIntegrationSubscriptionIsMatch Method (ICMSObject, TaskTypeEnum, TaskProcessTypeEnum)
Determines whether given node and task type match the subscription

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

Parameters

obj
Type: CMS.BaseICMSObject
TreeNode 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 node and task correspond with subscription settings
See Also