Share via


InfoPathOMHelper.Init method

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly:  Microsoft.Office.Interop.InfoPath.SemiTrust (in Microsoft.Office.Interop.InfoPath.SemiTrust.dll)

Syntax

'Declaration
Public Function Init ( _
    app As Object, _
    doc As Object, _
    urn As String, _
    applicationPath As String, _
    isFT As Boolean, _
    showExceptions As Boolean _
) As String
'Usage
Dim instance As InfoPathOMHelper
Dim app As Object
Dim doc As Object
Dim urn As String
Dim applicationPath As String
Dim isFT As Boolean
Dim showExceptions As Boolean
Dim returnValue As String

returnValue = instance.Init(app, doc, urn, _
    applicationPath, isFT, showExceptions)
public string Init(
    Object app,
    Object doc,
    string urn,
    string applicationPath,
    bool isFT,
    bool showExceptions
)

Parameters

Return value

Type: System.String

See also

Reference

InfoPathOMHelper class

InfoPathOMHelper members

Microsoft.Office.Interop.InfoPath.SemiTrust namespace