Click or drag to resize
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.SynchronizationEngine
Assembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 11.0.0
Syntax
C#
public virtual void GetInternalObjectParams(
	int id,
	string objectType,
	out string codeName,
	out string siteName,
	ref int parentId,
	ref int groupId
)

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
groupId
Type: SystemInt32
Returns identifier of object community group
See Also