IProjectArchiveCopyEntryFrom Method |
Copies the entry from another archive.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void CopyEntryFrom(
IProjectArchive sourceArchive,
string sourceEntryName,
string destinationEntryName
)
Parameters
- sourceArchive IProjectArchive
- The archive to copy the entry from.
- sourceEntryName String
- The name of the entry to copy.
- destinationEntryName String
- The name of the entry in the destination archive.
See Also