XMLDA.NET Reference
Load(String) Method
See Also  Send Feedback
xmldanet Namespace > ListBuilder Class > Load Method : Load(String) Method

fileName
Path name of the XML file, containing the required item definition lists.

Glossary Item Box

Loads the specified XML file and deserializes into an array structure, which is stored in this object. Access methods return selected information in the proper type for XML-DA server calls.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ListBuilder
Dim fileName As String
 
instance.Load(fileName)
C# 
public void Load( 
   string fileName
)

Parameters

fileName
Path name of the XML file, containing the required item definition lists.

Requirements

Target Platforms:Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

>

See Also

© 2002-2012 Advosol Inc. All Rights Reserved.