Method IsXamlFile
- Namespace
- Alternet.FormDesigner.Wpf
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
IsXamlFile(string, out string)
Indicates whether the XAML file, dependent on the given file exists.
public static bool IsXamlFile(string fileName, out string formId)
Parameters
fileNamestringName of the form file to check up.
formIdstringReceives full path of the XAML file.
Returns
- bool
True if XAML file exists; otherwise, false.