ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Core.Data Namespace / CoreDataExtensions Class / RefreshDatastore Method
The version to refresh.

In This Topic
    RefreshDatastore Method
    In This Topic
    Refreshes the version and layers in all maps that references this version. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public static void RefreshDatastore( 
       Version version
    )
    Public Shared Sub RefreshDatastore( _
       ByVal version As Version _
    ) 

    Parameters

    version
    The version to refresh.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also