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

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

    Parameters

    projectItem
    newPath
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also