Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.WorkspaceSettings Namespace / IWorkspaceDefaults Interface / ClearRecentDocumentsList Method


In This Topic
    ClearRecentDocumentsList Method (IWorkspaceDefaults)
    In This Topic
    Clears all the recent documents shown in the MRU list
    Syntax
    'Declaration
     
    
    Function ClearRecentDocumentsList() As Boolean
    'Usage
     
    
    Dim instance As IWorkspaceDefaults
    Dim value As Boolean
     
    value = instance.ClearRecentDocumentsList()
    bool ClearRecentDocumentsList()

    Return Value

    true if successful, false if failed
    See Also