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

Get() public method

Overwrites Get
public Get ( string entryUri ) : ProductEntry
entryUri string The URI of the Product entry.
return ProductEntry
        public new ProductEntry Get(string entryUri)
        {
            return base.Get(entryUri) as ProductEntry;
        }

Same methods

ContentForShoppingService::Get ( string language, string country, string productId ) : ProductEntry
ContentForShoppingService::Get ( string channel, string language, string country, string productId ) : ProductEntry