ArcGIS Pro 3.7 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 Function RepathProjectItemAsync( _
       ByVal projectItem As ItemInfoValue, _
       ByVal newPath As String _
    ) As Task(Of Boolean)
    public Task<bool> RepathProjectItemAsync( 
       ItemInfoValue projectItem,
       string newPath
    )

    Parameters

    projectItem
    newPath
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also