PdsMRCDocument::checkExist Method
Indicates whether a record exists for the specified document ID.
Syntax
client server public static boolean checkExist(PdsMRCDocumentId _docId)
Run On
Called
Parameters
- _docId
Type: PdsMRCDocumentId Extended Data Type
The document ID to find.
Return Value
Type: boolean
true if a record exists with the same document ID; otherwise, false.