BaseIntegrationConnector GetInternalObjectParams Method Kentico 8.0 API Reference
By supplying object type and identifier the method ensures filling output parameters needed for correct translation between external and internal object.

Namespace: CMS.SynchronizationEngine
Assembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

id
Type: OnlineSystem Int32
Identifier of the object
objectType
Type: OnlineSystem String
Type of the object
codeName
Type: OnlineSystem String 
Returns code name
siteName
Type: OnlineSystem String 
Returns site name
parentId
Type: OnlineSystem Int32 
Returns identifier of parent object
groupId
Type: OnlineSystem Int32 
Returns identifier of object community group
See Also