ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core Namespace / Item Class / Path Property

In This Topic
    Path Property (Item)
    In This Topic
    Gets the path used to access the item
    Syntax
    public virtual string Path {get;}
    Public Overridable ReadOnly Property Path As String
    Remarks
    For items in a file geodatabase, for example, this includes the path to the geodatabase and the path to the item within the geodatabase. For items in the active portal, this is the URL to the item. For items stored within the project such as maps and layouts, the path begins with the text "CIMPATH" and does not represent a physical storage location.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also