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: "AllFolders"

Include all folders for which the user has read permission.

allInProject: "AllInProject"

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

allInProjectPlusShared: "AllInProjectPlusShared"

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

current: "Current"

Include the current folder only.

currentAndFirstChildren: "CurrentAndFirstChildren"

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

currentAndParents: "CurrentAndParents"

Include the current folder and its parent folders.

currentAndSubfolders: "CurrentAndSubfolders"

Include the current folder and all subfolders.

currentAndSubfoldersPlusShared: "CurrentAndSubfoldersPlusShared"

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

currentPlusProject: "CurrentPlusProject"

Include the current folder and the project that contains it.

currentPlusProjectAndShared: "CurrentPlusProjectAndShared"

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

Generated using TypeDoc