Click or drag to resize
DocumentIntegrationSubscription.IsMatch 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: 10.0.0
Syntax
C#
public override bool IsMatch(
	ICMSObject obj,
	TaskTypeEnum taskType,
	ref TaskProcessTypeEnum taskProcessType
)

Parameters

obj
Type: CMS.Base.ICMSObject
TreeNode to match
taskType
Type: CMS.DataEngine.TaskTypeEnum
Task type to match
taskProcessType
Type: CMS.Synchronization.TaskProcessTypeEnum
Returns type of task processing

Return Value

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