XmlForm Members (Microsoft.Office.InfoPath)
Represents the underlying XML document of a form.
The following tables list the members exposed by the XmlForm type.
Protected Constructors
Name | Description | |
---|---|---|
XmlForm |
Top
Public Properties
Name | Description | |
---|---|---|
CurrentView | Gets a View object that represents the current view of the form. | |
DataConnections | Gets a DataConnectionCollection object associated with the form. | |
DataSources | Gets the DataSourceCollection object associated with the form. | |
Dirty | Gets a value that indicates whether the data in a form has been modified since it was last saved. | |
Errors | Gets a reference to the FormErrorCollection that is associated with a form. | |
Extension | Gets an Object for accessing the functions and global variables contained in a form's primary form code file using System.Reflection. | |
FormState | Gets a reference to a property bag of type System.Collections.IDictionary that browser-enabled forms can use to maintain state information across sessions on the server. | |
Host | Gets a System.Object that code running in a hosted instance of InfoPath can use to access the object model of the host application. | |
Hosted | Gets whether InfoPath is hosted as a control in another application. | |
HostName | Gets the name of the application hosting InfoPath as a control. | |
MainDataSource | Gets a DataSource object that represents the main data source of the form. | |
NamespaceManager | Gets a reference to a XmlNamespaceManager object that can be used to resolve, add, or remove namespaces used in the form. | |
New | Gets a value that specifies whether a form is new. | |
Permission | Gets a reference to a Permission object associated with the form. | |
QueryDataConnection | Gets a reference to the DataConnection object that represents the data connection that is associated with the form. | |
ReadOnly | Gets a value that indicates whether a form template is read-only or locked. | |
Recovered | Gets a value that indicates whether a form was last saved by an AutoRecover save operation. | |
Signed | Gets a value that indicates whether a form has been digitally signed using digital signatures. | |
SignedDataBlocks | Gets a reference to the SignedDataBlockCollection collection that is associated with a form. | |
TaskPanes | Gets a reference to the TaskPaneCollection that is associated with a form template. | |
Template | Gets a reference to the FormTemplate object that represents the manifest (.xsf) of the form template associated with the form. | |
Uri | Gets the Uniform Resource Identifier (URI) of a form. | |
UserRole | Gets or sets the current user of the form's role name. | |
ViewInfos | Gets a reference to the ViewInfoCollection object associated with the form template. | |
XmlLang | Gets the value of the xml:lang attribute in the underlying XML document of the form. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Close | Closes the form. | |
Equals | Overloaded. (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
GetWorkflowTasks | Gets a reference to a Microsoft.Office.Core.WorkflowTasks collection for the current form. | |
GetWorkflowTemplates | Gets a reference to a Microsoft.Office.Core.WorkflowTemplates collection for the current form. | |
MergeForm | Overloaded. Merges the current form with the specified form. | |
NotifyHost | Provides a custom value to the hosting application or ASPX page. | |
Overloaded. Prints the form content as it is rendered in the form's active view. | ||
ReferenceEquals | (inherited from Object) | |
Save | Saves the form to the Uniform Resource Locator (URL) that it is currently associated with. | |
SaveAs | Saves the form to the specified Uniform Resource Locator (URL). | |
SetSaveAsDialogFilename | Sets the default filename for the SaveAs dialog box. | |
SetSaveAsDialogLocation | Sets the default path for saving the form using the SaveAs dialog box. | |
Submit | Submits the form using the submit operation defined in the form template. | |
ToString | (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object) | |
MemberwiseClone | (inherited from Object) |
Top