ExternalApplication members

Include protected members
Include inherited members

Represents the Microsoft InfoPath application.

The ExternalApplication type exposes the following members.

Methods

  Name Description
Public method CacheSolution(String) Examines the form template in the cache and, if necessary, updates it from the published location of the form template. (Inherited from _ExternalApplication.)
Public method CacheSolution(String) Examines the form template in the cache and, if necessary, updates it from the published location of the form template. (Inherited from _ExternalApplication2.)
Public method Close(String) Closes the specified Microsoft InfoPath form. (Inherited from _ExternalApplication.)
Public method Close(String) Closes the specified form. (Inherited from _ExternalApplication2.)
Public method New(String, Int32) Creates a new Microsoft InfoPath form based on a specified form. (Inherited from _ExternalApplication.)
Public method New(String, Int32) Creates a new form based on a specified form. (Inherited from _ExternalApplication2.)
Public method NewFromSolution(String) Creates a new Microsoft InfoPath form based on the specified form template. (Inherited from _ExternalApplication.)
Public method NewFromSolution(String) Creates a new form based on the specified form template. (Inherited from _ExternalApplication2.)
Public method NewFromSolutionWithInputParameters Creates a new form using the specified form template with the specified form template and input parameters. (Inherited from _ExternalApplication2.)
Public method Open(String, Int32) Opens the specified Microsoft InfoPath form. (Inherited from _ExternalApplication.)
Public method Open(String, Int32) Opens the specified form. (Inherited from _ExternalApplication2.)
Public method Quit() Quits the Microsoft InfoPath application. (Inherited from _ExternalApplication.)
Public method Quit() Quits the application. (Inherited from _ExternalApplication2.)
Public method RegisterSolution(String, String) Installs the specified Microsoft InfoPath form template. (Inherited from _ExternalApplication.)
Public method RegisterSolution(String, String) Installs the specified form template. (Inherited from _ExternalApplication2.)
Public method UnregisterSolution(String) Uninstalls the specified Microsoft InfoPath form template. (Inherited from _ExternalApplication.)
Public method UnregisterSolution(String) Uninstalls the specified form template. (Inherited from _ExternalApplication2.)

Top

See also

Reference

ExternalApplication interface

Microsoft.Office.Interop.InfoPath.SemiTrust namespace