MindFusion.UI for WebForms Programmer's Guide

XmlPersistContext Constructor

See Also
 





Initializes a new instance of the XmlPersistContext class.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

public XmlPersistContext (
    IHostControl control,
    XmlDocument document,
    int fileVersion
)

Visual Basic  Copy Code

Public New ( _
    control As IHostControl, _
    document As XmlDocument, _
    fileVersion As Integer _
)

 Parameters

control

Type: IHostControl
The control this class will operate on.

document

Type: XmlDocument
The .NET XmlDocument to serialize/deserialize to/from.

fileVersion

Type: Int32
Specifies the current file format number.

 See Also