Click or drag to resize

IRecentFilesContainerRemoveFile Method

Remove a file from the Recent Documents Menu

Namespace:  Demo3D.Gui.MvvmToolbar
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
void RemoveFile(
	string path,
	bool removeFolder
)

Parameters

path
Type: SystemString
The path of the file
removeFolder
Type: SystemBoolean
When true, also remove from the Recent Folders Menu
See Also