BCRepositoryGetDocumentIDWithGlobalID Method |
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: 4.0.0.0 (4.0.111.0)
Syntax public string GetDocumentIDWithGlobalID(
string globalID
)
Public Function GetDocumentIDWithGlobalID (
globalID As String
) As String
Parameters
- globalID
- Type: SystemString
The GlobalID property value of the document.
Return Value
Type:
StringThe
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