Problem in iterating sharepoint folder content
Posted
by Royson
on Stack Overflow
See other posts from Stack Overflow
or by Royson
Published on 2010-03-12T07:32:38Z
Indexed on
2010/03/12
7:37 UTC
Read the original article
Hit count: 565
Hi,
I am trying to access Folder from Document Library using web services in C#.
I am using SiteData's EnumerateFolder()
method to get sub folders and files. But the method gives me only 3 properties for each entry.
- IsFolder
- Url
- Last modified date
So how can we get 'Modified By' field value.
Or there is another solution for enumerating folders and subfolders.
Thanks.
© Stack Overflow or respective owner