EasyUA Reference
UpdateRecentFileList Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > Utils Class : UpdateRecentFileList Method

applicationName
filePath
maxEntries

Glossary Item Box

Updates the contents of the recent file list for the application.

Syntax

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

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.