ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Core Namespace / Project Class / ClearRecentProjectTemplates Method
Example

In This Topic
    ClearRecentProjectTemplates Method
    In This Topic
    Clears the list of recent project templates.
    Syntax
    Public Shared Sub ClearRecentProjectTemplates() 
    public static void ClearRecentProjectTemplates()
    Example
    Clear Recent Project Templates
    {
      Project.ClearRecentProjectTemplates();
    }
    Requirements

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

    ArcGIS Pro version: 3.1 or higher.
    See Also