| GiftCardGetGiftCardsForOrder Method |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Ecommerce.GiftCards
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax [ObsoleteAttribute("Use Services.GiftCard.GetGiftCardsForOrder instead.")]
public IEnumerable<GiftCard> GetGiftCardsForOrder(
string orderId
)
<ObsoleteAttribute("Use Services.GiftCard.GetGiftCardsForOrder instead.")>
Public Function GetGiftCardsForOrder (
orderId As String
) As IEnumerable(Of GiftCard)
Parameters
- orderId
- Type: SystemString
Return Value
Type:
IEnumerableGiftCardSee Also