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