Adds a file to the Recent Docs menu.

Namespace: System.Extensions
Assembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)

Syntax

C#
[ObsoleteAttribute("Replaced with functionality in DotNetLib.IO.FileInfoExtensions", 
	true)]
public static void AddToRecentDocs(
	string fileName
)
Visual Basic
<ObsoleteAttribute("Replaced with functionality in DotNetLib.IO.FileInfoExtensions", 
	true)> 
Public Shared Sub AddToRecentDocs ( 
	fileName As String
)
Visual C++
public:
[ObsoleteAttribute(L"Replaced with functionality in DotNetLib.IO.FileInfoExtensions", 
	true)]
static void AddToRecentDocs(
	String^ fileName
)
F#
[<ObsoleteAttribute("Replaced with functionality in DotNetLib.IO.FileInfoExtensions", 
	true)>]
static member AddToRecentDocs : 
        fileName : string -> unit 

Parameters

fileName
Type: System..::..String
The name of the file to be added to the Recent Docs menu.

See Also