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

listName
Name of the list to be returned.

Glossary Item Box

Get the specified list as WriteRequestItemList object, as required for XML-DA server Write calls.

Syntax

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

Parameters

listName
Name of the list to be returned.

Return Value

WriteRequestItemList 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.