BaseIntegrationConnectorGetInternalObjectParams Method |
By supplying object type and identifier the method ensures filling output parameters needed for correct translation between external and internal object.
Namespace: CMS.SynchronizationEngineAssembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 13.0.131
Syntax public virtual void GetInternalObjectParams(
int id,
string objectType,
out string codeName,
out string siteName,
ref int parentId
)
Parameters
- id
- Type: SystemInt32
Identifier of the object - objectType
- Type: SystemString
Type of the object - codeName
- Type: SystemString
Returns code name - siteName
- Type: SystemString
Returns site name - parentId
- Type: SystemInt32
Returns identifier of parent object
See Also