Method CheckIfFormFilesExist
- Namespace
- Alternet.FormDesigner.Wpf
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
CheckIfFormFilesExist(string)
Determines whether all form files, matching specific criteria, exist.
public static bool CheckIfFormFilesExist(string xamlCodeFileName)
Parameters
xamlCodeFileName
stringName of the XAML file.
Returns
- bool
True if form files exists; otherwise, false.
CheckIfFormFilesExist(string, Language)
Determines whether all form files, matching specific criteria, exist.
public static bool CheckIfFormFilesExist(string xamlCodeFileName, Language userCodeLanguage)
Parameters
xamlCodeFileName
stringName of the XAML file.
userCodeLanguage
LanguageThe .NET language used to write user code.
Returns
- bool
True if form files exists; otherwise, false.