IProjectArchiveSupportsCopyEntryFrom Method |
Gets a value indicating whether this type of archive supports the copying of entries from another archive.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax bool SupportsCopyEntryFrom(
IProjectArchive archive
)
Parameters
- archive IProjectArchive
- The archive to potentially copy from.
Return Value
BooleanTrue if this archive supports the copying of entries from the archive given in the argument; otherwise, false.
See Also