Google.GData.ContentForShopping.ContentForShoppingService.UpdateProducts C# (CSharp) Method

UpdateProducts() public method

takes a list of products, adds update as the batch operation and updates them
public UpdateProducts ( List products ) : Google.GData.ContentForShopping.ProductFeed
products List the list of products to update
return Google.GData.ContentForShopping.ProductFeed
        public ProductFeed UpdateProducts(List<ProductEntry> products) {
            ProductFeed feed = CreateBatchFeed(products, GDataBatchOperationType.update);
            return Batch(feed);
        }

Same methods

ContentForShoppingService::UpdateProducts ( List products, string accountId ) : Google.GData.ContentForShopping.ProductFeed
ContentForShoppingService::UpdateProducts ( List products, string accountId, string projection ) : Google.GData.ContentForShopping.ProductFeed