<?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: GetLocalFileStatus - Vault 12 API in Vault Customization Forum</title>
    <link>https://forums.autodesk.com/t5/vault-customization-forum/getlocalfilestatus-vault-12-api/m-p/3780751#M12755</link>
    <description>&lt;P&gt;Is this file an assembly file that might have updated references?&amp;nbsp; The file resolution feature means that sometimes the file gets edited during download.&amp;nbsp; It may be that GetLocalFileStatus is not taking this change into account.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What happens when you try to get the status on a simple text file?&lt;/P&gt;</description>
    <pubDate>Thu, 14 Feb 2013 15:37:59 GMT</pubDate>
    <dc:creator>Redmond.D</dc:creator>
    <dc:date>2013-02-14T15:37:59Z</dc:date>
    <item>
      <title>GetLocalFileStatus - Vault 12 API</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/getlocalfilestatus-vault-12-api/m-p/3034626#M12746</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am developing&amp;nbsp;a small program, based on VaultBrowser SDK Sample.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to get the Local filestatus of a file: C:\Vault\Designs\W\B2-4510070.idw&lt;/P&gt;&lt;P&gt;In Vault Explorer I can see that the file is downloaded (white circle), and when I rightclick Go to working folder, I correctly go to the specified file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when testing through&amp;nbsp;API &lt;STRONG&gt;GetLocalFileStatus&lt;/STRONG&gt; returns: &lt;EM&gt;InVaultButNotOnDisk&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So after some investigation I find that&amp;nbsp;&lt;STRONG&gt;GetRequiredWorkingFolderLocation(...) &lt;/STRONG&gt;&amp;nbsp;=&amp;nbsp;"C:\users\mic\documents\Vault"&lt;/P&gt;&lt;P&gt;This folderpath does not exists! This tells me that the API call is looking in the wrong location - thus giving the wrong message.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bonus info:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;GetRequiredWorkingFolderLocation&lt;/STRONG&gt;() = "C:\Vault\"&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;GetEnforceWorkingFolder&lt;/STRONG&gt; = True&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions on how else I should compare local file and vault file?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any comments appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Michael Christoffersen&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2011 18:03:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/getlocalfilestatus-vault-12-api/m-p/3034626#M12746</guid>
      <dc:creator>cadmageren</dc:creator>
      <dc:date>2011-05-24T18:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: GetLocalFileStatus - Vault 12 API</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/getlocalfilestatus-vault-12-api/m-p/3034824#M12747</link>
      <description>&lt;P&gt;This is a known issue.&lt;/P&gt;
&lt;P&gt;Unfortunately IExplorerUtil.GetWorkingFolder﻿(...) only works if you are using the default working folder. GetLocalFileStatus(...) and DownloadFile(File, Folder) are also broken as a result.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Until we put out a fix, there is no workaround.&amp;nbsp;&amp;nbsp; And I don't have an ETA on when a fix will be available.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry.&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2011 19:45:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/getlocalfilestatus-vault-12-api/m-p/3034824#M12747</guid>
      <dc:creator>Redmond.D</dc:creator>
      <dc:date>2011-05-24T19:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: GetLocalFileStatus - Vault 12 API</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/getlocalfilestatus-vault-12-api/m-p/3034850#M12748</link>
      <description>&lt;P&gt;Hi Doug, and thanks for the swift reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There must be a solution on how to compare a local file with the one in Vault?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to compare the file system modification date on the local folder with the Vault file, but that date is apparantly not reliable either.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where is the "default working folder" specified?&lt;/P&gt;&lt;P&gt;If the Enforce Workfolder is enabled, then how can this work with the users own document folder?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/Michael&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2011 20:05:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/getlocalfilestatus-vault-12-api/m-p/3034850#M12748</guid>
      <dc:creator>cadmageren</dc:creator>
      <dc:date>2011-05-24T20:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: GetLocalFileStatus - Vault 12 API</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/getlocalfilestatus-vault-12-api/m-p/3034924#M12749</link>
      <description>&lt;P&gt;GetEnforceWorkingFolder() tells you if there is an enforced working folder in effect.&lt;/P&gt;
