Enumeration ContainerFilter

An enumeration of the various container filters available. Note that not all data types and queries can contain that spans multiple containers. In those cases, all values will behave the same as current and show only data in the current container.

Enumeration Members

allFolders

Include all folders for which the user has read permission.

allInProject

Include the current project and all folders in the current project.

allInProjectPlusShared

Include the current project, Shared project, and all folders in the current project.

current

Include the current folder only.

currentAndFirstChildren

Include the current folder and all first children, excluding workbooks.

currentAndParents

Include the current folder and its parent folders.

currentAndSubfolders

Include the current folder and all subfolders.

currentAndSubfoldersPlusShared

Include the current folder, all subfolders of the current folder, and the Shared folder.

currentPlusProject

Include the current folder and the project that contains it.

currentPlusProjectAndShared

Include the current folder plus its project plus any shared folders.