Intersoft WebGrid Documentation
ConfigureTreeViewFromXml Method
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGrid Class : ConfigureTreeViewFromXml Method






xmlDocument
xPath
retrieveXmlSchema
isTreeViewMode

Syntax

Visual Basic (Declaration) 
Public Sub ConfigureTreeViewFromXml( _
   ByVal xmlDocument As XmlDocument, _
   ByVal xPath As String, _
   ByVal retrieveXmlSchema As Boolean, _
   ByVal isTreeViewMode As Boolean _
) 
Visual Basic (Usage)Copy Code
Dim instance As WebGrid
Dim xmlDocument As XmlDocument
Dim xPath As String
Dim retrieveXmlSchema As Boolean
Dim isTreeViewMode As Boolean
 
instance.ConfigureTreeViewFromXml(xmlDocument, xPath, retrieveXmlSchema, isTreeViewMode)
C# 
public void ConfigureTreeViewFromXml( 
   XmlDocument xmlDocument,
   string xPath,
   bool retrieveXmlSchema,
   bool isTreeViewMode
)
Delphi 
public procedure ConfigureTreeViewFromXml( 
    xmlDocument: XmlDocument;
    xPath: String;
    retrieveXmlSchema: Boolean;
    isTreeViewMode: Boolean
); 
JScript 
public function ConfigureTreeViewFromXml( 
   xmlDocument : XmlDocument,
   xPath : String,
   retrieveXmlSchema : boolean,
   isTreeViewMode : boolean
);
Managed Extensions for C++ 
public: void ConfigureTreeViewFromXml( 
   XmlDocument* xmlDocument,
   string* xPath,
   bool retrieveXmlSchema,
   bool isTreeViewMode
) 
C++/CLI 
public:
void ConfigureTreeViewFromXml( 
   XmlDocument^ xmlDocument,
   String^ xPath,
   bool retrieveXmlSchema,
   bool isTreeViewMode
) 

Parameters

xmlDocument
xPath
retrieveXmlSchema
isTreeViewMode

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.