Hello,
I have an issue that i want to get a specific item on behalf of CAML query from a sharepoint folder that resides in a list.
Means I have a list(Emp) and in list I have a folder named test, and i want to get a specific Item from folder with help of Caml query.
I am using C# code for this….
I am getting whole column not a single item as i want on the basis of ID.
Help Me Out.
“Happy Coding”
You can use the FileDirRef field.
<Contains>
<FieldRef Name='FileDirRef'/>
<Value Type='Text'>
/Lists/Emp/Test</Value>
</Contains>
http://sharepoint.stackexchange.com/questions/29405/get-items-under-folder-caml