BaseIntegrationConnectorGetExternalObjectID Method |
Based on parameters this method will find out identifier of the object matching external application.
Namespace: CMS.SynchronizationEngineAssembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 11.0.0
Syntax 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:
Int32Object identifier for external usage
See Also