PdsMRCDocument::existDocIdItemId Method
Indicates whether a PdsMRCDocument record exists that has the corresponding item ID and document ID.
Syntax
client server public static boolean existDocIdItemId(PdsMRCDocumentId _docId, ItemId _itemId)
Run On
Called
Parameters
- _docId
Type: PdsMRCDocumentId Extended Data Type
The document ID to check.
- _itemId
Type: ItemId Extended Data Type
The item ID to check.
Return Value
Type: boolean
true if there is a corresponding document; otherwise, false.