admin Element

Specifies the administrator settings that were last used to publish this form template.

Usage

  
<admin
	path="xsd:string"
	site="xsd:string"
/>

Element Information

Element type xsd:complexType
Namespace xsf2

Elements and Attributes

Parent Elements

Element Description
solutionPropertiesExtension Specifies extended information for the corresponding solutionProperties element in the manifest.xsf.

Child Elements

None.

Attributes

Attribute Type Required Description Possible Values
path xsd:string Required Specifies the path and file name that was last used to publish this form template for administrator approval (usually on a local drive).

Note   If this element or attribute is in the form definition file (.xsf), InfoPath Forms Services will ignore this setting when the form template is deployed to the server as a browser-compatible form.
String
site xsd:string Required Specifies the URL of the SharePoint site that was last used to publish this form template for administrator approval.

Note   If this element or attribute is in the form definition file (.xsf), InfoPath Forms Services will ignore this setting when the form template is deployed to the server as a browser-compatible form.
String

Definition

  
<xsd:element name="admin">
    <xsd:complexType>
        <xsd:sequence />
        <xsd:attribute name="path" type="xsd:string" use="required" />
        <xsd:attribute name="site" type="xsd:string" use="required" />
        <xsd:anyAttribute processContents="skip" />
    </xsd:complexType>
</xsd:element>

Remarks

Note   If this element or attribute is in the form definition file (.xsf), InfoPath Forms Services will ignore this setting when the form template is deployed to the server as a browser-compatible form.