ProjectFoldersCopyItemToFolder Method |
Copyies one item to another folder by cloning the item.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void CopyItemToFolder(
Object item,
string destinationFolderName,
DocNodeProxyReporter? ReportProxies,
bool overwriteExistingItemsOfSameType
)
Parameters
- item Object
- Item to copy. Has to be either a ProjectFolder, or a project item (IProjectItem).
- destinationFolderName String
- Destination folder name.
- ReportProxies DocNodeProxyReporter
- If not null, this argument is used to relocate references to other items (e.g. columns) to point to the destination folder.
- overwriteExistingItemsOfSameType Boolean
- If true, any item with the same name and same type will be replaced by the copied item. (if false, a new name is found for the copied item which not conflicts with the existing items).
See Also