Click or drag to resize
BaseIntegrationConnectorGetExternalObjectID Method
Based on parameters this method will find out identifier of the object matching external application.

Namespace: CMS.SynchronizationEngine
Assembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 11.0.0
Syntax
C#
public virtual int GetExternalObjectID(
	string objectType,
	string codeName,
	string siteName,
	string parentType,
	int parentId,
	int groupId
)

Parameters

objectType
Type: SystemString
Type of object
codeName
Type: SystemString
Code name of object
siteName
Type: SystemString
Site name of object
parentType
Type: SystemString
Type of parent object
parentId
Type: SystemInt32
Parent object identifier
groupId
Type: SystemInt32
Group identifier

Return Value

Type: Int32
Object identifier for external usage
See Also