CheckIfFormFilesExist Method
CheckIfFormFilesExist(String)
Declaration
public static bool CheckIfFormFilesExist(string xamlCodeFileName)
Parameters
Type | Name | Description |
---|---|---|
System.String | xamlCodeFileName |
Returns
Type | Description |
---|---|
System.Boolean |
CheckIfFormFilesExist(String, Language)
Declaration
public static bool CheckIfFormFilesExist(string xamlCodeFileName, Language userCodeLanguage)
Parameters
Type | Name | Description |
---|---|---|
System.String | xamlCodeFileName | |
Language | userCodeLanguage |
Returns
Type | Description |
---|---|
System.Boolean |