<?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: When downloading an Assembly, I'm not getting the latest versions of Childre in Vault Customization Forum</title>
    <link>https://forums.autodesk.com/t5/vault-customization-forum/when-downloading-an-assembly-i-m-not-getting-the-latest-versions/m-p/8358607#M5826</link>
    <description>&lt;P&gt;100% , that's what I was missing. Now it works.&lt;/P&gt;</description>
    <pubDate>Thu, 25 Oct 2018 11:08:17 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-10-25T11:08:17Z</dc:date>
    <item>
      <title>When downloading an Assembly, I'm not getting the latest versions of Children</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/when-downloading-an-assembly-i-m-not-getting-the-latest-versions/m-p/8356160#M5824</link>
      <description>&lt;P&gt;I am creating a vault job (C#, vault 2019) to make a pdf and step from a selected IAM (assembly).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I select the assembly in vault and use:&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;downloadSettings.AddFileToAcquire(vaultitem.FileIter, AcquireFilesSettings.AcquisitionOption.Download);&lt;/P&gt;&lt;P&gt;to download it locally in a temp folder.&lt;/P&gt;&lt;P&gt;I use the "savecopyas" method from the&amp;nbsp;TranslatorAddIn.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the PDF it works, but for the STEP file only the .iam file is used to create a step file, so my step file is incomplete.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So my question is, how can I download an assmbly with all it's referenced files ?&lt;/P&gt;&lt;P&gt;Please help, I am stuck right now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Oct 2018 14:24:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/when-downloading-an-assembly-i-m-not-getting-the-latest-versions/m-p/8356160#M5824</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-24T14:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: When downloading an Assembly, I'm not getting the latest versions of Childre</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/when-downloading-an-assembly-i-m-not-getting-the-latest-versions/m-p/8356325#M5825</link>
      <description>&lt;P&gt;Adding more options to the "aquirefilesettings" should solve your challenge:&lt;/P&gt;
&lt;PRE&gt; VDF.Vault.Settings.AcquireFilesSettings settings = new VDF.Vault.Settings.AcquireFilesSettings(conn);
                settings.DefaultAcquisitionOption = VCF.Vault.Settings.AcquireFilesSettings.AcquisitionOption.Download;
                settings.OptionsRelationshipGathering.FileRelationshipSettings.IncludeChildren = true;
                settings.OptionsRelationshipGathering.FileRelationshipSettings.RecurseChildren = true;
                settings.OptionsRelationshipGathering.FileRelationshipSettings.VersionGatheringOption = VDF.Vault.Currency.VersionGatheringOption.Latest;
          &lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Oct 2018 15:14:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/when-downloading-an-assembly-i-m-not-getting-the-latest-versions/m-p/8356325#M5825</guid>
      <dc:creator>Markus.Koechl</dc:creator>
      <dc:date>2018-10-24T15:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: When downloading an Assembly, I'm not getting the latest versions of Childre</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/when-downloading-an-assembly-i-m-not-getting-the-latest-versions/m-p/8358607#M5826</link>
      <description>&lt;P&gt;100% , that's what I was missing. Now it works.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Oct 2018 11:08:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/when-downloading-an-assembly-i-m-not-getting-the-latest-versions/m-p/8358607#M5826</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-25T11:08:17Z</dc:date>
    </item>
  </channel>
</rss>