&lt;P&gt;GetRequiredWorkingFolderLocation﻿() tells you the location of the enforced working folder.&lt;/P&gt;
&lt;P&gt;Both functions are in the DocumentService.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If there is no enforced working folder set, you need to read in the local settings to find the mapping between vault folder and local folder.&amp;nbsp; The local settings are stored as XML files.&amp;nbsp; &lt;A href="http://justonesandzeros.typepad.com/blog/2009/09/client-xml-files.html" target="_self"&gt;This blog post&lt;/A&gt; tells you where you can find the settings files.&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2011 20:44:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/getlocalfilestatus-vault-12-api/m-p/3034924#M12749</guid>
      <dc:creator>Redmond.D</dc:creator>
      <dc:date>2011-05-24T20:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: GetLocalFileStatus - Vault 12 API</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/getlocalfilestatus-vault-12-api/m-p/3778164#M12750</link>
      <description>&lt;P&gt;Hi Doug,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Should the GetLocalFileStatus method have been fixed in Vault 2013? I am playing around with it a bit, but it seems it always returns 'MatchesNoVaultVersion' or if the file doesn't exists locally 'InVaultButNotOnDisk'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My test Vault has the EnforceWorkingFolder and the Enforce Unique File Names options checked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea why the GetLocalFileStatus is never returning '&lt;STRONG&gt;MatchesLatestVaultVersion&lt;/STRONG&gt;' or '&lt;STRONG&gt;MatchesOlderVaultVersion&lt;/STRONG&gt;'?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I downloaded the latest file from Vault by using the IExplorerUtil.DownloadFile and after that I am calling the GetLocalFileStatus function. I would expect a returned VersionState: ''&lt;STRONG&gt;MatchesLatestVaultVersion&lt;/STRONG&gt;'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pim Saarloos&lt;/P&gt;</description>
      <pubDate>Tue, 12 Feb 2013 12:39:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/getlocalfilestatus-vault-12-api/m-p/3778164#M12750</guid>
      <dc:creator>psaarloos</dc:creator>
      <dc:date>2013-02-12T12:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: GetLocalFileStatus - Vault 12 API</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/getlocalfilestatus-vault-12-api/m-p/3778180#M12751</link>
      <description>&lt;P&gt;I think you need to set the file attributes after the download, even if you use IExplorerUtil.DownloadFile.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://justonesandzeros.typepad.com/blog/2010/02/setting-file-attributes-on-download.html" target="_blank"&gt;http://justonesandzeros.typepad.com/blog/2010/02/setting-file-attributes-on-download.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Feb 2013 12:50:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/getlocalfilestatus-vault-12-api/m-p/3778180#M12751</guid>
      <dc:creator>Redmond.D</dc:creator>
      <dc:date>2013-02-12T12:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: GetLocalFileStatus - Vault 12 API</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/getlocalfilestatus-vault-12-api/m-p/3778231#M12752</link>
      <description>&lt;P&gt;Tried that, but still without the expected result...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tested the three methods below. There must be another property not completly set correctly by the DownloadFile method. I also don't see any difference with or without setting the file info. It looks like the IExplorerUtil.DownloadFile method already takes care of the creation data and read-only flag..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Get Latest of file by using Vault Explorer&lt;/P&gt;&lt;P&gt;GetLocalFileStatus --&amp;gt; &lt;STRONG&gt;MatchesLatestVaultVersion&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Get Latest of file by using IExplorerUtil.Download file (without programmatically setting CreationDate and Attributes)&lt;/P&gt;&lt;P&gt;GetLocalFileStatus --&amp;gt; &lt;STRONG&gt;MatchesNoVaultVersion&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Get Latest of file by using IExplorerUtil.Download file (with programmatically setting CreationDate and Attributes)&lt;/P&gt;&lt;P&gt;GetLocalFileStatus --&amp;gt; &lt;STRONG&gt;MatchesNoVaultVersion&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Feb 2013 13:26:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/getlocalfilestatus-vault-12-api/m-p/3778231#M12752</guid>
      <dc:creator>psaarloos</dc:creator>
      <dc:date>2013-02-12T13:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: GetLocalFileStatus - Vault 12 API</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/getlocalfilestatus-vault-12-api/m-p/3778278#M12753</link>
      <description>&lt;P&gt;I also compared the FileInfo properties of the file downloaded through Vault Explorer and by using the IExplorerUtil.DownloadFile method. The results are listed below. The only difference I can find is the length property of the file. However, I am not sure if that's causing the problem and how I could solve it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Vault Explorer:&lt;/U&gt;&lt;/P&gt;&lt;P&gt;CreationTime: 8-2-2013 14:45:01&lt;/P&gt;&lt;P&gt;LastAccessTime: 12-2-2013 15:09:38&lt;/P&gt;&lt;P&gt;LastWriteTime : 12-2-2013 15:09:38&lt;/P&gt;&lt;P&gt;Attributes: ReadOnly, Archive&lt;/P&gt;&lt;P&gt;Length: 222720&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;IExplorerUtil.DownloadFile:&lt;/U&gt;&lt;/P&gt;&lt;P&gt;CreationTime: 8-2-2013 14:45:01&lt;/P&gt;&lt;P&gt;LastAccessTime: 12-2-2013 15:09:38&lt;/P&gt;&lt;P&gt;LastWriteTime : 12-2-2013 15:09:38&lt;/P&gt;&lt;P&gt;Attributes: ReadOnly, Archive&lt;/P&gt;&lt;P&gt;Length: 224256&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pim Saarloos&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Feb 2013 14:14:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/getlocalfilestatus-vault-12-api/m-p/3778278#M12753</guid>
      <dc:creator>psaarloos</dc:creator>
      <dc:date>2013-02-12T14:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: GetLocalFileStatus - Vault 12 API</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/getlocalfilestatus-vault-12-api/m-p/3780395#M12754</link>
      <description>&lt;P&gt;I performed some other checks...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I get the latest version of a file through Vault Explorer, the grid in Vault shows a white circle synbol. Indicating the local file matches the latest version in Vault.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I use the IExplorerUtil.Download method to download the latest version of a file, Vault Explorer is also showing a white circle symbol.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is Vault Explorer using a different mechanism to check the state of the local file? Is there anything I could do to&amp;nbsp;make the GetLocalFileState function to work..? Or could there still be a bug in this function?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pim&lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2013 10:14:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/getlocalfilestatus-vault-12-api/m-p/3780395#M12754</guid>
      <dc:creator>psaarloos</dc:creator>
      <dc:date>2013-02-14T10:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: GetLocalFileStatus - Vault 12 API</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/getlocalfilestatus-vault-12-api/m-p/3780751#M12755</link>
      <description>&lt;P&gt;Is this file an assembly file that might have updated references?&amp;nbsp; The file resolution feature means that sometimes the file gets edited during download.&amp;nbsp; It may be that GetLocalFileStatus is not taking this change into account.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What happens when you try to get the status on a simple text file?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2013 15:37:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/getlocalfilestatus-vault-12-api/m-p/3780751#M12755</guid>
      <dc:creator>Redmond.D</dc:creator>
      <dc:date>2013-02-14T15:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: GetLocalFileStatus - Vault 12 API</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/getlocalfilestatus-vault-12-api/m-p/3781971#M12756</link>
      <description>Hi Doug,&lt;BR /&gt;&lt;BR /&gt;You're right. The Resolver is causing the 'wrong' VersionState. I had a simple drawing with a reference to the part on it. I checked out the drawing, saved it and checked it back in. Now the VersionState is showing the correct state.&lt;BR /&gt;&lt;BR /&gt;Can this be logged as a defect or do you recommend using the DownloadFile method of the DocumentService?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Pim</description>
      <pubDate>Fri, 15 Feb 2013 17:57:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/getlocalfilestatus-vault-12-api/m-p/3781971#M12756</guid>
      <dc:creator>psaarloos</dc:creator>
      <dc:date>2013-02-15T17:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: GetLocalFileStatus - Vault 12 API</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/getlocalfilestatus-vault-12-api/m-p/3784892#M12757</link>
      <description>&lt;P&gt;This issue should be fixed for the upcoming Vault release, so I will not be logging a defect.&lt;/P&gt;
