Click or drag to resize
BaseIntegrationConnectorPrepareInternalObject Method
Transforms given external object to internal (to TreeNode or GeneralizedInfo).

Namespace: CMS.SynchronizationEngine
Assembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 11.0.0
Syntax
C#
public virtual ICMSObject PrepareInternalObject(
	Object obj,
	TaskTypeEnum taskType,
	TaskDataTypeEnum dataType,
	string siteName
)

Parameters

obj
Type: SystemObject
Object or document to transform
taskType
Type: CMS.DataEngineTaskTypeEnum
Type of task
dataType
Type: CMS.SynchronizationTaskDataTypeEnum
Type of input data
siteName
Type: SystemString
Name of site

Return Value

Type: ICMSObject
See Also