ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Core Namespace / SystemFavoritesManager Class / ExportSystemFavorites Method
The location of the exported favorites file.

In This Topic
    ExportSystemFavorites Method
    In This Topic
    Copies the current user favorites to the specified target path. Any file already in that location is overwritten.
    Syntax
    Public Sub ExportSystemFavorites( _
       ByVal targetPath As String _
    ) 
    public void ExportSystemFavorites( 
       string targetPath
    )

    Parameters

    targetPath
    The location of the exported favorites file.
    Requirements

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

    ArcGIS Pro version: 3.7 or higher.
    See Also