Click or drag to resize

ZipArchiveAsProjectArchiveSupportsCopyEntryFrom Method

Gets a value indicating whether this type of archive supports copying entries from another archive.

Namespace: Altaxo.Main.Services.Files
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool SupportsCopyEntryFrom(
	IProjectArchive archive
)

Parameters

archive  IProjectArchive
The archive to potentially copy from.

Return Value

Boolean
true if this archive supports copying entries from the specified archive; otherwise, false.

Implements

IProjectArchiveSupportsCopyEntryFrom(IProjectArchive)
See Also