Table of Contents

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 string

Name of the form file to check up.

formId string

Receives full path of the XAML file.

Returns

bool

True if XAML file exists; otherwise, false.