Click or drag to resize
BaseIntegrationConnectorGetInternalDocumentParams Method
By supplying document identifier and class name the method ensures filling output parameters needed for correct translation between external and internal document.

Namespace: CMS.SynchronizationEngine
Assembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 11.0.0
Syntax
C#
public virtual void GetInternalDocumentParams(
	int id,
	string className,
	out Guid nodeGuid,
	out string cultureCode,
	out string siteName
)

Parameters

id
Type: SystemInt32
Identifier of the document
className
Type: SystemString
Class name of the document
nodeGuid
Type: SystemGuid
Returns document unique identifier
cultureCode
Type: SystemString
Returns culture code
siteName
Type: SystemString
Returns site name
See Also