| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim applicationName As String Dim filePath As String Dim maxEntries As Integer Utils.UpdateRecentFileList(applicationName, filePath, maxEntries) | |
| C# | |
|---|---|
| public static void UpdateRecentFileList( string applicationName, string filePath, int maxEntries ) | |
Parameters
- applicationName
- filePath
- maxEntries
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
 
     
     
     
     
    
    