I have created s DFS (C#) application that performs Checkout for a dm_document; the dm_document has primary content file. Then the application calls Checkin operation without specifying Content in the DataObject object. I though the new version of the dm_document will have no content; but it has primary content file inherited from the previously current version.
I do not need this behavior (BTW, it is not specified in DFS Reference). I want the new version to do not have content. Is there a way to do this (using DFS, not DFC)?