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

In This Topic
    ExportUserFavorites 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 ExportUserFavorites( _
       ByVal targetPath As String _
    ) 
    public void ExportUserFavorites( 
       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