Table of Contents

Method CheckIfFormFilesExist

Namespace
Alternet.FormDesigner.WinForms
Assembly
Alternet.FormDesigner.v10.dll

CheckIfFormFilesExist(string, string)

Determines whether all form files, matching specific criteria, exist.

public static bool CheckIfFormFilesExist(string userCodeFileName, string designerFileNameSuffix = ".Designer")

Parameters

userCodeFileName string

Name of the file with user code.

designerFileNameSuffix string

The suffix of a file containing form designer code.

Returns

bool