Click or drag to resize

IRecentFilesContainerAddFile Method

Add a file to the Recent Documents Menu

Namespace:  Demo3D.Gui.MvvmToolbar
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
void AddFile(
	string path,
	bool addFolder = true
)

Parameters

path
Type: SystemString
The path of the file
addFolder (Optional)
Type: SystemBoolean
When true, also add to the Recent Folders Menu
See Also