ProjectBrowserExtensionsCopyDocuments Method |
Copy the items given in the list (tables and graphs) to a folder, which is selected by the user via a dialog box.
Namespace: Altaxo.Gui.Pads.ProjectBrowserAssembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static void CopyDocuments(
IList<Object> list,
bool areDocumentsFromOneFolder,
string originalSourceFolder
)
Parameters
- list IListObject
- List of items to delete.
- areDocumentsFromOneFolder Boolean
- If true, the list contains objects origination from only one project folder (or from subfolders of that folder). In this case the paramenter originalSourceFolder contains the original project folder from which the items should be copied.
- originalSourceFolder String
- Original folder from which the items originate (only valid if areDocumentsFromOneFolder is true.
See Also