ArcGIS Pro 3.7 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 Shared Sub RemoveRecentProjectTemplate( _
       ByVal path As String _
    ) 
    public static void RemoveRecentProjectTemplate( 
       string path
    )

    Parameters

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

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

    ArcGIS Pro version: 3.1 or higher.
    See Also