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