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

listName
Name of the list to be returned.

Glossary Item Box

Get the specified list as SubscribeRequestItemList object, as required for XML-DA server Subscribe calls.

Syntax

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

Parameters

listName
Name of the list to be returned.

Return Value

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