ArcGIS Pro 3.7 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 Function RefreshProjectItemsAsync( _
       ByVal path As String _
    ) As Task
    public Task RefreshProjectItemsAsync( 
       string path
    )

    Parameters

    path
    The path of the project item to refresh.
    Requirements

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

    ArcGIS Pro version: 3.5 or higher.
    See Also