IProjectBrowseViewInitializeCurrentFolder Method |
Sets the display in what folder we are currently in.
Namespace: Altaxo.Gui.Pads.ProjectBrowserAssembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxvoid 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