Table of Contents

Method IsXamlCodeBehindFile

Namespace
Alternet.FormDesigner.Wpf
Assembly
Alternet.FormDesigner.Wpf.v10.dll

IsXamlCodeBehindFile(string, out string)

Indicates whether the XAML file, dependent on the given file exists.

public static bool IsXamlCodeBehindFile(string fileName, out string formId)

Parameters

fileName string

Name of the form file to check up.

formId string

Receives name of the XAML file.

Returns

bool

True if XAML file exists; otherwise, false.