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
Syntaxvoid 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