The SixBit Application Programming Interface
Items_List Method (Items)






Request object containing parameters to filter the list.
Generates a list of items.
Syntax
'Declaration
 
Public Shared Function Items_List( _
   ByVal request As ItemsListRequestType _
) As ItemsListResponseType
'Usage
 
Dim request As ItemsListRequestType
Dim value As ItemsListResponseType
 
value = Items.Items_List(request)
public static ItemsListResponseType Items_List( 
   ItemsListRequestType request
)
public function Items_List( 
    request: ItemsListRequestType
): ItemsListResponseType; static; 
public static function Items_List( 
   request : ItemsListRequestType
) : ItemsListResponseType;

Parameters

request
Request object containing parameters to filter the list.

Return Value

0 indicates success, >0 indicates an error.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Items Class
Items Members

Send Feedback