XmlForm.MergeForm method
Include protected members
Include inherited members
Merges the current form with the specified form.
Overload list
Name | Description | |
---|---|---|
MergeForm(String) | Merges the current form with the form specified by path or URL. | |
MergeForm(XPathNavigator) | Merges the current form with the target form specified in the node returned by the XPathNavigator passed to the method. |
Top