Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.WorkspaceSettings Namespace / WorkspaceDefaults Class / ClearRecentDocumentsList Method


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

    Return Value

    true if successful, false if failed
    See Also