Intersoft WebDesktop Documentation
CustomSerialize Method
See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace > WebFlyPostBackManager Class : CustomSerialize Method


doc
node

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Sub CustomSerialize( _
   ByVal doc As System.Xml.XmlDocument, _
   ByVal node As System.Xml.XmlNode _
) 
Visual Basic (Usage)Copy Code
Dim instance As WebFlyPostBackManager
Dim doc As System.Xml.XmlDocument
Dim node As System.Xml.XmlNode
 
instance.CustomSerialize(doc, node)
C# 
public void CustomSerialize( 
   System.Xml.XmlDocument doc,
   System.Xml.XmlNode node
)

Parameters

doc
node

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2012 Intersoft Solutions Corp. All Rights Reserved.