InfoPathEditor.NewFromSolution(String) Method

Definition

Creates a new form based on a form template (.xsn) file.

public:
 void NewFromSolution(System::String ^ bstrSolutionURI);
public void NewFromSolution (string bstrSolutionURI);
abstract member NewFromSolution : string -> unit
Public Sub NewFromSolution (bstrSolutionURI As String)

Parameters

bstrSolutionURI
String

The path or URL to the form template (.xsn) file.

Remarks

For more information about the InfoPathEditor and the FormControl objects , see the MSDN article Hosting the InfoPath Form Editing Environment in a Custom Windows Form ApplicationWhat's New for InfoPath Developers.

Applies to