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
fileName
stringName of the form file to check up.
formId
stringReceives full path of the XAML file.
Returns
- bool
True if XAML file exists; otherwise, false.