Visual Basic (Usage) | ![]() |
---|---|
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.Target Platforms:Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family
>