UniqueID

This read-only property returns the unique id of the workdoc as a 60-character string with the identifier generation date, time, and a dynamically created UUID.

BIC generates an identifier when creating a new workdoc object and when adding new images or document files to the workdoc.

You can use the UniqueID property to identify the document.

Syntax

UniqueId as String

Sample Code

Private Sub ScriptModule_PreClassify(pWorkdoc As SCBCdrPROJLib.SCBCdrWorkdoc)
Dim strWorkdocID As String
strWorkdocID = pWorkdoc.UniqueID
End Sub

UniqueID Example

2019-11-05-18-01-32-484-CA4B5BA7-6488-4685-89D0-55C410DF1172