<?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>idea BasicFileInfo.IsCentral is true for copies of central files en Revit Ideas</title>
    <link>https://forums.autodesk.com/t5/revit-ideas/basicfileinfo-iscentral-is-true-for-copies-of-central-files/idi-p/6766840</link>
    <description>&lt;P&gt;When I use BasicFIleInfo.Extract() on a recent copy of a central file it returns a BasicFileInfo instances where IsCentral is true and IsLocal is false. However, a copy of a central file should be considered a local file. It seems that IsCentral and IsLocal do not change until the local file has been opened and saved by a user.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Shouldn't any workshared file at a location other than CentralPath be considered a local file?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's an example output from BasicFile info. The target file is "Revit 2017 Sample - Copy.rvt", which is associated with the central model "Revit 2017 Sample.rvt". Yet the BasicFile info has IsLocal = false, and IsCentral = true.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="basicfileinfo.png" style="width: 544px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/305139iEDFAE012EEB63343/image-size/large?v=v2&amp;amp;px=999" role="button" title="basicfileinfo.png" alt="basicfileinfo.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 23 Dec 2016 00:29:38 GMT</pubDate>
    <dc:creator>eric.anastas</dc:creator>
    <dc:date>2016-12-23T00:29:38Z</dc:date>
    <item>
      <title>BasicFileInfo.IsCentral is true for copies of central files</title>
      <link>https://forums.autodesk.com/t5/revit-ideas/basicfileinfo-iscentral-is-true-for-copies-of-central-files/idi-p/6766840</link>
      <description>&lt;P&gt;When I use BasicFIleInfo.Extract() on a recent copy of a central file it returns a BasicFileInfo instances where IsCentral is true and IsLocal is false. However, a copy of a central file should be considered a local file. It seems that IsCentral and IsLocal do not change until the local file has been opened and saved by a user.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Shouldn't any workshared file at a location other than CentralPath be considered a local file?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's an example output from BasicFile info. The target file is "Revit 2017 Sample - Copy.rvt", which is associated with the central model "Revit 2017 Sample.rvt". Yet the BasicFile info has IsLocal = false, and IsCentral = true.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="basicfileinfo.png" style="width: 544px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/305139iEDFAE012EEB63343/image-size/large?v=v2&amp;amp;px=999" role="button" title="basicfileinfo.png" alt="basicfileinfo.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Dec 2016 00:29:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-ideas/basicfileinfo-iscentral-is-true-for-copies-of-central-files/idi-p/6766840</guid>
      <dc:creator>eric.anastas</dc:creator>
      <dc:date>2016-12-23T00:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: BasicFileInfo.IsCentral is true for copies of central files</title>
      <link>https://forums.autodesk.com/t5/revit-ideas/basicfileinfo-iscentral-is-true-for-copies-of-central-files/idc-p/6766944#M4679</link>
      <description>&lt;P&gt;The existing behavior you're describing actually makes sense to me, and is probably just exposing the Revit internals that are used to determine if Revit should present the "this central file has been moved or copied" dialog to the user.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe what you should be requesting is a "IsMovedCentral" property (which just would be an AND of: IsCentral and CentralPath = current path)?&lt;/P&gt;</description>
      <pubDate>Fri, 23 Dec 2016 03:35:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-ideas/basicfileinfo-iscentral-is-true-for-copies-of-central-files/idc-p/6766944#M4679</guid>
      <dc:creator>lionel.kai</dc:creator>
      <dc:date>2016-12-23T03:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: BasicFileInfo.IsCentral is true for copies of central files</title>
      <link>https://forums.autodesk.com/t5/revit-ideas/basicfileinfo-iscentral-is-true-for-copies-of-central-files/idc-p/6766948#M4680</link>
      <description>&lt;P&gt;A moved or renamed central file is essentially a local&amp;nbsp;file. "IsMovedCentral" implies that the file is still a central file. Yet unless it was renamed/moved back there would be no way to sync back to it as a "central" file. So I don't see how this could be considered a central file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"IsNewLocal" might be a better name? Meaning the file is a newly created local file. But as you said checking the (IsCentral &amp;amp; CentralPath == currentPath) is not that difficult.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Dec 2016 03:46:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-ideas/basicfileinfo-iscentral-is-true-for-copies-of-central-files/idc-p/6766948#M4680</guid>
      <dc:creator>eric.anastas</dc:creator>
      <dc:date>2016-12-23T03:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: BasicFileInfo.IsCentral is true for copies of central files</title>
      <link>https://forums.autodesk.com/t5/revit-ideas/basicfileinfo-iscentral-is-true-for-copies-of-central-files/idc-p/6766968#M4682</link>
      <description>&lt;P&gt;Your name is definitely better than mine, but now I'm thinking that "IsACentralFileThatIsNotWhereItShouldBeAndTheUserHasNotBeenNotifiedYetSoWeAreNotSureIfItIsReallyMeantToBeALocalFileOrIfSomeoneAccidentallyMovedRenamedOrCopiedIt" would be a much more accurate and clear name of the calculated value. &lt;img class="lia-deferred-image lia-image-emoji" src="https://forums.autodesk.com/html/@D5D66E11BC96A1C8427F98151D3E9A7A/emoticons/1f642.png" alt=":cara_con_una_leve_sonrisa:" title=":cara_con_una_leve_sonrisa:" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Dec 2016 04:12:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-ideas/basicfileinfo-iscentral-is-true-for-copies-of-central-files/idc-p/6766968#M4682</guid>
      <dc:creator>lionel.kai</dc:creator>
      <dc:date>2016-12-23T04:12:48Z</dc:date>
    </item>
    <item>
      <title>Thanks for taking the time to submit your idea. Unfortuna...</title>
      <link>https://forums.autodesk.com/t5/revit-ideas/basicfileinfo-iscentral-is-true-for-copies-of-central-files/idc-p/7346455#M11027</link>
      <description>Thanks for taking the time to submit your idea. Unfortunately, this idea did not get the support of the community over the last 6 months and as such we will not be pursuing it at this time. Please feel free to rework (titles and clear descriptions are really important) and resubmit this one down the road.</description>
      <pubDate>Fri, 01 Sep 2017 19:21:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-ideas/basicfileinfo-iscentral-is-true-for-copies-of-central-files/idc-p/7346455#M11027</guid>
      <dc:creator>sasha.crotty</dc:creator>
      <dc:date>2017-09-01T19:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: BasicFileInfo.IsCentral is true for copies of central files - Status changed to: Archived</title>
      <link>https://forums.autodesk.com/t5/revit-ideas/basicfileinfo-iscentral-is-true-for-copies-of-central-files/idc-p/7346442#M11014</link>
      <description />
      <pubDate>Fri, 01 Sep 2017 19:21:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-ideas/basicfileinfo-iscentral-is-true-for-copies-of-central-files/idc-p/7346442#M11014</guid>
      <dc:creator>sasha.crotty</dc:creator>
      <dc:date>2017-09-01T19:21:23Z</dc:date>
    </item>
  </channel>
</rss>

