SixBit.Business.API Namespace > Items Class : Items_AddUpdate Method |
'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 )
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