LayoutBuilderLoadXmlDocument Method |
Saves the
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic void LoadXmlDocument(
XmlDocument xmlDoc
)
Public Sub LoadXmlDocument (
xmlDoc As XmlDocument
)
public:
void LoadXmlDocument(
XmlDocument^ xmlDoc
)
member LoadXmlDocument :
xmlDoc : XmlDocument -> unit
Parameters
- xmlDoc
- Type: System.XmlXmlDocument
See Also