Tagged Questions
0
votes
2answers
247 views
get a list of items inside a folder in document library
I built the following code so far:
SPWeb web = __Context.Web;
Guid listGuid = new Guid(__Context.ListId);
SPList myList = web.Lists[listGuid];
SPListItem myItem = ...