Returns the ID property value of a document with the specified GlobalID property value.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public string GetDocumentIDWithGlobalID(
	string globalID
)
Visual Basic
Public Function GetDocumentIDWithGlobalID ( _
	globalID As String _
) As String
Visual C++
public:
String^ GetDocumentIDWithGlobalID(
	String^ globalID
)

Parameters

globalID
Type: System..::..String
The GlobalID property value of the document.

Return Value

The ID property value of the document.

Remarks

If no document with the specified GlobalID property value exists then an exception is thrown with the text "No documents have this Global ID".

See Also