ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core Namespace / Project Class / RemoveRecentProjectTemplate Method
The path of the project template entry to be removed
Example

In This Topic
    RemoveRecentProjectTemplate Method
    In This Topic
    Removes the project template entry corresponding to the given input path from the recent list of project templates
    Syntax
    public static void RemoveRecentProjectTemplate( 
       string path
    )
    Public Shared Sub RemoveRecentProjectTemplate( _
       ByVal path As String _
    ) 

    Parameters

    path
    The path of the project template entry to be removed
    Example
    Remove a Recent Project Template
    ArcGIS.Desktop.Core.Project.RemoveRecentProjectTemplate(templatePath);
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also