Click or drag to resize

ICopyItemsToMultipleFolderView Interface

View interface for copying items to multiple folders.

Namespace: Altaxo.Gui.ProjectBrowser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface ICopyItemsToMultipleFolderView

The ICopyItemsToMultipleFolderView type exposes the following members.

Properties
 NameDescription
Public propertyAdditionalFoldersLineByLine Gets the additional folders, one per line.
Public propertyOverwriteExistingItems Gets or sets a value indicating whether existing items should be overwritten.
Public propertyRelocateReferences Gets or sets a value indicating whether references should be relocated.
Top
Methods
 NameDescription
Public methodInitializeFolderTree Initializes the folder tree.
Top
Events
 NameDescription
Public eventCopySelectedFolderNames Occurs when the selected folder names should be copied.
Public eventUnselectAllFolders Occurs when all folders should be unselected.
Top
See Also