I currently use data from many SharePoint lists to get
This is my current preferred method to get your data coded with ASP.NET and WinForm to retrieve this data.
My only issue with this project:
I have to manually generate the SPML file and add it to the development environment, it needs to be compiled into the project, and only then I am capable
This is great for those projects that always need to be linked to the same list.
But the user is building new workspaces (sites) with each of their lists, from which I want to automatically recover the data (as is the linkpoint for SharePoint, But not stable)
Can you recommend your preferred way of accessing data from multiple SharePoint lists and C # WinForms and / or ASP.NET in a real SharePoint environment outside where I have a new source site and run time Can I specify the list at?
You have several options, both of which require further research on your part: / P>
- Use SharePoint Object Model (Microsoft Sharepoint.dll), you must be on a PC within the SharePoint farm.
- Use the ShareURL web services that can be found at siteURL / _vti_bin / You can start from the list. Command and work from there.
You need some more research as I have said, but remembering GIF
Comments
Post a Comment