ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core Namespace / Item Class / SourceUri Property

In This Topic
    SourceUri Property (Item)
    In This Topic
    Gets and sets a Uri that identifies the source item from which the item was created in the project
    Syntax
    public string SourceUri {get;}
    Public ReadOnly Property SourceUri As String
    Remarks
    An item's SourceUri may be a URL or a physical path. When a web map is added to a project, the map in the project has a URL identifying the web map. The map can be synched with any updates made to the web map.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also