Share via


IVstaHelper.LoadProjectFromFolder(String) Method

Definition

Loads an existing project from the specified folder.

public:
 bool LoadProjectFromFolder(System::String ^ folder);
public bool LoadProjectFromFolder (string folder);
abstract member LoadProjectFromFolder : string -> bool
Public Function LoadProjectFromFolder (folder As String) As Boolean

Parameters

folder
String

The folder from which the project is loaded.

Returns

true if the loading succeeded; otherwise, false.

Applies to