IMPORTANT: This version of Sitefinity CMS is out of support and the respective product documentation is no longer maintained and can be outdated. Use the version selector to view a supported product version.
Use the SiteSync fluent API to invoke sync operations programmatically.
SiteSync
using
using Telerik.Sitefinity.SiteSync;
Then, get the facade: App.WorkWith().SiteSync()
App.WorkWith().SiteSync()
.SelectDefaultTarget()
.SelectTarget("http://targetserver")
.SetSites("site1", "site2", ...)
.Sync(typeof(NewsItem).FullName, ...)
.Sync(newsItem, CultureInfo.CurrentCulture)
.ScheduleSync(“30 15 5 3 * 2015”, typeof(NewsItem).FullName, …)
NOTE: Use Cron format to specify the scheduled time. For more information, see Cron Format.
Back To Top
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important