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

Namespace: CMS.SynchronizationEngine
Assembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 9.0.0
Syntax
C#
public virtual int GetExternalDocumentID(
	Guid nodeGuid,
	string cultureCode,
	string siteName,
	bool returnDocumentId
)

Parameters

nodeGuid
Type: SystemGuid
Document unique identifier
cultureCode
Type: SystemString
Document culture code
siteName
Type: SystemString
Document site name
returnDocumentId
Type: SystemBoolean
Whether to return document or node identifier

Return Value

Type: Int32
Document identifier for external usage
See Also