Nevron Open Vision Documentation
Nevron.Nov.Office Namespace / NRecentDocumentsWorkspaceItem Class / RecentDocuments Property


In This Topic
    RecentDocuments Property
    In This Topic
    The array of recent document file names.
    Syntax
    'Declaration
     
    
    Public Property RecentDocuments As NDomArray(Of String)
    'Usage
     
    
    Dim instance As NRecentDocumentsWorkspaceItem
    Dim value As NDomArray(Of String)
     
    instance.RecentDocuments = value
     
    value = instance.RecentDocuments
    public NDomArray<string> RecentDocuments {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also