XMLDA.NET Reference
GetReadItemList Method
See Also  Send Feedback
xmldanet Namespace > ListBuilder Class : GetReadItemList Method

listName
Name of the list to be returned.

Glossary Item Box

Get the specified list as ReadRequestItemList object, as required for XML-DA server Read calls.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ListBuilder
Dim listName As String
Dim value As ReadRequestItemList
 
value = instance.GetReadItemList(listName)
C# 
public ReadRequestItemList GetReadItemList( 
   string listName
)

Parameters

listName
Name of the list to be returned.

Return Value

ReadRequestItemList object with the items defined in the requested list. Return null the list is not loaded, the list name is not found or the list is not of the correct type.

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.