Click or drag to resize

AltaxoDocumentRestoreFromZippedFile Method

Restores the document contents from a project archive.

Namespace: Altaxo
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void RestoreFromZippedFile(
	IProjectArchive zipFile,
	XmlStreamDeserializationInfo info
)

Parameters

zipFile  IProjectArchive
The project archive to read from.
info  XmlStreamDeserializationInfo
The deserialization helper.
See Also