The SixBit Application Programming Interface
Items_AddUpdate Method (Items)






Request object holding an XML document and action parameters.
Adds and/or updates items.
Syntax
'Declaration
 
Public Function Items_AddUpdate( _
   ByVal request As ItemsRequestType _
) As System.Collections.Generic.List(Of ItemsResponseType)
'Usage
 
Dim instance As Items
Dim request As ItemsRequestType
Dim value As System.Collections.Generic.List(Of ItemsResponseType)
 
value = instance.Items_AddUpdate(request)
public System.Collections.Generic.List<ItemsResponseType> Items_AddUpdate( 
   ItemsRequestType request
)
public function Items_AddUpdate( 
    request: ItemsRequestType
): System.Collections.Generic.List; 
public function Items_AddUpdate( 
   request : ItemsRequestType
) : System.Collections.Generic.List;
public: System.Collections.Generic.List<ItemsResponseType*>* Items_AddUpdate( 
   ItemsRequestType* request
) 
public:
System.Collections.Generic.List<ItemsResponseType^>^ Items_AddUpdate( 
   ItemsRequestType^ request
) 

Parameters

request
Request object holding an XML document and action parameters.

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