0
votes
0answers
41 views

How to get only the first x items starting at position y from a list, using CAML query?

In sharepoint 2010 client object model in javascript, I want to create a caml query, that can download items from a list. I have this part working, but I want to download only x items, not the whole ...
0
votes
1answer
370 views

How to get display name from created by field in sharepoint client object model?

In my sharepoint javascript code, I am retrieving items from a list. I used a camel query to download specific fields. One of the fields was created by (person who created the item). When I loop ...
-1
votes
1answer
283 views

Is it possible to retrieve SharePoint Lists by CAML request

Could anybody help me to retrieve SharePoint Lists (NOT List Items) by CAML request using Client Side Object Model (CSOM). I know how to get List Items using CAML query (I can use GetItems() method ...
3
votes
2answers
7k views

Sharepoint 2010 client object model with camlQuery - file download but no content / 0 byte

I'm trying to download a txt file from a subfolder within a folder in a document library. I'm using camlQuery to achieve this. Unfortunately, i get no content of the txt file. It has 0 byte. public ...