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
xamlCodeFileNamestringName 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
xamlCodeFileNamestringName of the XAML file.
userCodeLanguageLanguageThe .NET language used to write user code.
Returns
- bool
True if form files exists; otherwise, false.