Workspace View Types Enum#
Summary#
WorkspaceViewTypesEnum
is an enumeration that defines the different ways to list projects within a workspace. This can be useful for providing users with options to view their projects in a manner that best suits their needs.
Constants#
Hierarchical#
Description: Projects are listed in a hierarchical structure. This view organizes projects in a tree-like format, often based on their group structure.
Flat#
Description: Projects are listed in a flat structure. This view organizes projects in a simple list without any nesting or hierarchy. It provides a straightforward and uncluttered way to see all projects at the same level, which can be useful for quickly finding a project without navigating through nested levels.