&lt;P&gt;You can use the DocumentService to download if you want, but it won't fix up any broken file references.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Feb 2013 12:47:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/getlocalfilestatus-vault-12-api/m-p/3784892#M12757</guid>
      <dc:creator>Redmond.D</dc:creator>
      <dc:date>2013-02-20T12:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: GetLocalFileStatus - Vault 12 API</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/getlocalfilestatus-vault-12-api/m-p/3913859#M12758</link>
      <description>Hi Doug,&lt;BR /&gt;&lt;BR /&gt;The GetLocalFileStatus method doesn't exist anymore in the IExplorerUtil in Vault 2014. What method should be used in the new version of Vault? Could you show how to use it with a small code sample?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Pim&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 08 May 2013 17:09:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/getlocalfilestatus-vault-12-api/m-p/3913859#M12758</guid>
      <dc:creator>psaarloos</dc:creator>
      <dc:date>2013-05-08T17:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: GetLocalFileStatus - Vault 12 API</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/getlocalfilestatus-vault-12-api/m-p/3915058#M12759</link>
      <description>&lt;P&gt;The changes page in the API documentation states that Connection.PropertyManager.GetPropertyValue is the replacement for GetLocalFileStatus.&amp;nbsp; I don't think I have any sample code at the moment, but I'll go over the basic steps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The VDF can read properites that live server side (ex. file name, check out date) and properties that are calculated client side (ex. file status).&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steps:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Get the VaultStatus system name from Autodesk.DataManagement.Client.Framework.Vault.Currency.Properties.PropertyDefinitionIds.Client.VaultStatus&lt;/LI&gt;
&lt;LI&gt;Get the PropertyDefinition object by calling Connection.PropertyManager.GetPropertyDefinitionBySystemName&lt;/LI&gt;
&lt;LI&gt;Get the status by calling Connection.PropertyManager.GetPropertyValue.&lt;/LI&gt;
&lt;LI&gt;Cast the return object to type Autodesk.DataManagement.Client.Framework.Vault.Currency.Properties.EntityStatusImageInfo&lt;/LI&gt;
&lt;LI&gt;Now you have both the status information and the status icon.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2013 12:04:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/getlocalfilestatus-vault-12-api/m-p/3915058#M12759</guid>
      <dc:creator>Redmond.D</dc:creator>
      <dc:date>2013-05-09T12:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: GetLocalFileStatus - Vault 12 API</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/getlocalfilestatus-vault-12-api/m-p/3923644#M12760</link>
      <description>&lt;P&gt;Hi Doug,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for pointing this out! I was able to retrieve the VaultStatus property through the new PropertyManager. Works much quicker as well now! Great!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pim&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2013 14:52:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/getlocalfilestatus-vault-12-api/m-p/3923644#M12760</guid>
      <dc:creator>psaarloos</dc:creator>
      <dc:date>2013-05-15T14:52:21Z</dc:date>
    </item>
  </channel>
</rss>

