ASP.NET Pack Programmer's Guide
Header.SaveToXml Method
See Also
 





Saves the header to the specified XmlElement using the specified context.

Namespace: MindFusion.Diagramming.Lanes
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual void SaveToXml (
    XmlElement element,
    XmlPersistContext context
)

Visual Basic  Copy Code

Protected Overridable Sub SaveToXml( _
    element As XmlElement, _
    context As XmlPersistContext _
)

 Parameters

element
An XmlElement the header's data should be stored into.
context
An XmlPersistContext object providing contextual information about the serialization process and some helper serialization methods.

 See Also

Header Members
Header Class
MindFusion.Diagramming.Lanes Namespace