Table of Contents

Method CheckUserCodeLanguageNonAmbiguous

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

CheckUserCodeLanguageNonAmbiguous(string, string, out string)

Determines whether there is an ambiguity between the given and existing files.

public static bool CheckUserCodeLanguageNonAmbiguous(string xamlFilePath, string userCodeFilePath, out string existingUserCodeFile)

Parameters

xamlFilePath string

Path of the XAML file.

userCodeFilePath string

Path of the user code file.

existingUserCodeFile string

Receives the actual file name of the user code if there is ambiguity.

Returns

bool

True if ambiguity present; otherwise, false.