Query to get all items in a list including items in the sub folders in SharePoint -
i have document library list. created folders in list , uploaded files sub folders. how these files in sub-folders in document library list using spquery?
if want query folders , sub folders of list or document library, have define query options. if working object model have set viewattributes property of spquery object follows:
qry.viewattributes = "scope='recursive'";
Comments
Post a Comment