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

Popular posts from this blog

SAP Web Service from .NET via WCF -

Optimized Line drawing in QT -

datetime - str to time in python -