Click or drag to resize

IProjectArchiveCopyEntryFrom Method

Copies the entry from another archive.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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