ChooseSaveErrorResultSaveAlternative Method |
Creates a result that indicates an alternative file name should be used.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static ChooseSaveErrorResult SaveAlternative(
PathName alternativeFileName
)
Parameters
- alternativeFileName PathName
- The alternative file name.
Return Value
ChooseSaveErrorResultA save-error result for the alternative file name.
See Also