<?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 Preplanned Area Scheduled Update in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/preplanned-area-scheduled-update/m-p/1637658#M13616</link>
    <description>&lt;P&gt;I am trying to setup doing preplanned area scheduled update based on the capability.&amp;nbsp; It would seem to me this would be associated to the pre-planned area but from what I can find it looks like you do this through the OfflineMapSyncTask&lt;/P&gt;&lt;P&gt;What I found is something along these lines:&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;var task = await OfflineMapSyncTask.CreateAsync(map);
var parameters = new OfflineMapSyncParameters
{
	SyncDirection = SyncDirection.Download,
	PreplannedScheduledUpdatesOption = PreplannedScheduledUpdatesOption.DownloadAllUpdates
};

var job = task.SyncOfflineMap(parameters);
var results = await job.GetResultAsync();&lt;/LI-CODE&gt;&lt;P&gt;Is this the proper way to download delta changes on the server for a preplanned area that has a daily update?&lt;/P&gt;</description>
    <pubDate>Wed, 30 Jul 2025 15:49:04 GMT</pubDate>
    <dc:creator>JoeHershman</dc:creator>
    <dc:date>2025-07-30T15:49:04Z</dc:date>
    <item>
      <title>Preplanned Area Scheduled Update</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/preplanned-area-scheduled-update/m-p/1637658#M13616</link>
      <description>&lt;P&gt;I am trying to setup doing preplanned area scheduled update based on the capability.&amp;nbsp; It would seem to me this would be associated to the pre-planned area but from what I can find it looks like you do this through the OfflineMapSyncTask&lt;/P&gt;&lt;P&gt;What I found is something along these lines:&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;var task = await OfflineMapSyncTask.CreateAsync(map);
var parameters = new OfflineMapSyncParameters
{
	SyncDirection = SyncDirection.Download,
	PreplannedScheduledUpdatesOption = PreplannedScheduledUpdatesOption.DownloadAllUpdates
};

var job = task.SyncOfflineMap(parameters);
var results = await job.GetResultAsync();&lt;/LI-CODE&gt;&lt;P&gt;Is this the proper way to download delta changes on the server for a preplanned area that has a daily update?&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jul 2025 15:49:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/preplanned-area-scheduled-update/m-p/1637658#M13616</guid>
      <dc:creator>JoeHershman</dc:creator>
      <dc:date>2025-07-30T15:49:04Z</dc:date>
    </item>
  </channel>
</rss>

