BaseIntegrationConnectorPrepareInternalObject Method |
Transforms given external object to internal (to TreeNode or GeneralizedInfo).
Namespace: CMS.SynchronizationEngineAssembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 13.0.131
Syntax 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:
ICMSObjectSee Also