Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

I was able to work around this by comparing Document.FullFileName to ReferencedDocumentDescriptor.FullDocumentName.

I wasn't sure if I should have used Document.FullDocumentName instead, because the property names would be the same. But going by the documentation, the descriptions of these two were the same and the descriptions of the ones with the same property names were oddly not the same. But all 3 seemed to produce the same string for me.

 

I'm not entirely satisfied this workaround won't break under some circumstances, though.