XmlFormCollection.NewFromFormTemplate Method
Include Protected Members
Include Inherited Members
Creates a new form that is based on the specified form template and optional data.
Overload List
Name | Description | |
---|---|---|
NewFromFormTemplate(String) | Creates a new form that is based on the specified form template, with optional data. | |
NewFromFormTemplate(String, String) | Creates a new form that uses the specified form template and XML data file. | |
NewFromFormTemplate(String, XPathNavigator) | Creates a new form by using the specified form template with data specified by an XPathNavigator object. | |
NewFromFormTemplate(String, String, XmlFormOpenMode) | Creates a new form by using the specified form template with data specified by an XPathNavigator object and opened in the specified XmlFormOpenMode. |
Top