Table of Contents

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

xamlCodeFileName string

Name 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

xamlCodeFileName string

Name of the XAML file.

userCodeLanguage Language

The .NET language used to write user code.

Returns

bool

True if form files exists; otherwise, false.