Click or drag to resize

ZipArchiveAsProjectArchiveCopyEntryFrom Method

Copies the entry from another archive.

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

Implements

IProjectArchiveCopyEntryFrom(IProjectArchive, String, String)
See Also