Click or drag to resize

PackageInfoGetDownloadDirectory Method

Gets the directory where to store the downloaded update package.

Namespace: Altaxo.Serialization.AutoUpdates
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static string GetDownloadDirectory(
	bool loadUnstableVersion
)

Parameters

loadUnstableVersion  Boolean
true when to get the folder for the unstable version; false otherwise.

Return Value

String
The directory where to store the downloaded package.
See Also