Saves the control to the underlying document under the specified name.
Namespace: MindFusion.UI.Web Assembly: MindFusion.UI.Web
Syntax
C#
Copy Code
|
---|
protected void SaveToXml ( XmlDocument document, XmlElement element, XmlPersistContext context ) |
Visual Basic
Copy Code
|
---|
Protected Sub SaveToXml( _ document As XmlDocument, _ element As XmlElement, _ context As XmlPersistContext _ ) |
Parameters
See Also
|