Click or drag to resize

ChooseSaveErrorResultSaveAlternative Method

Creates a result that indicates an alternative file name should be used.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static ChooseSaveErrorResult SaveAlternative(
	PathName alternativeFileName
)

Parameters

alternativeFileName  PathName
The alternative file name.

Return Value

ChooseSaveErrorResult
A save-error result for the alternative file name.
See Also