Method GetUniversalId
GetUniversalId(DocumentId, out string, out string)
Gets the universal identifier of a document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 8, 0, 0)]
void GetUniversalId(DocumentId inDocumentId, out string outDomain, out string outName)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to analyze. |
| string | outDomain | Universal domain, or null if the document does not have a universal identifier. |
| string | outName | Universal name, or null if the document does not have a universal identifier. |
Remarks
This method is available since v7.8.