useHttpHandlerExtension Element

Specifies the extended information for the corresponding useHttpHandler element in the manifest.xsf.

Usage

  
<useHttpHandlerExtension />

Element Information

Element type xsd:complexType
Namespace xsf2

Elements and Attributes

Parent Elements

Element Description
dataConnections Contains elements that specify data connections.

Child Elements

Element Description
connectoid Specifies information that describes a data connection file.

Attributes

None

Definition

  
<xsd:element name="useHttpHandlerExtension">
   <xsd:complexType>
      <xsd:sequence>
         <xsd:element ref="xsf2:connectoid" minOccurs="0" />
      </xsd:sequence>
   </xsd:complexType>
</xsd:element>

Remarks

Note   This element or attribute is optional in the form definition file (.xsf) of a form template deployed as a browser-compatible form to a server running InfoPath Forms Services.