ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Desktop.Core Namespace / Project Class / RefreshProjectItemsAsync Method
The path of the project item to refresh.

In This Topic
    RefreshProjectItemsAsync Method
    In This Topic
    Refreshes the project item specified by path.
    Syntax
    public Task RefreshProjectItemsAsync( 
       string path
    )
    Public Function RefreshProjectItemsAsync( _
       ByVal path As String _
    ) As Task

    Parameters

    path
    The path of the project item to refresh.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also