PutUniqueEntryId
This method sets the unique ID (64 bit) for the field content from associative search pool.
Note: The Remote Matching Service and alphanumeric indexes do not support this method.
Syntax
PutUniqueEntryId (IdHigh as Long, IdLow as Long)
Parameter | Description |
---|---|
IdHigh | Upper part of the 64-bit unique ID. |
IdLow | Lower part of the 64-bit unique ID. |
Sample Code
Dim intNewCandidate as long
Dim lngUniqueID as Long
lngUniqueID =
pWorkdoc.Fields("VendorASSA").Candidate(intNewCandidate).FilterID
pWorkdoc.Fields("VendorASSA").PutUniqueEntryId(0, lngUniqueID)