Click or drag to resize

IProjectBrowseViewInitializeCurrentFolder Method

Sets the display in what folder we are currently in.

Namespace: Altaxo.Gui.Pads.ProjectBrowser
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void InitializeCurrentFolder(
	string currentFolder,
	bool isFullNameFolder
)

Parameters

currentFolder  String
Name of the current folder.
isFullNameFolder  Boolean
if the full name is shown instead of only the short name.
See Also