<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Purge all versions (including controlled versions) in Vault Customization Forum</title>
    <link>https://forums.autodesk.com/t5/vault-customization-forum/purge-all-versions-including-controlled-versions/m-p/12748246#M953</link>
    <description>&lt;P&gt;That's definitely understandable. Do you know if it's possible at all to delete Released revisions? Or to change the property 'Latest Released Revision' from True to False? Maybe that would allow the deletion then?&lt;/P&gt;</description>
    <pubDate>Thu, 02 May 2024 13:19:24 GMT</pubDate>
    <dc:creator>jason.dupree</dc:creator>
    <dc:date>2024-05-02T13:19:24Z</dc:date>
    <item>
      <title>Purge all versions (including controlled versions)</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/purge-all-versions-including-controlled-versions/m-p/12736834#M948</link>
      <description>&lt;P&gt;Is it possible to delete all versions on a file using the API including the controlled versions? With the check box available in the UI when deleting an individual version to Ignore Restrictions, is this available in the API?&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2024 18:14:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/purge-all-versions-including-controlled-versions/m-p/12736834#M948</guid>
      <dc:creator>jason.dupree</dc:creator>
      <dc:date>2024-04-26T18:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: Purge all versions (including controlled versions)</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/purge-all-versions-including-controlled-versions/m-p/12740280#M949</link>
      <description>&lt;P&gt;You can use the method DeleteFileVersionsByMasterIdsUnconditional; however, I have not implemented it yet and cannot share more code.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 07:43:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/purge-all-versions-including-controlled-versions/m-p/12740280#M949</guid>
      <dc:creator>Markus.Koechl</dc:creator>
      <dc:date>2024-04-29T07:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Purge all versions (including controlled versions)</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/purge-all-versions-including-controlled-versions/m-p/12741035#M950</link>
      <description>&lt;P&gt;Thanks, Markus. I did find the&amp;nbsp;&lt;SPAN&gt;DeleteFileVersionsByMasterIdsUnconditional method and&amp;nbsp;DeleteFileVersionsUnconditional. For anyone else that runs across this, here's a couple of things that are useful to know.&lt;BR /&gt;&lt;BR /&gt;DeleteFileVersionsByMasterIdsUnconditional&lt;BR /&gt;Is run on the MasterID of a file&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;While is unconditional, it's still bound by any lifecycle control on that file&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can use normal purge rules for uncontrolled (by a lifecycle) files, like keep latest #, keep latest since date, etc&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;DeleteFileVersionsUnconditional&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is run on the FileID which is particular to a version&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Will delete the version truly unconditionally&lt;BR /&gt;Latest version cannot be deleted (pretty sure this applies to both methods)&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I hope someone else finds this useful.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 13:39:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/purge-all-versions-including-controlled-versions/m-p/12741035#M950</guid>
      <dc:creator>jason.dupree</dc:creator>
      <dc:date>2024-04-29T13:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: Purge all versions (including controlled versions)</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/purge-all-versions-including-controlled-versions/m-p/12743972#M951</link>
      <description>&lt;P&gt;It seems as though I don't have this quite as buttoned up as I thought. Released versions are not allowing for the unconditional purge, even through the UI, the Ignore Restrictions button is greyed out. Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 15:22:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/purge-all-versions-including-controlled-versions/m-p/12743972#M951</guid>
      <dc:creator>jason.dupree</dc:creator>
      <dc:date>2024-04-30T15:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: Purge all versions (including controlled versions)</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/purge-all-versions-including-controlled-versions/m-p/12747511#M952</link>
      <description>I think that matching capabilities for UI and API are intended and make absolute sense.</description>
      <pubDate>Thu, 02 May 2024 06:18:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/purge-all-versions-including-controlled-versions/m-p/12747511#M952</guid>
      <dc:creator>Markus.Koechl</dc:creator>
      <dc:date>2024-05-02T06:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: Purge all versions (including controlled versions)</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/purge-all-versions-including-controlled-versions/m-p/12748246#M953</link>
      <description>&lt;P&gt;That's definitely understandable. Do you know if it's possible at all to delete Released revisions? Or to change the property 'Latest Released Revision' from True to False? Maybe that would allow the deletion then?&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2024 13:19:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/purge-all-versions-including-controlled-versions/m-p/12748246#M953</guid>
      <dc:creator>jason.dupree</dc:creator>
      <dc:date>2024-05-02T13:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: Purge all versions (including controlled versions)</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/purge-all-versions-including-controlled-versions/m-p/12757037#M954</link>
      <description>&lt;P&gt;As far as I know, both questions are to be answered "no". Only an unconditional file (master) deletion can erase released versions. But that's completely different from your objective.&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2024 05:53:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/purge-all-versions-including-controlled-versions/m-p/12757037#M954</guid>
      <dc:creator>Markus.Koechl</dc:creator>
      <dc:date>2024-05-07T05:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Purge all versions (including controlled versions)</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/purge-all-versions-including-controlled-versions/m-p/12760556#M955</link>
      <description>&lt;P&gt;Thanks for clarifying, Markus.&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 14:21:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/purge-all-versions-including-controlled-versions/m-p/12760556#M955</guid>
      <dc:creator>jason.dupree</dc:creator>
      <dc:date>2024-05-08T14:21:12Z</dc:date>
    </item>
  </channel>
</rss>

