ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core Namespace / Item Class / Item Constructor / Item Constructor(String,String,String)
Item name
Item catalog path
Item container type

In This Topic
    Item Constructor(String,String,String)
    In This Topic
    Constructor that takes a name, catalog path, and container type for an item
    Syntax
    protected internal Item( 
       string name,
       string path,
       string type
    )
    Protected Friend Function New( _
       ByVal name As String, _
       ByVal path As String, _
       ByVal type As String _
    )

    Parameters

    name
    Item name
    path
    Item catalog path
    type
    Item container type
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also