Click or drag to resize

PackageInfoGetStableIdentifier Method

Gets the stable identifier (either 'Unstable' or 'Stable').

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

Parameters

loadUnstable  Boolean
Determines either to return 'Unstable' or 'Stable'

Return Value

String
'Unstable' if loadUnstable is true, otherwise 'Stable'.
See Also