ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core Namespace / CoreModule Class / RepathProjectItem Method

In This Topic
    RepathProjectItem Method
    In This Topic
    Repath the item's catalog path to the path provided
    Syntax
    public bool RepathProjectItem( 
       ItemInfoValue projectItem,
       string newPath
    )
    Public Function RepathProjectItem( _
       ByVal projectItem As ItemInfoValue, _
       ByVal newPath As String _
    ) As Boolean

    Parameters

    projectItem
    newPath
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also