This question is locked. New answers and comments are not allowed.
Hi,
I want to import data from SiteFinity sites to Sharepoint using code. I am aware that the connector for SharePoint will do this but there are quite a lot of sites and using the UI is not a viable option. Please suggest if this is possible to do using code.
I want to import data from SiteFinity sites to Sharepoint using code. I am aware that the connector for SharePoint will do this but there are quite a lot of sites and using the UI is not a viable option. Please suggest if this is possible to do using code.
4 Answers, 1 is accepted
0

Hrittik
Top achievements
Rank 1
answered on 04 Jun 2014, 06:19 AM
I would like to migrate all the pages (default content ) from SiteFinity to SharePoint. Can you please guide me how to read page content along with images from SiteFinity page programmitically ?
0
Hello,
The connector for SharePoint supports synchronization of SharePoint lists, libraries and calendars. Page synchronization is not supported and you will need to implement a custom logic for this functionality.
Regards,
Nadezhda Petrova
Telerik
The connector for SharePoint supports synchronization of SharePoint lists, libraries and calendars. Page synchronization is not supported and you will need to implement a custom logic for this functionality.
Regards,
Nadezhda Petrova
Telerik
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Sitefinity CMS Ideas&Feedback Portal and vote to affect the priority of the items
0

Hrittik
Top achievements
Rank 1
answered on 05 Jun 2014, 11:10 AM
How can I do it with C# code.
0
Hi,
As Nadezhda properly pointed out in her response - our SharePoint connector does not support pages syncing at the moment. This mean that you cant sync pages with SharePoint by using tools provided by Sitefinity. You can get the pages you want programmatically by following this article and from there you can call any 3rd party api (Including SharePoint) by passing the information you get from your Sitefinity pages.
Regards,
Desislav Bonchev
Telerik
As Nadezhda properly pointed out in her response - our SharePoint connector does not support pages syncing at the moment. This mean that you cant sync pages with SharePoint by using tools provided by Sitefinity. You can get the pages you want programmatically by following this article and from there you can call any 3rd party api (Including SharePoint) by passing the information you get from your Sitefinity pages.
Regards,
Desislav Bonchev
Telerik
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Sitefinity CMS Ideas&Feedback Portal and vote to affect the priority of the items