Tagged Questions
1
vote
1answer
38 views
How to access document library files via a webservice?
I've images that are stored in a Sharepoint document library, can these files be accessed using a Sharepoint webservice ? For sharepoint Lists a service is explosed via the '_vti_bin\Lists.acmxs' url, ...
1
vote
0answers
31 views
Update Document Library columns
How to update column values in Document Library while creating documents or after creating?
I am adding a new document using the Copy web service. I tried using the Lists web service and Event ...
1
vote
1answer
96 views
Update Created By field in Document Library using web service
I am uploading documents to Document Library using copy web service. I need to update read only fields like created, created by, modified, modified by, version,.. I changed the read only property of ...
0
votes
1answer
61 views
How to access the thumbnails of the documents in a document list?
I know the thumbnails exist, as when I use search, thumbnails appear next to my documents...
But, when I use the "_vti_bin/Lists.asmx" webservice to access my list, the thumbnail is not one of the ...
1
vote
3answers
1k views
Creating Nested Folders via Client Object Model
I'm trying to create nested folders in my document library so it looks like this:
http://site/PublicDocuments/Folder1/Folder2/Folder3/
The document library "Public Documents" exists but none of the ...
0
votes
1answer
36 views
Post a word document to a document library using the ADO.NET data services?
Is there any way to post a word document to a document library using the ADO.NET data services?
EDIT:
I can query and save data to lists using a service:
...
3
votes
2answers
2k views
How to upload/download document to Document Library via WEBSERVICES? Also set metadata
I want to retrieve a template document from a Document Libraries, in order to allow a user to edit it, and then upload it back again to the Document Library. I'll probably need to set some metadata ...
1
vote
1answer
239 views
Online sharepoint file uploader
I'm planning to create an web file upload to sharepoint for a web application currently under development . The idea is the user would provide the endpoint to his sharepoint server, provide ...
0
votes
2answers
1k views
Find if content type is hidden (Visible is not checked) on the list level using SharePoint web services
I am trying to know if a content type is hidden (Visible not checked in Change new button order and default content type section) on a SharePoint list using SharePoint web services. I have tried the ...
1
vote
1answer
1k views
How do I set document metadata after upload via web services?
I am reading through this post Upload a file to SharePoint through the built-in web services where upload is done in WSS. I am using SP 2010. Is there a piece of code already posted here that will add ...
1
vote
2answers
88 views
How do I get a listing of the contents of a Document Library?
Sorry for the simple question.
I have a Form Library whose directory listing I need to access from an InfoPath form containing custom code. I don't need the contents of any of the files, just the ...
5
votes
3answers
15k views
Listing all checked out files
As a site administrator tool I have to list all checked out files in the site collection. Looking at the DB is looks like the tp_CheckoutUserId field in AllUserData might be a key to this query.
Is ...