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