Sample Flows

This article presents possible sample flows you can support. These can be a helpful jumping-off point as you plan your implementation.

Create folders to organize a site's content

  1. Call Create Folder to create new folders for different business areas. For example, create folders for products and marketing content.

  2. Call Create Collection Reference to put data collections in the relevant folders created above.

Retrieve a list of all folders in a site

  1. Retrieve the root folder by calling Get Folder without passing a folder ID.

  2. Find all of a site's folders in the returned root folder's folders property.

Did this help?