Edit

Share via


FormTemplate.OpenFileFromPackage(String) Method

Definition

Opens a file contained within the form template (.xsn) file.

public:
 abstract System::IO::Stream ^ OpenFileFromPackage(System::String ^ filename);
public abstract System.IO.Stream OpenFileFromPackage (string filename);
abstract member OpenFileFromPackage : string -> System.IO.Stream
Public MustOverride Function OpenFileFromPackage (filename As String) As Stream

Parameters

filename
String

The name of the file to open.

Returns

The specified file as a Stream object.

Exceptions

An I/O error, such as file not found.

The parameter passed to this method is a null reference (Nothing in Visual Basic).

The parameter passed to this method is not valid. For example, it is of the wrong type or format.

Remarks

This member can be accessed only by forms running in the same domain as the currently open form, or by forms that have been granted cross-domain permissions.

This type or member can be accessed from code running in forms opened in Microsoft InfoPath Filler or in a Web browser.

Applies to