Hello,
How to convert a Virtual Document to a Simple Document using DFC?
Thanks in advance!
If it doesn't have any components, use IDfSysObject.setIsVirtualDocument(false) and save.
If it has components, remove the children with IDfSysObject.removePart and save.