Tagged Questions
1
vote
0answers
96 views
update xml file within doc library using jquery ajax
I can read values from xml files that are posted within a document library using jquery ajax, but can I update those values then save/post them back into the document. i.e. can I update the contents ...
0
votes
3answers
201 views
Unauthorized on XDocument.Load on Sharepoint
I'm trying to open an XML file from my document library. I'm running some code as "Elevated Privilege" on a file I know exists.
The code I wrote down is this:
...
1
vote
2answers
267 views
Uploading xml to document library won't start workflow
When I upload an xml document to a document library, the workflow associated with that document library won't start. Here is my the code I use to upload:
using (SPSite site = new ...
1
vote
1answer
273 views
RSS feed for library is blank
We're on SharePoint 2010 and trying to get the RSS feed of a library. The "Allow RSS for this list" is set to Yes. On the library, we go to Library > RSS Feed and we see "Site Name: Library Name" but ...
2
votes
2answers
782 views
Listdata service with managed metadata or multivalue columns
The PowerPivot team just posted a white paper on Using SharePoint List Data in PowerPivot, which is awesome. Now I can slice, dice, and analyze the contents of a document library I manage.
Except… ...