ArcGIS Pro 2.7 API Reference Guide
RepathProjectItemAsync Method

ArcGIS.Desktop.Core Namespace > CoreModule Class : RepathProjectItemAsync Method
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 10, Windows 8.1

See Also

Reference

CoreModule Class
CoreModule Members