Get a Folder's Items

This procedure is part of the SharePoint Book (BDK). To use this book, you must first learn it in your agent.

Overview

This procedure retrieves all child items from the specified document library folder.

Input Concepts

Concept
Description
Type
Required

The document library folder from which to retrieve items.

sharepoint folder reference

Yes

Output Concepts

Concept
Description
Type

folder's items

A list of items within the specified document library item.

sharepoint file reference or sharepoint folder reference

Examples

Retrieve all items from the folder "My Folder"

get a folder at "/My Site/My Documents/My Folder"
get the folder's items

Last updated

Was this helpful?