As the title states, DocumentInfo.Delete leaves orphaned data in propval metadata table. Is this by design or should I use a different delete method such as Entry.Delete?
I read that Entry.Delete is more efficient but also read that DocumentInfo.Delete should work fine as long as you call DocumentInfo.Save.