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

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -