ArcGIS Pro 2.6 API Reference Guide
ProjectItemContainers Property

ArcGIS.Desktop.Core Namespace > Project Class : ProjectItemContainers Property
Gets the list of project item containers
Syntax
public IEnumerable<Item> ProjectItemContainers {get;}
Public ReadOnly Property ProjectItemContainers As IEnumerable(Of Item)

Property Value

The list of containers as IEnumerable
Remarks
The project item containers correspond to the catalog pane nodes on the "Project Tab" and their counterparts on catalog views. A container is needed only in those situations where you want to select a specific item that occurs in more than one container.

The list of containers can vary depending on the content within a given project. Some containers that are instantiated in one project can be null in others

Containers also include non-visible internal containers. These can be ignored.

Public containers (not including any 3rd party custom containers):

Display Name(English) Path or "Key" (Non-localizable) Item content
Databases GDB Database content
Folders FolderConnection Files and Folders
Layouts Layout Layouts
Locators LocatorsConnection Locators
Maps Map Maps
Raster Function Templates RasterFunctionTemplates Raster function templates
Reviewer Batch Jobs DataReviewerBatchJobs Reviewer batch jobs
Reviewer Results DataReviewerResources Reviewer results
Servers ServerConnection Server connections
Styles Style Styles
Tasks Task Tasks
Toolboxes GP Toolboxes
Workflows WorkflowConnection Workflows

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

Project Class
Project Members